summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/indexmanager_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2016-11-04 13:28:02 +0100
committerGeir Storli <geirst@yahoo-inc.com>2016-11-04 13:28:02 +0100
commit128bba84583fc1249ea30bf4965ac4bc1f881df6 (patch)
treee577d9320b9372f7980befd9bab76e8b1c1c8f0d /searchcore/src/tests/proton/index/indexmanager_test.cpp
parenta332037c8f2fa3b51e1df3277eb3c4eb7de2cfa6 (diff)
Move datastore code from search::btree -> search::datastore.
Diffstat (limited to 'searchcore/src/tests/proton/index/indexmanager_test.cpp')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index 00579ce3d07..a384bc824c5 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -33,7 +33,7 @@ LOG_SETUP("indexmanager_test");
using document::Document;
using document::FieldValue;
-using search::btree::EntryRef;
+using search::datastore::EntryRef;
using search::index::DocBuilder;
using search::index::Schema;
using search::index::DummyFileHeaderContext;