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/core/model/TestDocument.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/model/TestDocument.hpp') diff --git a/test/core/model/TestDocument.hpp b/test/core/model/TestDocument.hpp index 243672b..0cb52a3 100644 --- a/test/core/model/TestDocument.hpp +++ b/test/core/model/TestDocument.hpp @@ -36,7 +36,7 @@ static Rooted constructBookDocument(Manager &mgr, Logger &logger, { // Start with the (empty) document. Rooted doc{new Document(mgr, "myDoc.oxd")}; - doc->addDomain(bookDomain); + doc->referenceDomain(bookDomain); // Add the root. Rooted root = -- cgit v1.2.3