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 2016/01/06 15:40:01 UTC

[5/5] celix git commit: CELIX-77: Remove warning in cpp (unit test) sources.

CELIX-77: Remove warning in cpp (unit test) sources.


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/f71246c1
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/f71246c1
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/f71246c1

Branch: refs/heads/develop
Commit: f71246c115740cc3a39c618122af9713e928b8a3
Parents: 3779c35
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Wed Jan 6 15:39:21 2016 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Wed Jan 6 15:39:21 2016 +0100

----------------------------------------------------------------------
 remote_services/topology_manager/tms_tst/tms_tests.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/f71246c1/remote_services/topology_manager/tms_tst/tms_tests.cpp
----------------------------------------------------------------------
diff --git a/remote_services/topology_manager/tms_tst/tms_tests.cpp b/remote_services/topology_manager/tms_tst/tms_tests.cpp
index 4257a01..d6b05b7 100644
--- a/remote_services/topology_manager/tms_tst/tms_tests.cpp
+++ b/remote_services/topology_manager/tms_tst/tms_tests.cpp
@@ -466,6 +466,7 @@ extern "C" {
     /// \TEST_CASE_TITLE{Test scope initialisation}
     /// \TEST_CASE_REQ{REQ-5}
     /// \TEST_CASE_DESC Invalid input file, two partly matching filters with same key name
+    /*
     static void testScope4(void) {
     	int nr_exported;
     	int nr_imported;
@@ -485,7 +486,7 @@ extern "C" {
         	CHECK_TRUE((entry == NULL));
         }
         printf("End: %s\n", __func__);
-    }
+    }*/
 
 
     /// \TEST_CASE_ID{6}