summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/run.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-14 03:08:05 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-14 03:08:05 +0000
commitef665fca81ad2ea87f18d1f978eaf698edfe0f17 (patch)
treedcda4691f96aac3334453db1b0074796e654d702 /py/test/Ice/exceptions/run.py
parentChanged --impl fix for syntax error to omit leading global scope qualifier (diff)
downloadice-ef665fca81ad2ea87f18d1f978eaf698edfe0f17.tar.bz2
ice-ef665fca81ad2ea87f18d1f978eaf698edfe0f17.tar.xz
ice-ef665fca81ad2ea87f18d1f978eaf698edfe0f17.zip
adding AMD tests
Diffstat (limited to 'py/test/Ice/exceptions/run.py')
-rwxr-xr-xpy/test/Ice/exceptions/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/test/Ice/exceptions/run.py b/py/test/Ice/exceptions/run.py
index 75987cb9452..0f644a4b46b 100755
--- a/py/test/Ice/exceptions/run.py
+++ b/py/test/Ice/exceptions/run.py
@@ -24,6 +24,6 @@ name = os.path.join("Ice", "exceptions")
print "tests with regular server."
TestUtil.clientServerTest(name)
-#print "tests with AMD server."
-#TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "serveramd", "client")
+print "tests with AMD server."
+TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "ServerAMD.py", "Client.py")
sys.exit(0)