aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features_attributematch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/features/prod_features_attributematch.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features_attributematch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/features/prod_features_attributematch.cpp b/searchlib/src/tests/features/prod_features_attributematch.cpp
index fc69061b4ef..7ccfd1dea1a 100644
--- a/searchlib/src/tests/features/prod_features_attributematch.cpp
+++ b/searchlib/src/tests/features/prod_features_attributematch.cpp
@@ -283,8 +283,8 @@ Test::testAttributeMatch()
AttributePtr wint = AttributeFactory::createAttribute("wint", AVC(AVBT::INT32, AVCT::WSET));
aint->addReservedDoc();
wint->addReservedDoc();
- ft.getIndexEnv().getAttributeManager().add(aint);
- ft.getIndexEnv().getAttributeManager().add(wint);
+ ft.getIndexEnv().getAttributeMap().add(aint);
+ ft.getIndexEnv().getAttributeMap().add(wint);
aint->addDocs(1);
aint->commit();
ASSERT_TRUE(aint->getValueCount(0) == 0);