diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-04 01:55:55 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-04 01:55:55 +0100 |
commit | 96bee20ded86dc00e7c660632c5addb515930f47 (patch) | |
tree | 623886aad3ff49a94d09b9b6f5b6b52d2ff99c16 /test/core/model/DomainTest.cpp | |
parent | ab4a52cca7d2092ec990b7af1bca42fdb5056ed4 (diff) |
small changes to test files
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r-- | test/core/model/DomainTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index 2e7f983..d8ad882 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -58,6 +58,7 @@ TEST(Domain, testDomainResolving) */ std::vector<Rooted<Managed>> res = domain->resolve(std::vector<std::string>{"book"}); + // First we expect the book domain. assert_path(res, 0, typeOf<Domain>(), {"book"}); // Then the book structure. |