From bcccee31179c0259b203870b10278033ffc29804 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Feb 2015 02:30:01 +0100 Subject: Implemented Including files --- test/plugins/xml/XmlParserTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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); } -- cgit v1.2.3