diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-03 02:30:01 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-03 02:30:01 +0100 |
commit | bcccee31179c0259b203870b10278033ffc29804 (patch) | |
tree | a7aceb08baf58e5a24285f38aeb8f73de9d694e7 /test | |
parent | bf8ffac02747a2f3c9bd4e7c1f19300f205232d1 (diff) |
Implemented Including files
Diffstat (limited to 'test')
-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 909c4ee..0f37d0a 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -50,7 +50,7 @@ struct XmlStandaloneEnvironment : public StandaloneEnvironment { registry.registerDefaultExtensions(); registry.registerParser( {"text/vnd.ousia.oxm", "text/vnd.ousia.oxd"}, - {&RttiTypes::Document, &RttiTypes::Typesystem, &RttiTypes::Domain}, + {&RttiTypes::Node}, &xmlParser); registry.registerResourceLocator(&fileLocator); } |