This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 364de10 Merge pull request #336 from apache/feature/async_update
add 9fcd285 Converts pubsub test from cpputest to gtest
add 1a24f81 Adds tests for publisher with same topic, but different scopes
add a3beb31 Merge branch 'master' into feature/additional_pstm_test
new 68d7f6a Merge pull request #343 from
apache/feature/additional_pstm_test
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bundles/pubsub/test/CMakeLists.txt | 99 +++++++++++-------
bundles/pubsub/test/test/test_endpoint_runner.cc | 34 +++---
bundles/pubsub/test/test/test_runner.cc | 115 +++++++++++----------
.../PubSubTopicAndScopeIntegrationTestSuite.cc | 69 +++++++++++++
4 files changed, 208 insertions(+), 109 deletions(-)
create mode 100644
bundles/pubsub/test/topic_different_scope_test/PubSubTopicAndScopeIntegrationTestSuite.cc