summaryrefslogtreecommitdiff
path: root/test/plugins
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-15 02:18:34 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-15 02:18:34 +0100
commit2a9541b06b4741f268929377946e720af1418ba0 (patch)
treed9a8218949de61db0f9e673e08b5d2faff84eaae /test/plugins
parent87942146e4d45c337cb76bc69b6f8be3cfae0601 (diff)
Synchronizing logger with current XML parser line number
Diffstat (limited to 'test/plugins')
-rw-r--r--test/plugins/xml/XmlParserTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp
index 1dbca60..c47fd6a 100644
--- a/test/plugins/xml/XmlParserTest.cpp
+++ b/test/plugins/xml/XmlParserTest.cpp
@@ -51,11 +51,11 @@ const char *TEST_DATA =
"<?xml version=\"1.0\" standalone=\"yes\"?>\n"
"<document a:bc=\"b\">\n"
" <head>\n"
- " <typesystem name=\"color\">\n"
+ " <typesystem>\n"
" <types>\n"
" <struct name=\"color\">\n"
" </struct>\n"
- " </type>\n"
+ " </types>\n"
" </typesystem>\n"
" </head>\n"
" <body xmlAttr=\"blub\">\n"