aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp')
-rw-r--r--streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp b/streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp
index ffdddec676e..5357b8d8113 100644
--- a/streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp
+++ b/streamingvisitors/src/tests/querywrapper/querywrapper_test.cpp
@@ -11,7 +11,7 @@ using namespace search;
using namespace search::query;
using namespace search::streaming;
-namespace storage {
+namespace streaming {
class QueryWrapperTest : public vespalib::TestApp
{
@@ -103,6 +103,6 @@ QueryWrapperTest::Main()
TEST_DONE();
}
-} // namespace storage
+} // namespace streaming
-TEST_APPHOOK(storage::QueryWrapperTest)
+TEST_APPHOOK(::streaming::QueryWrapperTest)