summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/slicing/exceptions/run.py
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-02-23 02:11:23 +0000
committerMichi Henning <michi@zeroc.com>2004-02-23 02:11:23 +0000
commite144f79172ef8992b1d498618d50b47ebe8827cf (patch)
treeb9fa234d76a5f9d708503d2285de4700af3d4c3f /cpp/test/Ice/slicing/exceptions/run.py
parentfix (diff)
downloadice-e144f79172ef8992b1d498618d50b47ebe8827cf.tar.bz2
ice-e144f79172ef8992b1d498618d50b47ebe8827cf.tar.xz
ice-e144f79172ef8992b1d498618d50b47ebe8827cf.zip
Added AMI and AMD tests.
Diffstat (limited to 'cpp/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-xcpp/test/Ice/slicing/exceptions/run.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/slicing/exceptions/run.py b/cpp/test/Ice/slicing/exceptions/run.py
index d42a594f9c1..688bf10710b 100755
--- a/cpp/test/Ice/slicing/exceptions/run.py
+++ b/cpp/test/Ice/slicing/exceptions/run.py
@@ -27,5 +27,8 @@ import TestUtil
name = os.path.join("Ice", "slicing", "exceptions")
+print "tests with regular server."
TestUtil.clientServerTest(name)
+print "tests with AMD server."
+TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "serveramd", "client")
sys.exit(0)