![]() |
|
|
Issue Type:
|
Bug
|
Assignee:
|
Varun Menon
|
Components:
|
test-results-analyzer-plugin |
Created:
|
08/Jan/15 8:41 PM
|
Description:
|
If name of package or class contains space or parentheses then it cannot be expanded in report generated by Test Results Analyzer plugin.
See following example of junitResult.xml:
<?xml version='1.0' encoding='UTF-8'?>
<result plugin="junit@1.2-beta-4">
<suites>
<suite>
<file>some.xml</file>
<name>Tests</name>
<stdout></stdout>
<duration>0</duration>
<cases>
<case>
<duration>0</duration>
<className>ExampleClass1</className>
<testName>Example1</testName>
<skipped>true</skipped>
<stdout></stdout>
<failedSince>0</failedSince>
</case>
<case>
<duration>0</duration>
<className>SomePackage.Example Class</className>
<testName>Example2</testName>
<skipped>true</skipped>
<stdout></stdout>
<failedSince>0</failedSince>
</case>
</cases>
</suite>
</suites>
<duration>0</duration>
<keepLongStdio>false</keepLongStdio>
</result>
In this example package name for test "Example1" is missing so Jenkins will show "(root)" and because it contains parentheses cannot be expanded in report.
Similar is for "Example2" for which class name contains space.
|
Environment:
|
Jenkins 1.596
test-results-analyzer-plugin version 1.3
|
Project:
|
Jenkins
|
Priority:
|
Minor
|
Reporter:
|
Mariusz Wasiluk
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.