Skip to content

Commit f1f5062

Browse files
authored
Fix left-over test and release v3.8.1 (#242)
1 parent b22d636 commit f1f5062

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif()
1717

1818
# Define project
1919
project(Monitoring
20-
VERSION 3.8.0
20+
VERSION 3.8.1
2121
DESCRIPTION "O2 Monitoring library"
2222
LANGUAGES CXX
2323
)

test/testMonitoringFactory.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ BOOST_AUTO_TEST_CASE(verbosity)
4141
auto influxDebug = Monitoring::GetBackend(influxDebugUrl);
4242
BOOST_CHECK_EQUAL(static_cast<std::underlying_type<Verbosity>::type>(influxDebug->getVerbosity()), 2);
4343

44-
std::string influxUnixUrl = "influxdb-unix://127.0.0.1:1234/?db=test";
45-
auto influxHttp = Monitoring::GetBackend(influxUnixUrl);
46-
4744
std::string ilProdUrl = "stdout:///info";
4845
auto ilProd = Monitoring::GetBackend(ilProdUrl);
4946
BOOST_CHECK_EQUAL(static_cast<std::underlying_type<Verbosity>::type>(ilProd->getVerbosity()), 1);

0 commit comments

Comments
 (0)