diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-12 15:50:10 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-12 15:50:10 +0100 |
commit | 51de9238ddbd6b7f4cdaa5e9a5918cae952891b2 (patch) | |
tree | 90f9a91e8a67a5ee95b1cb2e3addda6b51ff7209 /test/plugins/html | |
parent | 60d9d3f9f54fab975c39d4c341f118df90628375 (diff) |
Tried to introduce another StructureNode class as common superclass for StructuredEntity, Anchor and DocumentPrimitive. Nearly seems to work, but not entirely so. There are still issues with the Manager it seems.
Diffstat (limited to 'test/plugins/html')
-rw-r--r-- | test/plugins/html/DemoOutputTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp index ddd8f1c..9d1949e 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("build/bookDocument.dot"); #endif // we can only do a rough check here. |