summaryrefslogtreecommitdiff
path: root/test/core/model/DomainTest.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-05 15:05:28 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-05 15:05:28 +0100
commit15dd9d1aa1e0cfe8b31364fb42985ee8d5c5fc9d (patch)
treeb2a2543b442cc4b70e21cea80641bc36aa3b1e36 /test/core/model/DomainTest.cpp
parent4b5f49447e1583756c6f6bb15d7bc643bb7adda3 (diff)
corrected RTTI for domain und document and added a reference to system type system in test domain.
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r--test/core/model/DomainTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp
index d8ad882..f937842 100644
--- a/test/core/model/DomainTest.cpp
+++ b/test/core/model/DomainTest.cpp
@@ -48,8 +48,9 @@ TEST(Domain, testDomainResolving)
// Construct Manager
Logger logger;
Manager mgr{1};
+ Rooted<SystemTypesystem> sys{new SystemTypesystem(mgr)};
// Get the domain.
- Rooted<Domain> domain = constructBookDomain(mgr, logger);
+ Rooted<Domain> domain = constructBookDomain(mgr, sys, logger);
/*
* Start with the "book" search keyword. This should resolve to the domain