summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/common
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-10-13 14:51:22 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-10-14 14:17:17 +0000
commit55860ae17d9a28f162b259839c5568b1b39f5976 (patch)
treef1a1dc3775f955bbb7eefc0e48d0aefe1696f9ac /searchlib/src/tests/common
parent38ed9c34c69b3e689ed0b5dd330dc9e0de8f7f14 (diff)
Remove traces of PCODE_MLD_MONITORRESULT and PCODE_MONITORRESULT
Diffstat (limited to 'searchlib/src/tests/common')
-rw-r--r--searchlib/src/tests/common/packets/packets_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchlib/src/tests/common/packets/packets_test.cpp b/searchlib/src/tests/common/packets/packets_test.cpp
index 86983a425ac..3bf33f23f5b 100644
--- a/searchlib/src/tests/common/packets/packets_test.cpp
+++ b/searchlib/src/tests/common/packets/packets_test.cpp
@@ -137,6 +137,8 @@ TEST("testPacketFactory") {
if ((pcode != PCODE_MLD_QUERYRESULT2_NOTUSED) &&
(pcode != PCODE_QUERY_NOTUSED) &&
(pcode != PCODE_MONITORQUERY_NOTUSED) &&
+ (pcode != PCODE_MONITORRESULT_NOTUSED) &&
+ (pcode != PCODE_MLD_MONITORRESULT_NOTUSED) &&
(pcode != PCODE_CLEARCACHES_NOTUSED) &&
(pcode != PCODE_PARSEDQUERY2_NOTUSED) &&
(pcode != PCODE_QUEUELEN_NOTUSED) &&