From 83b034d47728a7519128b2777ac95fa0b558f882 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Tue, 13 Jan 2015 11:19:04 +0100 Subject: 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. --- test/plugins/html/DemoOutputTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/plugins') 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 -- cgit v1.2.3