diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-06-27 17:54:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-06-27 17:54:30 +0200 |
commit | c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7 (patch) | |
tree | 5cb64dfe155e5d2349efb6c7dc4b0f5b5284d44a /csharp/allTests.py | |
parent | Fix Windows php build to restore nuget packages (diff) | |
download | ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.bz2 ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.xz ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.zip |
Refactored SSL and iAP transports, support for running SSL on top
of TCP/iAP/Bluetooth.
Diffstat (limited to 'csharp/allTests.py')
-rwxr-xr-x | csharp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/allTests.py b/csharp/allTests.py index 0345b6be58b..1dd37b2f83a 100755 --- a/csharp/allTests.py +++ b/csharp/allTests.py @@ -65,7 +65,7 @@ tests = [ ("Ice/plugin", ["core"]), ("Ice/optional", ["core"]), ("Ice/admin", ["core"]), - ("Ice/metrics", ["core", "nossl", "nows", "noipv6", "nocompress", "nosocks"]), + ("Ice/metrics", ["core", "nows", "noipv6", "nocompress", "nosocks"]), ("Ice/enums", ["core"]), ("Ice/serialize", ["core"]), ("Ice/networkProxy", ["core", "noipv6", "nosocks"]), |