diff options
| author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-18 15:30:18 +0100 | 
|---|---|---|
| committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-18 15:30:18 +0100 | 
| commit | 8ab0709045667f8e1a67a9981c619980c9aebd1a (patch) | |
| tree | f39812b3d216566de7c4dcdaacc7c607aa7e646c /test/plugins/xml | |
| parent | cd55519130c5f91d95107b3b1e1a8203caa5008a (diff) | |
| parent | 372c67e0844654362fc7d440b0b4a31500a6d02a (diff) | |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'test/plugins/xml')
| -rw-r--r-- | test/plugins/xml/XmlParserTest.cpp | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index ce53eb3..2046940 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -53,14 +53,17 @@ const char *TEST_DATA =      "	<head>\n"      "		<typesystem name=\"color\">\n"      "			<types>\n" -    "				<struct name=\"blub\">\n" -    "					<field name=\"a\" type=\"int\"/>\n" -    "				</struct>\n"      "				<struct name=\"color\" parent=\"blub\">\n"      "					<field name=\"r\" type=\"int\"/>\n"      "					<field name=\"g\" type=\"int\"/>\n"      "					<field name=\"b\" type=\"int\"/>\n"      "				</struct>\n" +    "				<struct name=\"blub\">\n" +    "					<field name=\"a\" type=\"int\"/>\n" +    "				</struct>\n" +    "				<struct name=\"blub\">\n" +    "					<field name=\"a\" type=\"int\"/>\n" +    "				</struct>\n"      "			</types>\n"      "		</typesystem>\n"      "	</head>\n"  | 
