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 82775a1e Merge pull request #513 from
apache/hotfix/version_conversion_leak
add 28b25c4a Fix broken
celix_utils_convertStringToDouble/celix_utils_convertStringToLong, and add more
test cases.
new b7c42cd8 Merge pull request #514 from apache/hotfix/convert_utils_fix
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/error_injector/malloc/src/malloc_ei.cc | 7 +++
libs/utils/CMakeLists.txt | 8 ++++
libs/utils/gtest/CMakeLists.txt | 1 +
.../src/ConvertUtilsErrorInjectionTestSuite.cc | 46 ++++++++++++++++++
libs/utils/gtest/src/ConvertUtilsTestSuite.cc | 10 ++++
libs/utils/private/test/version_ei_test.cc | 56 ++++++++++++++++++++++
libs/utils/src/celix_convert_utils.c | 26 ++++------
libs/utils/src/version.c | 17 ++++---
8 files changed, 148 insertions(+), 23 deletions(-)
create mode 100644 libs/utils/gtest/src/ConvertUtilsErrorInjectionTestSuite.cc
create mode 100644 libs/utils/private/test/version_ei_test.cc