[ 
https://issues.jenkins-ci.org/browse/JENKINS-11442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno P. Kinoshita closed JENKINS-11442.
----------------------------------------


Fixed in 3.1
                
> The plug-in is using disabled tests
> -----------------------------------
>
>                 Key: JENKINS-11442
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11442
>             Project: Jenkins
>          Issue Type: Bug
>          Components: testlink
>            Reporter: Bruno P. Kinoshita
>            Assignee: Bruno P. Kinoshita
>
> Assuming the following  JUnit XML report:
>  
> <?xml version="1.0" encoding="UTF-8"?>
> <testsuites tests="2" failures="0" disabled="1" errors="0" time="11.000" 
> name="AllTests">
>   <testsuite name="ClassA" tests="1" failures="0" disabled="0" errors="0" 
> time="5.000">
>     <testcase name="UseCaseA" status="run" time="5.000" classname="ClassA" />
>   </testsuite>
>   <testsuite name="ClassB" tests="1" failures="0" disabled="1" errors="0" 
> time="6.000">
>     <testcase name="DISABLED_UseCaseB" status="notrun" time="6.000" 
> classname="ClassB" />
>   </testsuite>
> </testsuites>
> At moment, TestLink plugin reports the above XML as a test that passed though 
> one is disabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to