]> granicus.if.org Git - icinga2/commitdiff
Rename base-url test to remote-url
authorJean-Marcel Flach <jean-marcel.flach@netways.de>
Thu, 16 Jul 2015 11:48:16 +0000 (13:48 +0200)
committerJean-Marcel Flach <jean-marcel.flach@netways.de>
Thu, 16 Jul 2015 12:37:22 +0000 (14:37 +0200)
refs #9647

test/CMakeLists.txt
test/remote-url.cpp [moved from test/base-url.cpp with 99% similarity]

index ed13a9716fdaf91232593bd37c1fb9a7bddb504f..53fa3ef8845a7f60f7f6eea9ec92f45ae52e8431 100644 (file)
@@ -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)
similarity index 99%
rename from test/base-url.cpp
rename to test/remote-url.cpp
index 61cb5f6a611620d317a1368396df6da9cf0ad393..158df6dbb94abfbec0f24534a6e5664913414605 100644 (file)
@@ -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)
 {