1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
<testsuite name="xml_output_tests">
</testsuite>
<?xml version="1.0" encoding="ISO-8859-1" ?>
<testsuite name="xml_output_tests-default">
<testcase classname="xml_output_tests/default" name="error_message_gets_escaped_by_xml_reporter" time="0.00000">
<failure message="Expected [test_string] to [contain string] [expected_string]
actual value: ["<?xml version="1.0" encoding="ISO-8859-1" ?>
<example name="arbitrary xml content">
<content>I'm the content & have chars which have to be escaped, if put in outer XML.</content>
</example>"]
expected to contain: ["I'm not to be found!"]">
<location file="xml_output_tests.c" line="0"/>
</failure>
</testcase>
<testcase classname="xml_output_tests/default" name="failing_test_is_listed_by_xml_reporter" time="0.00000">
<failure message="Expected [0] to [be true]">
<location file="xml_output_tests.c" line="0"/>
</failure>
</testcase>
<testcase classname="xml_output_tests/default" name="passing_test_is_listed_by_xml_reporter" time="0.00000">
</testcase>
</testsuite>
|