Add MANIFEST to the filelist
[TAP-Harness-JUnit.git] / t / tests / badplan.xml
blob3f556d84c1432bfd18d0e03ee8259579e690b7a3
1 <?xml version='1.0' encoding='utf-8'?>
2 <testsuites>
3   <testsuite name="Has a plan, successful tests, just too small amount of them" errors="1" failures="7" tests="10" time="0">
4     <system-out>1..10
5 ok 1 - First
6 ok 2 - Second
7 ok 3 - Third
8 </system-out>
9     <testcase name="First" classname="Has a plan, successful tests, just too small amount of them" time="0" />
10     <testcase name="Second" classname="Has a plan, successful tests, just too small amount of them" time="0" />
11     <testcase name="Third" classname="Has a plan, successful tests, just too small amount of them" time="0" />
12     <testcase name="Number of runned tests does not match plan." classname="Has a plan, successful tests, just too small amount of them" time="0">
13       <failure message="Some test were not executed, The test died prematurely." type="Plan">Bad plan</failure>
14     </testcase>
15   </testsuite>
16 </testsuites>