From d99179211b75fdb8a511d8641b413b3d52c94bbc Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 26 Jan 2015 00:30:30 +0100 Subject: Compilation fix in Release mode --- test/plugins/xml/XmlParserTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/plugins/xml/XmlParserTest.cpp') diff --git a/test/plugins/xml/XmlParserTest.cpp b/test/plugins/xml/XmlParserTest.cpp index 3660c35..7ca191e 100644 --- a/test/plugins/xml/XmlParserTest.cpp +++ b/test/plugins/xml/XmlParserTest.cpp @@ -68,7 +68,9 @@ TEST(XmlParser, generic) XmlStandaloneEnvironment env(logger); env.project->parse("generic.oxm", "", "", RttiSet{&RttiTypes::Document}, logger); +#ifdef MANAGER_GRAPHVIZ_EXPORT env.manager.exportGraphviz("xmlDocument.dot"); +#endif } } -- cgit v1.2.3