summaryrefslogtreecommitdiffstats
path: root/tests/de_tier_tag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/de_tier_tag.cpp')
-rw-r--r--tests/de_tier_tag.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/de_tier_tag.cpp b/tests/de_tier_tag.cpp
index 2c263eb..712c203 100644
--- a/tests/de_tier_tag.cpp
+++ b/tests/de_tier_tag.cpp
@@ -16,11 +16,12 @@
#include "testing.h"
#include "framework/DynamicExtension.h"
#include "framework/scheduling/SerialScheduler.h"
-#include "shard/WIRS.h"
+#include "shard/ISAMTree.h"
+#include "query/rangequery.h"
#include <check.h>
using namespace de;
-typedef DynamicExtension<WRec, WIRS<WRec>, WIRSQuery<WRec>, LayoutPolicy::TEIRING, DeletePolicy::TAGGING, SerialScheduler> DE;
+typedef DynamicExtension<Rec, ISAMTree<Rec>, rq::Query<ISAMTree<Rec>, Rec>, LayoutPolicy::TEIRING, DeletePolicy::TAGGING, SerialScheduler> DE;
#include "dynamic_extension_tests.inc"