summaryrefslogtreecommitdiff
path: root/test/plugins/html/DemoOutputTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugins/html/DemoOutputTest.cpp')
-rw-r--r--test/plugins/html/DemoOutputTest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp
index 7857314..471ccc3 100644
--- a/test/plugins/html/DemoOutputTest.cpp
+++ b/test/plugins/html/DemoOutputTest.cpp
@@ -43,8 +43,11 @@ TEST(DemoHTMLTransformer, writeHTML)
model::constructBookDomain(mgr, sys, logger);
Rooted<model::Domain> headingDom =
model::constructHeadingDomain(mgr, sys, bookDom, logger);
+ Rooted<model::Domain> listDom =
+ model::constructListDomain(mgr, sys, bookDom, logger);
// Construct the document.
- Rooted<model::Document> doc = model::constructAdvancedDocument(mgr, bookDom, headingDom);
+ Rooted<model::Document> doc =
+ model::constructAdvancedDocument(mgr, bookDom, headingDom, listDom);
#ifdef MANAGER_GRAPHVIZ_EXPORT
// dump the manager state