From 87a89145c476713fa5716bf1a15b8b4d498d0a61 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 28 Jan 2015 01:04:28 +0100 Subject: Renamed add* and include* methods for referencing another Typesystem/Domain description to "reference*" to have a consistent nomenclature --- test/plugins/html/DemoOutputTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/plugins/html') 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: blablubbla Rooted doc{new Document(mgr, "annotations.oxd")}; - doc->addDomains({bookDom, emDom}); + doc->referenceDomains({bookDom, emDom}); Rooted book = buildRootStructuredEntity(doc, logger, {"book"}); ASSERT_TRUE(book != nullptr); -- cgit v1.2.3