You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/03/09 14:04:43 UTC

[celix] 01/01: Merge pull request #167 from apache/feature/#91-rsa_double_free

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git

commit c84db1a17edc6aca20d497e9bc747448f2cbe24b
Merge: f865fd2 bd08d2d
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Mar 9 15:04:36 2020 +0100

    Merge pull request #167 from apache/feature/#91-rsa_double_free
    
    #91 Refactors rsa tests from cpputest to googletest, split up tests s…

 .../remote_service_admin_dfi/CMakeLists.txt        |   2 +-
 .../{test => gtest}/CMakeLists.txt                 |  10 +-
 .../{test => gtest}/client.properties.in           |   0
 .../{test => gtest}/config.properties.in           |   0
 .../{test => gtest}/server.properties.in           |   0
 .../remote_service_admin_dfi/gtest/src/main.cc     |  26 +++
 .../gtest/src/rsa_client_server_tests.cc           | 190 +++++++++++++++++++++
 .../src/rsa_tests.cpp => gtest/src/rsa_tests.cc}   |  74 ++++----
 .../{test => gtest}/src/tst_activator.c            |   0
 .../{test => gtest}/src/tst_service.h              |   0
 .../test/src/rsa_client_server_tests.cpp           | 129 --------------
 .../test/src/run_tests.cpp                         |  26 ---
 libs/dfi/src/dyn_type.c                            |   3 +-
 13 files changed, 262 insertions(+), 198 deletions(-)