aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/features/prod_features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/features/prod_features.cpp')
-rw-r--r--searchlib/src/tests/features/prod_features.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/tests/features/prod_features.cpp b/searchlib/src/tests/features/prod_features.cpp
index 70250b05bf1..56aaf2dcbc9 100644
--- a/searchlib/src/tests/features/prod_features.cpp
+++ b/searchlib/src/tests/features/prod_features.cpp
@@ -428,6 +428,7 @@ Test::setupForAttributeTest(FtFeatureTest &ft, bool setup_env)
// save 'sint' and load it into 'unique' (only way to set a noupdate attribute)
ASSERT_TRUE(avs[0]->save(avs[9]->getBaseFileName()));
+ avs[9] = AttributeFactory::createAttribute("udefint", AVC(AVBT::INT32, AVCT::SINGLE));
ASSERT_TRUE(avs[9]->load());
}