This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch
feature/685-update-container-config-properties-usage
in repository https://gitbox.apache.org/repos/asf/celix.git
from fe5aa598d gh-685: Replace constexpr with define
new 25df868ea gh-685: Add celix launcher test suite with error injection
new e06e2ad0b gh-685: Fix tms_tests and improve several error handling
issues
The 2 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:
.../topology_manager/tms_tst/CMakeLists.txt | 6 +-
.../topology_manager/tms_tst/tms_tests.cpp | 15 ++--
libs/framework/gtest/CMakeLists.txt | 1 +
.../src/CelixLauncherErrorInjectionTestSuite.cc | 81 ++++++++++++++++++++++
libs/framework/src/bundle_archive.c | 35 ++++++----
libs/framework/src/celix_launcher.c | 18 ++---
libs/framework/src/celix_launcher_private.h | 9 +++
.../error_injector/celix_properties/CMakeLists.txt | 1 +
.../celix_properties/include/celix_properties_ei.h | 1 +
.../celix_properties/src/celix_properties_ei.cc | 11 +++
.../error_injector/celix_version/CMakeLists.txt | 1 +
.../celix_version/include/celix_version_ei.h | 2 +
.../celix_version/src/celix_version_ei.cc | 7 ++
.../src/ConvertUtilsErrorInjectionTestSuite.cc | 1 +
libs/utils/gtest/src/ConvertUtilsTestSuite.cc | 6 +-
libs/utils/gtest/src/VersionTestSuite.cc | 19 +++--
libs/utils/include/celix_version.h | 12 ++++
libs/utils/src/filter.c | 2 +-
libs/utils/src/properties.c | 2 +-
libs/utils/src/version.c | 23 ++++--
20 files changed, 204 insertions(+), 49 deletions(-)
create mode 100644
libs/framework/gtest/src/CelixLauncherErrorInjectionTestSuite.cc