diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-28 00:54:05 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-12-28 00:54:05 +0100 |
commit | 3f22fdbf6aa5d4543c122a91cf244046697a1ec9 (patch) | |
tree | a4ea51b9147d7773a5fa1d5fb1bbac3f644082ec /test/core/model/DomainTest.cpp | |
parent | 079b45a6745dc296a60622d5a4897ccdfcf1fa0f (diff) |
Finished StructType implementation, started to write unit tests
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r-- | test/core/model/DomainTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<Rooted<Managed>> &result, size_t idx, TEST(Domain, testDomainResolving) { // Construct Manager + Logger logger; Manager mgr{1}; // Get the domain. - Rooted<Domain> domain = constructBookDomain(mgr); + Rooted<Domain> domain = constructBookDomain(mgr, logger); /* * Start with the "book" search keyword. This should resolve to the domain |