PengZheng commented on a change in pull request #399:
URL: https://github.com/apache/celix/pull/399#discussion_r811632001



##########
File path: libs/framework/gtest/src/CxxBundleContextTestSuite.cc
##########
@@ -623,9 +623,7 @@ TEST_F(CxxBundleContextTestSuite, 
setServicesWithTrackerWhenMultipleRegistration
     tracker->close();
     tracker->wait();
 
-    //TODO improve this. For now closing a tracker will inject other service 
before getting to nullptr.
-    //Also look into why this is not happening in the C service tracker test.
-    EXPECT_EQ(6, count.load());
+    EXPECT_EQ(2, count.load());

Review comment:
       In the corresponding C test, `opts.filter.serviceName == NULL`, thus it 
works only by coincidence.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to