From 1f8c4a5fcfb7b60c0fea62c7de81c69cef325a0a Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 12 Jan 2015 22:54:46 +0100 Subject: Fixed failing html test --- 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 d496811..c878ba7 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("build/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("build/annotationDocument.dot"); + mgr.exportGraphviz("annotationDocument.dot"); #endif -- cgit v1.2.3