summaryrefslogtreecommitdiff
path: root/java/test/Ice/optional/run.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2012-08-01 15:40:11 -0700
committerMark Spruiell <mes@zeroc.com>2012-08-01 15:40:11 -0700
commit0bb93b9fac3f6a198798cfcd86b79121f76598fc (patch)
treee07b8224a70052c42c79edf2c69290f0a15c1c1a /java/test/Ice/optional/run.py
parentupdating Java API (diff)
downloadice-0bb93b9fac3f6a198798cfcd86b79121f76598fc.tar.bz2
ice-0bb93b9fac3f6a198798cfcd86b79121f76598fc.tar.xz
ice-0bb93b9fac3f6a198798cfcd86b79121f76598fc.zip
more Java changes & tests
Diffstat (limited to 'java/test/Ice/optional/run.py')
-rwxr-xr-xjava/test/Ice/optional/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/optional/run.py b/java/test/Ice/optional/run.py
index 6ab39a07d80..1faa524d762 100755
--- a/java/test/Ice/optional/run.py
+++ b/java/test/Ice/optional/run.py
@@ -24,3 +24,5 @@ print("Running test with compact (default) format.")
TestUtil.clientServerTest()
print("Running test with sliced format.")
TestUtil.clientServerTest(additionalClientOptions="--Ice.Default.SlicedFormat", additionalServerOptions="--Ice.Default.SlicedFormat")
+print("Running test with AMD server.")
+TestUtil.clientServerTest(server="test.Ice.optional.AMDServer")