diff options
author | Jose <jose@zeroc.com> | 2014-05-07 00:42:20 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-05-07 00:42:20 +0200 |
commit | fa7430226acd87c37ac70e686fbc6038707e0d11 (patch) | |
tree | 4c1f3e81d5438f62a793247320a0b6a7d67a6e6d /cpp/allTests.py | |
parent | Fixed WinRT build (transport re-factoring) (diff) | |
download | ice-fa7430226acd87c37ac70e686fbc6038707e0d11.tar.bz2 ice-fa7430226acd87c37ac70e686fbc6038707e0d11.tar.xz ice-fa7430226acd87c37ac70e686fbc6038707e0d11.zip |
Add stderr logger test and fix logger encoding issues.
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 6e1e6af5014..4b381e1321b 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -73,6 +73,7 @@ tests = [ ("Ice/admin", ["core", "noipv6"]), ("Ice/metrics", ["core", "nossl", "nows", "noipv6", "nocompress", "nomingw", "nosocks"]), ("Ice/enums", ["once"]), + ("Ice/logger", ["once"]), ("IceSSL/configuration", ["once", "novalgrind"]), # valgrind doesn't work well with openssl ("IceBox/configuration", ["core", "noipv6", "novc90", "nomingw", "nomx"]), ("IceBox/admin", ["core", "noipv6", "novc90", "nomingw", "nomx"]), |