summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/aggregator/perdocexpr.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-08-09 12:24:58 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-08-09 12:24:58 +0000
commitb8d01612189d2627c21f838a756340c610a3f728 (patch)
tree4a44db5bdf600d19cf1f670e0b21833e89a4ffe8 /searchlib/src/tests/aggregator/perdocexpr.cpp
parentf4be22bb9c8dd210e4b4e3ffd7c167751a4c5700 (diff)
Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.
Diffstat (limited to 'searchlib/src/tests/aggregator/perdocexpr.cpp')
-rw-r--r--searchlib/src/tests/aggregator/perdocexpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/aggregator/perdocexpr.cpp b/searchlib/src/tests/aggregator/perdocexpr.cpp
index 1b85fb8f427..b8584980cf9 100644
--- a/searchlib/src/tests/aggregator/perdocexpr.cpp
+++ b/searchlib/src/tests/aggregator/perdocexpr.cpp
@@ -614,7 +614,7 @@ TEST("testMailChecksumExpression") {
std::string flags = "RWA";
std::string ymumid = "barmuda";
- document::Document::UP doc = testDocMan.createDocument("foo", "userdoc:footype:1234:" + ymumid);
+ document::Document::UP doc = testDocMan.createDocument("foo", "id:footype:testdoctype1:n=1234:" + ymumid);
document::WeightedSetFieldValue ws(doc->getField("byteweightedset").getDataType());
for (uint32_t i = 0; i < flags.size(); i++) {