From 100a24a53c862201d1fcaaf81c6faacb694d37e9 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 6 Feb 2015 19:23:07 +0100 Subject: changed name of text field from content to default. --- test/core/model/TestDomain.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/core/model/TestDomain.hpp') diff --git a/test/core/model/TestDomain.hpp b/test/core/model/TestDomain.hpp index 8b572a8..5ac510c 100644 --- a/test/core/model/TestDomain.hpp +++ b/test/core/model/TestDomain.hpp @@ -81,8 +81,8 @@ static Rooted constructBookDomain(Manager &mgr, // ... and has a primitive field. Rooted text_field{new FieldDescriptor( - mgr, text, domain->getTypesystems()[0]->getTypes()[0], "content", - false)}; + mgr, text, domain->getTypesystems()[0]->getTypes()[0], + DEFAULT_FIELD_NAME, false)}; return domain; } -- cgit v1.2.3