diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-28 01:04:28 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-28 01:04:28 +0100 |
commit | 87a89145c476713fa5716bf1a15b8b4d498d0a61 (patch) | |
tree | c99534c8205f0bb0b2a7455e8c0bfe1c52cb753c /test/plugins/html/DemoOutputTest.cpp | |
parent | 4c3d0cd465a4445e1fbd851e975727be064a92f4 (diff) |
Renamed add* and include* methods for referencing another Typesystem/Domain description to "reference*" to have a consistent nomenclature
Diffstat (limited to 'test/plugins/html/DemoOutputTest.cpp')
-rw-r--r-- | test/plugins/html/DemoOutputTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/html/DemoOutputTest.cpp b/test/plugins/html/DemoOutputTest.cpp index 094b5fd..5006655 100644 --- a/test/plugins/html/DemoOutputTest.cpp +++ b/test/plugins/html/DemoOutputTest.cpp @@ -86,7 +86,7 @@ TEST(DemoHTMLTransformer, AnnotationProcessing) // Construct a document only containing overlapping annotations. // it has the form: <em>bla<strong>blub</em>bla</strong> Rooted<Document> doc{new Document(mgr, "annotations.oxd")}; - doc->addDomains({bookDom, emDom}); + doc->referenceDomains({bookDom, emDom}); Rooted<StructuredEntity> book = buildRootStructuredEntity(doc, logger, {"book"}); ASSERT_TRUE(book != nullptr); |