This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 54372224 Merge pull request #517 from
apache/feature/deprecated_framework_header_without_celix_prefix
add 1db7b538 Update useBundle/useBundles call to work on installed bundles
add 359fccf5 Refactor some framework gtest naming/file extensions.
new 698ba086 Merge pull request #523 from apache/feature/fix_lb_command
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:
libs/framework/gtest/CMakeLists.txt | 8 +-
...s.cpp => CelixBundleContextBundlesTestSuite.cc} | 88 +++++++++--------
....cpp => CelixBundleContextServicesTestSuite.cc} | 106 ++++++++++-----------
...amework_test.cpp => CelixFrameworkTestSuite.cc} | 37 +++++++
.../gtest/src/CelixFrameworkUtilsTestSuite.cc | 12 +--
.../gtest/src/MultipleFrameworkTestSuite.cc | 56 +++++++++++
.../gtest/src/multiple_frameworks_test.cpp | 103 --------------------
libs/framework/include/celix_bundle_context.h | 18 ++--
libs/framework/include/celix_framework.h | 9 +-
libs/framework/src/bundle_context.c | 10 +-
libs/framework/src/framework.c | 14 ++-
11 files changed, 231 insertions(+), 230 deletions(-)
rename libs/framework/gtest/src/{bundle_context_bundles_tests.cpp =>
CelixBundleContextBundlesTestSuite.cc} (88%)
rename libs/framework/gtest/src/{bundle_context_services_test.cpp =>
CelixBundleContextServicesTestSuite.cc} (93%)
rename libs/framework/gtest/src/{single_framework_test.cpp =>
CelixFrameworkTestSuite.cc} (86%)
create mode 100644 libs/framework/gtest/src/MultipleFrameworkTestSuite.cc
delete mode 100644 libs/framework/gtest/src/multiple_frameworks_test.cpp