File: libxml_output_tests.expected

package info (click to toggle)
cgreen 1.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: ansic: 12,276; sh: 558; makefile: 474; cpp: 403; python: 181; xml: 33; sed: 13
file content (11 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="xml_output_tests" failures="0" errors="0" skipped="0" time="0.00000"/>
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="libxml_output_tests-default" failures="1" errors="0" skipped="0" time="0.00000">
  <testcase name="failing_test_is_listed_by_libxml_reporter" classname="libxml_output_tests/default" time="0.00000">
    <failure message="Expected [0] to [be true]">
      <location file="xml_output_tests.c" line="0"/>
    </failure>
  </testcase>
  <testcase name="passing_test_is_listed_by_libxml_reporter" classname="libxml_output_tests/default" time="0.00000"/>
</testsuite>