diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-10 10:22:43 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-10 10:22:43 +0000 |
commit | 26c33e45e09f6c635f6a663f05e9edb51f5461ef (patch) | |
tree | 55caad6a4594a51899948b9451171098dbc7fb1e /cs/allTests.py | |
parent | Win32 fix (diff) | |
download | ice-26c33e45e09f6c635f6a663f05e9edb51f5461ef.tar.bz2 ice-26c33e45e09f6c635f6a663f05e9edb51f5461ef.tar.xz ice-26c33e45e09f6c635f6a663f05e9edb51f5461ef.zip |
Fixed bug 1650
Diffstat (limited to 'cs/allTests.py')
-rwxr-xr-x | cs/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cs/allTests.py b/cs/allTests.py index 7bc216e0de6..5505265a20a 100755 --- a/cs/allTests.py +++ b/cs/allTests.py @@ -63,6 +63,7 @@ tests = [ \ "Ice/stream", \ "Ice/retry", \ "Ice/timeout", \ + "Ice/servantLocator", \ # "IceSSL/configuration", \ # Commented out for the moment because it fails with Mono 1.2 "Glacier2/router", \ "Glacier2/attack", \ |