History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1347
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Steve Luo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Disabled tests are counted within passed tests in JUnit report

Created: 21/Aug/12 08:45 AM   Updated: 25/Aug/12 02:24 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 4.0.55, 4.0.56

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Currently if you have tests disabled they are counted within the passed tests and not as 'skipped' as supposed.

JUnit xml file looks for example like:

<testsuites tests="1" failures="0" disabled="1" errors="0" time="0" name="AllTests">
<testsuite name="MapShareTest" tests="1" failures="0" disabled="1" errors="0" time="0">
<testcase name="DISABLED_MapUtilTest" status="notrun" time="0" classname="MapShareTest"/>
</testsuite>
</testsuites>

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.