summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-02 17:06:35 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:44 +0100
commit83b0316b93f1650614c6de2a50ca1a06b5df77f4 (patch)
tree8f868f2114872f380de45f4425481618b8b67a49 /searchcorespi
parentf2fd8d33d46edb8b3c4351d14f4abbc386ffbabf (diff)
Include asciistream in implementation only.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/tests/plugin/factoryregistry_test.cpp6
-rw-r--r--searchcorespi/src/tests/plugin/plugin_test.cpp5
2 files changed, 3 insertions, 8 deletions
diff --git a/searchcorespi/src/tests/plugin/factoryregistry_test.cpp b/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
index 16cb03a5496..3c0214576c8 100644
--- a/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
+++ b/searchcorespi/src/tests/plugin/factoryregistry_test.cpp
@@ -1,14 +1,10 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-// Unit tests for factoryregistry.
-
-#include <vespa/log/log.h>
-LOG_SETUP("factoryregistry_test");
-#include <vespa/fastos/fastos.h>
#include <vespa/searchcorespi/plugin/factoryregistry.h>
#include <vespa/searchcorespi/plugin/iindexmanagerfactory.h>
#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/testkit/testapp.h>
+#include <vespa/vespalib/util/exceptions.h>
using vespalib::string;
using namespace searchcorespi;
diff --git a/searchcorespi/src/tests/plugin/plugin_test.cpp b/searchcorespi/src/tests/plugin/plugin_test.cpp
index 34692b4ed7b..f1fcf30e4d7 100644
--- a/searchcorespi/src/tests/plugin/plugin_test.cpp
+++ b/searchcorespi/src/tests/plugin/plugin_test.cpp
@@ -1,9 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
+
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/searchcorespi/plugin/factoryloader.h>
-#include <vespa/log/log.h>
-LOG_SETUP("factory_test");
+#include <vespa/vespalib/util/exceptions.h>
using namespace searchcorespi;