summaryrefslogtreecommitdiff
path: root/java/allTests.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-23 10:00:17 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-23 10:00:17 -0230
commit278f7856b4b906aea4199eda8294b46064ec4ce8 (patch)
tree6ac95560911cad6acb3253b5d5d258dbea993edc /java/allTests.py
parentPHP fixes for 5.3 (diff)
downloadice-278f7856b4b906aea4199eda8294b46064ec4ce8.tar.bz2
ice-278f7856b4b906aea4199eda8294b46064ec4ce8.tar.xz
ice-278f7856b4b906aea4199eda8294b46064ec4ce8.zip
Port latest Endpoint/ConnectionInfo changes to python/ruby
Added Ice/info test to python/ruby Modified allTest to not run info test for compress or ipv6 Added Endpoint comparison methods to python/ruby
Diffstat (limited to 'java/allTests.py')
-rwxr-xr-xjava/allTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allTests.py b/java/allTests.py
index 0bbe5ea4b6a..74ea22122e4 100755
--- a/java/allTests.py
+++ b/java/allTests.py
@@ -36,7 +36,7 @@ tests = [
("Ice/operations", ["core"]),
("Ice/seqMapping", ["core"]),
("Ice/exceptions", ["core"]),
- ("Ice/info", ["core"]),
+ ("Ice/info", ["core", "noipv6", "nocompress"]),
("Ice/inheritance", ["core"]),
("Ice/facets", ["core"]),
("Ice/objects", ["core"]),