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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp
index 471ccc3..36b53b4 100644
--- a/test/plugins/html/DemoOutputTest.cpp
+++ b/test/plugins/html/DemoOutputTest.cpp
@@ -45,6 +45,8 @@ TEST(DemoHTMLTransformer, writeHTML)
model::constructHeadingDomain(mgr, sys, bookDom, logger);
Rooted<model::Domain> listDom =
model::constructListDomain(mgr, sys, bookDom, logger);
+ Rooted<model::Domain> emDom =
+ model::constructEmphasisDomain(mgr, sys, logger);
// Construct the document.
Rooted<model::Document> doc =
model::constructAdvancedDocument(mgr, bookDom, headingDom, listDom);