This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 25c890ba21b583ba04b45481033fdcee403a9f0b Merge: c168eec e3cae32 Author: Pepijn Noltes <[email protected]> AuthorDate: Mon Aug 2 19:25:17 2021 +0200 Merge pull request #351 from apache/feature/http_admin_fix Refactors http_admin to use gtest and fixes a segfault issue bundles/http_admin/CMakeLists.txt | 4 +- bundles/http_admin/gtest/CMakeLists.txt | 48 ++++ .../{test => gtest}/docroot/foo/bar/index.html | 0 .../test => gtest/src}/http_admin_info_tests.cc | 54 +++-- .../http_admin/gtest/src/http_websocket_tests.cc | 188 +++++++++++++++ .../{test/test => gtest/src}/sut_activator.c | 7 - bundles/http_admin/http_admin/src/http_admin.c | 6 +- bundles/http_admin/http_admin/src/service_tree.c | 29 +-- bundles/http_admin/test/CMakeLists.txt | 69 ------ bundles/http_admin/test/config.properties.in | 25 -- .../http_admin/test/test/http_websocket_tests.cc | 251 --------------------- bundles/http_admin/test/test/test_runner.cc | 49 ---- 12 files changed, 279 insertions(+), 451 deletions(-)
