Issue Type: Bug Bug
Assignee: Ofir Shaked
Components: hp-application-automation-tools-plugin
Created: 10/Apr/13 1:24 PM
Description:

The JUnit test results report that is generated by the HP client isn't valid and can't be loaded into tools that parse this report format. The report should valid against this schema: http://windyroad.com.au/dl/Open%20Source/JUnit.xsd

One of the primary validation failures is that both testsuite and testcase should have a "name" attribute.

<?xml version="1.0"?>
<testsuites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <testsuite tests="0" failures="0" errors="0" package="uftRunner">
    <testcase time="0" classname="All-Tests." status="pass" />
    <testcase time="0" classname="All-Tests." status="pass" />
    <testcase time="0" classname="All-Tests." status="pass" />
    <testcase time="0" classname="All-Tests." status="pass" />
    <testcase time="0" classname="All-Tests." status="pass" />
Project: Jenkins
Priority: Critical Critical
Reporter: David Ehringer
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to