summaryrefslogtreecommitdiff
path: root/test/plugins/xml/XmlParserTest.cpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 03:30:55 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-28 03:30:55 +0100
commit56bc493306c3b442ed0f2a3f040107c1807488a3 (patch)
tree79de212b525ff32fe1bb4aa22180af29b80ece49 /test/plugins/xml/XmlParserTest.cpp
parent6f25c96065a7ced66d3808e95344a2127055de05 (diff)
Implemented constants
Diffstat (limited to 'test/plugins/xml/XmlParserTest.cpp')
-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 6ac962d..0802d5b 100644
--- a/test/plugins/xml/XmlParserTest.cpp
+++ b/test/plugins/xml/XmlParserTest.cpp
@@ -67,7 +67,7 @@ TEST(XmlParser, generic)
XmlStandaloneEnvironment env(logger);
env.parse("generic.oxm", "", "", RttiSet{&RttiTypes::Typesystem});
#ifdef MANAGER_GRAPHVIZ_EXPORT
- env.manager.exportGraphviz("xmlDocument.dot");
+// env.manager.exportGraphviz("xmlDocument.dot");
#endif
}
}