Change by AlSt [21/Dec/09 03:38 PM]
|
Field |
Original Value |
New Value |
Attachment
|
|
screenshot-1.jpg
[ 10129
]
|
Change by AlSt [21/Dec/09 03:47 PM]
|
Attachment
|
|
screenshot-2.jpg
[ 10130
]
|
Change by Robin Shen [22/Dec/09 12:19 AM]
|
Assignee
|
Robin Shine
[ robinshine
]
|
Steve Luo
[ steve
]
|
Change by AlSt [11/Jan/10 10:58 AM]
|
Attachment
|
|
Email.htm
[ 10133
]
|
Change by Steve Luo [12/Jan/10 09:07 AM]
|
Attachment
|
Email.htm
[ 10133
]
|
|
Change by Steve Luo [12/Jan/10 02:19 PM]
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
Fixed In Version
|
|
2.0.14
[ 11112
]
|
Resolution
|
|
Fixed
[ 1
]
|
Change by Steve Luo [12/Jan/10 02:21 PM]
|
Comment
|
[ For this case, the user can transform the original junit xml report by using xslt before publish the report. For example, we have below report:
<testsuite errors="0" failures="38" hostname="thebiggerone" name="com.pmease.quickbuild.FooTest" tests="1" time="210.297" timestamp="2009-11-26T12:40:48">
<properties>
......
<property name="java.vm.version" value="14.0-b16" />
......
</properties>
<testcase
classname="com.pmease.quickbuild.FooTest"
name="testBar"
time="210.129"/>
</testsuite>
then, after transform the report, we will publish below report:
<testsuite errors="0" failures="38" hostname="thebiggerone" name="com.pmease.quickbuild.FooTest" tests="1" time="210.297" timestamp="2009-11-26T12:40:48">
<properties>
......
<property name="java.vm.version" value="14.0-b16" />
......
</properties>
<testcase
classname="com.dynatrace.diagnostics.communication.tcp.connection.ConnectionManagerTest"
name="testBar (jvm-14.0-b16)"
time="210.129"/>
</testsuite>
]
|
|