File: test_as_xml4.out

package info (click to toggle)
cgreen 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,400 kB
  • sloc: ansic: 11,064; makefile: 417; cpp: 401; sh: 327; python: 177; xml: 33; sed: 8
file content (13 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml?>
<suite name="Top Level">
	<suite name="A Group">
		<test name="reports_a_test_that_passes">
		</test>
		<test name="reports_a_test_that_fails">
			<fail>
				<message>A failure</message>
				<location file="test_as_xml.c" line="15"/>
			</fail>
		</test>
	</suite>
</suite>