From fba625e9a06308364f0c0e6728a9d2195b9354a0 Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Tue, 30 Jul 2019 12:54:18 +0200 Subject: Use proper scope for enum constants. --- .../documentdb/documentdbconfigscout/documentdbconfigscout_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchcore/src/tests/proton/documentdb/documentdbconfigscout/documentdbconfigscout_test.cpp') diff --git a/searchcore/src/tests/proton/documentdb/documentdbconfigscout/documentdbconfigscout_test.cpp b/searchcore/src/tests/proton/documentdb/documentdbconfigscout/documentdbconfigscout_test.cpp index ce07858ea0b..f76743b9480 100644 --- a/searchcore/src/tests/proton/documentdb/documentdbconfigscout/documentdbconfigscout_test.cpp +++ b/searchcore/src/tests/proton/documentdb/documentdbconfigscout/documentdbconfigscout_test.cpp @@ -216,9 +216,9 @@ setupLiveAttributes(AttributesConfigBuilder::AttributeVector &attributes) attributes.push_back(setupFastSearchAttribute("a0")); attributes.push_back(setupFastSearchAndMoreAttribute("a1")); attributes.push_back(setupFastSearchAttribute("a2")); - attributes.back().datatype = AttributesConfig::Attribute::INT8; + attributes.back().datatype = AttributesConfig::Attribute::Datatype::INT8; attributes.push_back(setupFastSearchAttribute("a3")); - attributes.back().collectiontype = AttributesConfig::Attribute::ARRAY; + attributes.back().collectiontype = AttributesConfig::Attribute::Collectiontype::ARRAY; attributes.push_back(setupFastSearchAttribute("a4")); attributes.back().createifnonexistent = true; } -- cgit v1.2.3