diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-08-01 15:40:11 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-08-01 15:40:11 -0700 |
commit | 0bb93b9fac3f6a198798cfcd86b79121f76598fc (patch) | |
tree | e07b8224a70052c42c79edf2c69290f0a15c1c1a /java/test/Ice/optional/run.py | |
parent | updating Java API (diff) | |
download | ice-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-x | java/test/Ice/optional/run.py | 2 |
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") |