You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2019/07/24 19:38:34 UTC

[celix] branch develop updated: Fixes http_admin test setup

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new 533071f  Fixes http_admin test setup
533071f is described below

commit 533071fdf8fc26e4f52b8c1c2f013eee1ce38ed4
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Wed Jul 24 21:38:17 2019 +0200

    Fixes http_admin test setup
---
 bundles/http_admin/test/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bundles/http_admin/test/CMakeLists.txt b/bundles/http_admin/test/CMakeLists.txt
index 41a9205..85c610a 100644
--- a/bundles/http_admin/test/CMakeLists.txt
+++ b/bundles/http_admin/test/CMakeLists.txt
@@ -48,7 +48,7 @@ add_celix_container(http_websocket_tests
         PROPERTIES
             LOGHELPER_STDOUT_FALLBACK_INCLUDE_DEBUG=true
         BUNDLES
-            Celix::http_admin_service
+            Celix::http_admin
             http_admin_sut
 #            http_admin_tst
 )
@@ -59,7 +59,7 @@ target_include_directories(http_websocket_tests PRIVATE ${CPPUTEST_INCLUDE_DIR})
 add_test(NAME http_websocket_tests COMMAND http_websocket_tests WORKING_DIRECTORY $<TARGET_PROPERTY:http_websocket_tests,CONTAINER_LOC>)
 SETUP_TARGET_FOR_COVERAGE(http_websocket_tests http_websocket_tests ${CMAKE_BINARY_DIR}/coverage/http_websocket_tests/http_websocket_tests ..)
 
-get_target_property(http_admin_service_cmp Celix::http_admin_service BUNDLE_FILE)
+get_target_property(http_admin_service_cmp Celix::http_admin BUNDLE_FILE)
 get_target_property(http_admin_sut_cmp http_admin_sut BUNDLE_FILE)
 #get_target_property(http_admin_tst_cmp http_admin_tst BUNDLE_FILE)
 set(loghelper_std_out_fallback_incl_debug true)