diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-16 00:43:18 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-16 00:43:18 +0100 |
commit | fae1b7a4eafbd9872d2447eab011bdf9aab97645 (patch) | |
tree | d064da98dff6061bdd74c2734e4f9c7f2f4f51dd /test/plugins/xml/XmlParserTest.cpp | |
parent | dbf59a218edd684f93f9cf74cdddd6bebefe15e7 (diff) |
Working on XMLParser (still lot work in progress)
Diffstat (limited to 'test/plugins/xml/XmlParserTest.cpp')
-rw-r--r-- | test/plugins/xml/XmlParserTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index c47fd6a..fd13cb9 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -51,7 +51,7 @@ const char *TEST_DATA = "<?xml version=\"1.0\" standalone=\"yes\"?>\n" "<document a:bc=\"b\">\n" " <head>\n" - " <typesystem>\n" + " <typesystem name=\"color\">\n" " <types>\n" " <struct name=\"color\">\n" " </struct>\n" |