summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-12 22:54:46 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-12 22:54:46 +0100
commit1f8c4a5fcfb7b60c0fea62c7de81c69cef325a0a (patch)
tree91e8f647777aa376346d09fad0d2f1e469c01c9b /test
parent08ec77fc0c1b5d76d7a24c83cbb90266ece84e40 (diff)
Fixed failing html test
Diffstat (limited to 'test')
-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 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