summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-11-23 13:28:08 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-11-23 13:28:08 +0100
commit2c578015edcb36cdc0acd0227295de1dcca1b995 (patch)
treee163980b5dabb43a40089a29fdf8ff47a3e07f1c /java/test/Ice/operations/run.py
parentno longer generating inspect method for each Ruby exception (diff)
downloadice-2c578015edcb36cdc0acd0227295de1dcca1b995.tar.bz2
ice-2c578015edcb36cdc0acd0227295de1dcca1b995.tar.xz
ice-2c578015edcb36cdc0acd0227295de1dcca1b995.zip
New AMI mapping
Diffstat (limited to 'java/test/Ice/operations/run.py')
-rwxr-xr-xjava/test/Ice/operations/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/operations/run.py b/java/test/Ice/operations/run.py
index b6a09d74d5f..703dbb3f0b3 100755
--- a/java/test/Ice/operations/run.py
+++ b/java/test/Ice/operations/run.py
@@ -21,10 +21,10 @@ sys.path.append(os.path.join(path[0]))
from scripts import *
print "tests with regular server."
-TestUtil.clientServerTest()
+TestUtil.clientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0")
print "tests with AMD server."
-TestUtil.clientServerTest(server="test.Ice.operations.AMDServer")
+TestUtil.clientServerTest(additionalClientOptions = "--Ice.Warn.AMICallback=0", server="test.Ice.operations.AMDServer")
print "tests with collocated server."
TestUtil.collocatedTest()