diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/allTests.py | 2 | ||||
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index 1d4342e141f..f4a5ca28c16 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -25,7 +25,7 @@ import TestUtil # List of all basic tests. # tests = [ \ -# "IceUtil/thread", \ + "IceUtil/thread", \ "IceUtil/unicode", \ "IceUtil/inputUtil", \ "Slice/errorDetection", \ diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 8bbd35bbf4b..8ff5e1af860 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -16,8 +16,8 @@ import sys, os # protocol. Otherwise TCP is used. # -#protocol = "ssl" -protocol = "" +protocol = "ssl" +#protocol = "" # # Set compressed to 1 in case you want to run the tests with |