Add MANIFEST to the filelist
[TAP-Harness-JUnit.git] / t / tests / resultcode.xml
blob622ae51335aadbf758c7f050975086bfa1e10106
1 <?xml version='1.0' encoding='utf-8'?>
2 <testsuites>
3   <testsuite name="Successful test with good plan and a bad return code" errors="1" failures="0" tests="1" time="0">
4     <system-out>ok 1 - Success
5 Died at t/tests/resultcode.pl line 6.
6 1..1
7 # Looks like your test died just after 1.
8 </system-out>
9     <testcase name="Success" classname="Successful test with good plan and a bad return code" time="0" />
10     <testcase name="Test returned failure" classname="Successful test with good plan and a bad return code" time="0">
11       <failure message="Looks like your test died just after 1." type="Died"># Looks like your test died just after 1.</failure>
12     </testcase>
13   </testsuite>
14 </testsuites>