diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-30 03:09:37 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-30 03:09:37 +0100 |
commit | c4da68ba28e742810d05d35f0a26ef1d9b8c5b6c (patch) | |
tree | e506de597542f2a48fc025b13b4765a791339fb9 /test/plugins/xml/XmlParserTest.cpp | |
parent | 90b2e9507e9d720452792b863b422221fe96d948 (diff) |
stuff
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 0802d5b..6ac962d 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 } } |