From 15dd9d1aa1e0cfe8b31364fb42985ee8d5c5fc9d Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Mon, 5 Jan 2015 15:05:28 +0100 Subject: corrected RTTI for domain und document and added a reference to system type system in test domain. --- test/plugins/html/DemoOutputTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/plugins') diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp index 2db4012..6123c79 100644 --- a/test/plugins/html/DemoOutputTest.cpp +++ b/test/plugins/html/DemoOutputTest.cpp @@ -36,8 +36,9 @@ TEST(DemoHTMLTransformer, writeHTML) // Construct Manager Logger logger; Manager mgr{1}; + Rooted sys{new model::SystemTypesystem(mgr)}; // Get the domain. - Rooted domain = model::constructBookDomain(mgr, logger); + Rooted domain = constructBookDomain(mgr, sys, logger); // Construct the document. Rooted doc = model::constructBookDocument(mgr, domain); -- cgit v1.2.3