From 3f22fdbf6aa5d4543c122a91cf244046697a1ec9 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 28 Dec 2014 00:54:05 +0100 Subject: Finished StructType implementation, started to write unit tests --- test/core/model/DomainTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/core/model/DomainTest.cpp') diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index e16da96..a69d805 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -46,9 +46,10 @@ void assert_path(std::vector> &result, size_t idx, TEST(Domain, testDomainResolving) { // Construct Manager + Logger logger; Manager mgr{1}; // Get the domain. - Rooted domain = constructBookDomain(mgr); + Rooted domain = constructBookDomain(mgr, logger); /* * Start with the "book" search keyword. This should resolve to the domain -- cgit v1.2.3