summaryrefslogtreecommitdiffstats
path: root/storageapi/src/tests
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2019-04-12 08:49:23 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2019-04-12 08:49:23 +0000
commit2336ca2179756f48042a5ffe9c6c35c421d49f4a (patch)
tree0b180e298898e2cdb3d53ac25658654ede5ec808 /storageapi/src/tests
parent819ec028962c604fc0e64384213cfe0daabaf794 (diff)
Tag protocol switchover version as 7.40.5
Diffstat (limited to 'storageapi/src/tests')
-rw-r--r--storageapi/src/tests/mbusprot/storageprotocoltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageapi/src/tests/mbusprot/storageprotocoltest.cpp b/storageapi/src/tests/mbusprot/storageprotocoltest.cpp
index 57974691253..8690d89e12b 100644
--- a/storageapi/src/tests/mbusprot/storageprotocoltest.cpp
+++ b/storageapi/src/tests/mbusprot/storageprotocoltest.cpp
@@ -108,7 +108,7 @@ std::string version_as_gtest_string(TestParamInfo<vespalib::Version> info) {
// TODO replace with INSTANTIATE_TEST_SUITE_P on newer gtest versions
INSTANTIATE_TEST_CASE_P(MultiVersionTest, StorageProtocolTest,
Values(vespalib::Version(6, 240, 0),
- vespalib::Version(7, 0, 0)), // TODO proper 7 version
+ vespalib::Version(7, 40, 5)),
version_as_gtest_string);
namespace {