Skip to content

Commit

Permalink
Fix left-over test and release v3.8.1 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn authored Apr 13, 2021
1 parent b22d636 commit f1f5062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()

# Define project
project(Monitoring
VERSION 3.8.0
VERSION 3.8.1
DESCRIPTION "O2 Monitoring library"
LANGUAGES CXX
)
Expand Down
3 changes: 0 additions & 3 deletions test/testMonitoringFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ BOOST_AUTO_TEST_CASE(verbosity)
auto influxDebug = Monitoring::GetBackend(influxDebugUrl);
BOOST_CHECK_EQUAL(static_cast<std::underlying_type<Verbosity>::type>(influxDebug->getVerbosity()), 2);

std::string influxUnixUrl = "influxdb-unix://127.0.0.1:1234/?db=test";
auto influxHttp = Monitoring::GetBackend(influxUnixUrl);

std::string ilProdUrl = "stdout:///info";
auto ilProd = Monitoring::GetBackend(ilProdUrl);
BOOST_CHECK_EQUAL(static_cast<std::underlying_type<Verbosity>::type>(ilProd->getVerbosity()), 1);
Expand Down

0 comments on commit f1f5062

Please sign in to comment.