File: xml_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 (23 lines) | stat: -rw-r--r-- 1,199 bytes parent folder | download | duplicates (2)
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:			[&quot;&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot; ?&gt;
&lt;example name=&quot;arbitrary xml content&quot;&gt;
    &lt;content&gt;I&apos;m the content &amp; have chars which have to be escaped, if put in outer XML.&lt;/content&gt;
&lt;/example&gt;&quot;]
		expected to contain:		[&quot;I&apos;m not to be found!&quot;]">
				<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>