This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch bugfix/zmq_wrong_sender_connections
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/bugfix/zmq_wrong_sender_connections by this push:
new c7be7c4 Updates pubsub spi test setup
c7be7c4 is described below
commit c7be7c47af1e8a62d23f527509cb0a924e3c1398
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Jun 29 17:15:14 2020 +0200
Updates pubsub spi test setup
---
.../pubsub/pubsub_spi/gtest/src/PubSubEndpointUtilsTestSuite.cc | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git
a/bundles/pubsub/pubsub_spi/gtest/src/PubSubEndpointUtilsTestSuite.cc
b/bundles/pubsub/pubsub_spi/gtest/src/PubSubEndpointUtilsTestSuite.cc
index 46ff62c..802e8f0 100644
--- a/bundles/pubsub/pubsub_spi/gtest/src/PubSubEndpointUtilsTestSuite.cc
+++ b/bundles/pubsub/pubsub_spi/gtest/src/PubSubEndpointUtilsTestSuite.cc
@@ -21,12 +21,7 @@
#include "pubsub_endpoint.h"
-class PubSubEndpointUtilsTestSuite : public ::testing::Test {
-public:
-};
-
-
-TEST_F(PubSubEndpointUtilsTestSuite, pubsubEndpoint_matchWithTopicAndScope) {
+TEST(PubSubEndpointUtilsTestSuite, pubsubEndpoint_matchWithTopicAndScope) {
celix_properties_t* endpoint = celix_properties_create();
celix_properties_set(endpoint, PUBSUB_ENDPOINT_TOPIC_NAME, "topic");