Fix TAP::Parser PANIC on empty output from test
[TAP-Harness-JUnit.git] / t / tests / empty.xml
blobce195a2e84175d5b2afd11eeac5a8b9f1919244f
1 <?xml version='1.0' encoding='utf-8'?>
2 <testsuites>
3   <testsuite name="Zero_length output" errors="1" failures="0" tests="0" time="0">
4     <system-out></system-out>
5     <testcase name="Test died too soon, even before plan." classname="Zero_length output" time="0">
6       <failure message="The test suite died before a plan was produced. You need to have a plan." type="Plan">No plan</failure>
7     </testcase>
8   </testsuite>
9 </testsuites>