summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp b/searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp
index 6e6df7cc5e3..2c8301e259f 100644
--- a/searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_manager/attribute_manager_test.cpp
@@ -485,8 +485,8 @@ TEST_F("require that history can be wiped", Fixture)
f.addAttribute("a3");
f._m.flushAll(10);
Schema hs;
- hs.addAttributeField(Schema::AttributeField("a1", Schema::INT32));
- hs.addAttributeField(Schema::AttributeField("a3", Schema::INT32));
+ hs.addAttributeField(Schema::AttributeField("a1", schema::INT32));
+ hs.addAttributeField(Schema::AttributeField("a3", schema::INT32));
f._m.wipeHistory(hs);
FastOS_StatInfo si;
EXPECT_TRUE(!FastOS_File::Stat(vespalib::string(test_dir + "/a1").c_str(), &si));