diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-07-18 16:47:05 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-07-18 16:47:05 -0400 |
commit | d7677e935d836ce91e64af89e78d0c0345a49b7d (patch) | |
tree | 51a19a78005a291fd81997ee5e9114edf1b67a12 /cpp/allTests.py | |
parent | Merge branch 'master' of ssh://cvs/home/git/ice (diff) | |
download | ice-d7677e935d836ce91e64af89e78d0c0345a49b7d.tar.bz2 ice-d7677e935d836ce91e64af89e78d0c0345a49b7d.tar.xz ice-d7677e935d836ce91e64af89e78d0c0345a49b7d.zip |
Added new WindowsStringConverter
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index b19e4510ddb..1394e3039af 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -94,6 +94,7 @@ tests = [ \ "Ice/servantLocator", \ "Ice/threads", \ "Ice/interceptor", \ + "Ice/stringConverter", \ "IceSSL/configuration", \ "Freeze/dbmap", \ "Freeze/complex", \ @@ -129,9 +130,6 @@ if isCygwin() == 0: tests += [ \ ] -if not isWin32() or os.getenv("ICONV_HOME") != None: - tests.insert(0, "Ice/stringConverter") - if isWin32(): tests.insert(0, "IceUtil/condvar") |