summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2019-11-28 10:13:43 +0000
committerGeir Storli <geirst@verizonmedia.com>2019-11-28 10:15:38 +0000
commit04259bd39dee135435515a2dfcf3210cffd08120 (patch)
tree3fb962b98a53761a01e70fc3a8b0e688f3017061 /streamingvisitors
parentd1a4975810bbdce228c0d6cfc295d5d988804d37 (diff)
Rename hitcollector.cpp -> hitcollector_test.cpp.
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/tests/hitcollector/CMakeLists.txt2
-rw-r--r--streamingvisitors/src/tests/hitcollector/hitcollector_test.cpp (renamed from streamingvisitors/src/tests/hitcollector/hitcollector.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/tests/hitcollector/CMakeLists.txt b/streamingvisitors/src/tests/hitcollector/CMakeLists.txt
index da10b4a05d9..3316d032bd4 100644
--- a/streamingvisitors/src/tests/hitcollector/CMakeLists.txt
+++ b/streamingvisitors/src/tests/hitcollector/CMakeLists.txt
@@ -1,7 +1,7 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(streamingvisitors_hitcollector_test_app TEST
SOURCES
- hitcollector.cpp
+ hitcollector_test.cpp
DEPENDS
streamingvisitors_searchvisitor
)
diff --git a/streamingvisitors/src/tests/hitcollector/hitcollector.cpp b/streamingvisitors/src/tests/hitcollector/hitcollector_test.cpp
index bd567964e8d..bd567964e8d 100644
--- a/streamingvisitors/src/tests/hitcollector/hitcollector.cpp
+++ b/streamingvisitors/src/tests/hitcollector/hitcollector_test.cpp