summaryrefslogtreecommitdiff
path: root/test/plugins/html/DemoOutputTest.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-13 11:19:04 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-13 11:19:04 +0100
commit83b034d47728a7519128b2777ac95fa0b558f882 (patch)
tree6ef6352801c722ed56c84ce9410d166b16b85f07 /test/plugins/html/DemoOutputTest.cpp
parentdcf154aaf037ac67260abcec0b0ed3db32bc65ac (diff)
put entity escaping in XML serialization instead of DemoOutput. Also had to comment out graphviz visualization in DemoOutputTest because it did not work for me.
Diffstat (limited to 'test/plugins/html/DemoOutputTest.cpp')
-rw-r--r--test/plugins/html/DemoOutputTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp
index c878ba7..d18a314 100644
--- a/test/plugins/html/DemoOutputTest.cpp
+++ b/test/plugins/html/DemoOutputTest.cpp
@@ -56,7 +56,7 @@ TEST(DemoHTMLTransformer, writeHTML)
#ifdef MANAGER_GRAPHVIZ_EXPORT
// dump the manager state
- mgr.exportGraphviz("bookDocument.dot");
+// mgr.exportGraphviz("bookDocument.dot");
#endif
// we can only do a rough check here.
@@ -114,7 +114,7 @@ TEST(DemoHTMLTransformer, AnnotationProcessing)
#ifdef MANAGER_GRAPHVIZ_EXPORT
// dump the manager state
- mgr.exportGraphviz("annotationDocument.dot");
+// mgr.exportGraphviz("annotationDocument.dot");
#endif