summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 01:07:28 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 01:07:28 +0100
commitf330623143d76e56a9bd95e4c1658dd3fcf69ac6 (patch)
treed32a8d607177bd0f1b0f457887e623dcdb2dc447 /test
parent21a91f26dc1c86fef631d22bf15bbd78414736d0 (diff)
Parsing a bit more stuff
Diffstat (limited to 'test')
-rw-r--r--test/plugins/xml/XmlParserTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp
index 0f00c86..6ac962d 100644
--- a/test/plugins/xml/XmlParserTest.cpp
+++ b/test/plugins/xml/XmlParserTest.cpp
@@ -65,7 +65,7 @@ TEST(XmlParser, mismatchedTag)
TEST(XmlParser, generic)
{
XmlStandaloneEnvironment env(logger);
- env.parse("generic.oxm", "", "", RttiSet{&RttiTypes::Document});
+ env.parse("generic.oxm", "", "", RttiSet{&RttiTypes::Typesystem});
#ifdef MANAGER_GRAPHVIZ_EXPORT
env.manager.exportGraphviz("xmlDocument.dot");
#endif