From 0130f2e79a8bfc210120b52b55bf90e25ee7420e Mon Sep 17 00:00:00 2001 From: Jean-Marcel Flach Date: Thu, 16 Jul 2015 13:48:16 +0200 Subject: [PATCH] Rename base-url test to remote-url refs #9647 --- test/CMakeLists.txt | 13 +++++++------ test/{base-url.cpp => remote-url.cpp} | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) rename test/{base-url.cpp => remote-url.cpp} (99%) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ed13a9716..53fa3ef88 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -22,8 +22,9 @@ set(base_test_SOURCES base-json.cpp base-match.cpp base-netstring.cpp base-object.cpp base-serialize.cpp base-shellescape.cpp base-stacktrace.cpp base-stream.cpp base-string.cpp base-timer.cpp base-type.cpp - base-url.cpp base-value.cpp config-ops.cpp icinga-macros.cpp - icinga-perfdata.cpp remote-apiuser.cpp test.cpp + base-value.cpp config-ops.cpp icinga-macros.cpp + icinga-perfdata.cpp test.cpp + remote-url.cpp remote-apiuser.cpp ) set(livestatus_test_SOURCES @@ -91,10 +92,6 @@ add_boost_test(base base_type/assign base_type/byname base_type/instantiate - base_url/id_and_path - base_url/parameters - base_url/format - base_url/illegal_legal_strings base_value/scalar base_value/convert base_value/format @@ -112,6 +109,10 @@ add_boost_test(base icinga_perfdata/multi remote_apiuser/get_password remote_apiuser/check_password + remote_url/id_and_path + remote_url/parameters + remote_url/format + remote_url/illegal_legal_strings ) if(ICINGA2_WITH_LIVESTATUS) diff --git a/test/base-url.cpp b/test/remote-url.cpp similarity index 99% rename from test/base-url.cpp rename to test/remote-url.cpp index 61cb5f6a6..158df6dbb 100644 --- a/test/base-url.cpp +++ b/test/remote-url.cpp @@ -24,7 +24,7 @@ using namespace icinga; -BOOST_AUTO_TEST_SUITE(base_url) +BOOST_AUTO_TEST_SUITE(remote_url) BOOST_AUTO_TEST_CASE(id_and_path) { -- 2.40.0