aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2024-06-20 13:16:55 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2024-06-20 13:56:01 +0000
commit17310d027c73c694d034472c2f9a81985eb0cd68 (patch)
treeb7fd10381286bc67e3f5ce1d7fcb55fd32df9428 /searchsummary
parentdf84441bbfb66161bf823f9235532083ce58b1bc (diff)
remove TEST_APPHOOK, TEST_INIT, TEST_DONE and TestApp
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/tests/juniper/SrcTestSuite.cpp2
-rw-r--r--searchsummary/src/tests/juniper/appender_test.cpp2
-rw-r--r--searchsummary/src/tests/juniper/auxTestApp.cpp2
-rw-r--r--searchsummary/src/tests/juniper/matchobjectTestApp.cpp2
-rw-r--r--searchsummary/src/tests/juniper/mcandTestApp.cpp2
-rw-r--r--searchsummary/src/tests/juniper/queryparserTestApp.cpp2
-rw-r--r--searchsummary/src/tests/juniper/queryvisitor_test.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/searchsummary/src/tests/juniper/SrcTestSuite.cpp b/searchsummary/src/tests/juniper/SrcTestSuite.cpp
index 955ed01fd85..0a45d6ffc95 100644
--- a/searchsummary/src/tests/juniper/SrcTestSuite.cpp
+++ b/searchsummary/src/tests/juniper/SrcTestSuite.cpp
@@ -6,7 +6,7 @@
#include "queryparserTest.h"
#include "matchobjectTest.h"
#include "auxTest.h"
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
/**
* The SrcTestSuite class runs all the unit tests for the src module.
*
diff --git a/searchsummary/src/tests/juniper/appender_test.cpp b/searchsummary/src/tests/juniper/appender_test.cpp
index 97d07998e3f..17cd4a77472 100644
--- a/searchsummary/src/tests/juniper/appender_test.cpp
+++ b/searchsummary/src/tests/juniper/appender_test.cpp
@@ -1,5 +1,5 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
#define _NEED_SUMMARY_CONFIG_IMPL
#include <vespa/juniper/SummaryConfig.h>
diff --git a/searchsummary/src/tests/juniper/auxTestApp.cpp b/searchsummary/src/tests/juniper/auxTestApp.cpp
index 62b2d3f934c..1344188e249 100644
--- a/searchsummary/src/tests/juniper/auxTestApp.cpp
+++ b/searchsummary/src/tests/juniper/auxTestApp.cpp
@@ -1,6 +1,6 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "auxTest.h"
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
void Usage(char* s)
{
diff --git a/searchsummary/src/tests/juniper/matchobjectTestApp.cpp b/searchsummary/src/tests/juniper/matchobjectTestApp.cpp
index bd199f9d1d6..abcc496e717 100644
--- a/searchsummary/src/tests/juniper/matchobjectTestApp.cpp
+++ b/searchsummary/src/tests/juniper/matchobjectTestApp.cpp
@@ -2,7 +2,7 @@
#include "matchobjectTest.h"
#include "testenv.h"
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/juniper/wildcard_match.h>
#include <iostream>
diff --git a/searchsummary/src/tests/juniper/mcandTestApp.cpp b/searchsummary/src/tests/juniper/mcandTestApp.cpp
index 38a3cdee367..e92bf8b89d3 100644
--- a/searchsummary/src/tests/juniper/mcandTestApp.cpp
+++ b/searchsummary/src/tests/juniper/mcandTestApp.cpp
@@ -1,7 +1,7 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "mcandTest.h"
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
int main(int argc, char **argv) {
juniper::TestEnv te(argc, argv, TEST_PATH("./testclient.rc").c_str());
diff --git a/searchsummary/src/tests/juniper/queryparserTestApp.cpp b/searchsummary/src/tests/juniper/queryparserTestApp.cpp
index 95fd198cffe..c818afc5533 100644
--- a/searchsummary/src/tests/juniper/queryparserTestApp.cpp
+++ b/searchsummary/src/tests/juniper/queryparserTestApp.cpp
@@ -2,7 +2,7 @@
#include "queryparserTest.h"
#include "testenv.h"
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
int main(int argc, char **argv) {
diff --git a/searchsummary/src/tests/juniper/queryvisitor_test.cpp b/searchsummary/src/tests/juniper/queryvisitor_test.cpp
index a5862c0aec3..f4501ef1909 100644
--- a/searchsummary/src/tests/juniper/queryvisitor_test.cpp
+++ b/searchsummary/src/tests/juniper/queryvisitor_test.cpp
@@ -1,6 +1,6 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <memory>
-#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/testkit/test_kit.h>
#include <vespa/juniper/queryhandle.h>
#include <vespa/juniper/queryvisitor.h>