Skip to content
Snippets Groups Projects
report.xml 385 B
Newer Older
Whitney Armstrong's avatar
Whitney Armstrong committed
<testsuites>
  <testsuite name="DVCS" tests="3" failures="1">
    <testcase classname="foo1" name="ASuccessfulTest" time="10.0"/>
    <testcase classname="foo2" name="AnotherSuccessfulTest"  time="20.0"/>
    <testcase classname="foo3" name="AFailingTest"  time="30.0">
      <failure type="NotEnoughFoo"> details about failure </failure>
    </testcase>
  </testsuite>
</testsuites>