diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-01-30 23:12:58 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-01-30 23:12:58 +0000 |
commit | a996f218b5c0e933ff36de1a9724db4a753bcfd0 (patch) | |
tree | 692d030c4c7b9b64e110fa399c540a825c9e8cc8 /cpp/allTests.py | |
parent | Rewrote test (diff) | |
download | ice-a996f218b5c0e933ff36de1a9724db4a753bcfd0.tar.bz2 ice-a996f218b5c0e933ff36de1a9724db4a753bcfd0.tar.xz ice-a996f218b5c0e933ff36de1a9724db4a753bcfd0.zip |
Disabled unicode test
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index df7b77b6a87..2129c18dd03 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -53,7 +53,7 @@ def runTests(tests, num = 0): # tests = [ \ "IceUtil/thread", \ - "IceUtil/unicode", \ +# "IceUtil/unicode", \ "IceUtil/inputUtil", \ "IceUtil/uuid", \ "Slice/errorDetection", \ |