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 c168eec Merge pull request #350 from
apache/feature/use_async_api_for_rsa
add 3105275 Refactors http_admin to use gtest and fixes a issue where a
root request lead to a segfault.
add e3cae32 Adds NULL check to http_admin based on review comments
new 25c890b Merge pull request #351 from apache/feature/http_admin_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:
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(-)
create mode 100644 bundles/http_admin/gtest/CMakeLists.txt
rename bundles/http_admin/{test => gtest}/docroot/foo/bar/index.html (100%)
rename bundles/http_admin/{test/test => gtest/src}/http_admin_info_tests.cc
(57%)
create mode 100644 bundles/http_admin/gtest/src/http_websocket_tests.cc
rename bundles/http_admin/{test/test => gtest/src}/sut_activator.c (95%)
delete mode 100644 bundles/http_admin/test/CMakeLists.txt
delete mode 100644 bundles/http_admin/test/config.properties.in
delete mode 100644 bundles/http_admin/test/test/http_websocket_tests.cc
delete mode 100644 bundles/http_admin/test/test/test_runner.cc