jermus67 commented on code in PR #419: URL: https://github.com/apache/celix/pull/419#discussion_r877869951
########## libs/framework/gtest/src/DependencyManagerTestSuite.cc: ########## @@ -486,6 +487,234 @@ TEST_F(DependencyManagerTestSuite, RequiredDepsAreInjectedDuringStartStop) { celix_bundleContext_unregisterService(dm.bundleContext(), svcId); } +TEST_F(DependencyManagerTestSuite, RemoveOwnDependencyShouldNotLeadToDoubleStop) { + //Given a component LifecycleComponent which provides and requires a TestService service Review Comment: I really like these kind of comments! They increase the readability of the tests tremendously. -- 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