diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-06-21 09:20:02 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-06-21 09:20:02 +0200 |
commit | 4bd01c81331ea7cd3f733a363c1be2ecd6805c85 (patch) | |
tree | e9b90e579f0dd659f84dced51dc48656bf5744d4 /cpp/test/Ice/dispatcher/Client.cpp | |
parent | Fixed Android >= 8.0 SSL issue (fixes #105 (diff) | |
download | ice-4bd01c81331ea7cd3f733a363c1be2ecd6805c85.tar.bz2 ice-4bd01c81331ea7cd3f733a363c1be2ecd6805c85.tar.xz ice-4bd01c81331ea7cd3f733a363c1be2ecd6805c85.zip |
Test fixes and improvements for Android testing reliability
Diffstat (limited to 'cpp/test/Ice/dispatcher/Client.cpp')
-rw-r--r-- | cpp/test/Ice/dispatcher/Client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/dispatcher/Client.cpp b/cpp/test/Ice/dispatcher/Client.cpp index 62798c5f374..6767b901b9f 100644 --- a/cpp/test/Ice/dispatcher/Client.cpp +++ b/cpp/test/Ice/dispatcher/Client.cpp @@ -45,6 +45,8 @@ Client::run(int argc, char** argv) void allTests(Test::TestHelper*); allTests(this); + + Dispatcher::terminate(); } DEFINE_TEST(Client) |