diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-14 03:08:05 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-14 03:08:05 +0000 |
commit | ef665fca81ad2ea87f18d1f978eaf698edfe0f17 (patch) | |
tree | dcda4691f96aac3334453db1b0074796e654d702 /py/test/Ice/exceptions/run.py | |
parent | Changed --impl fix for syntax error to omit leading global scope qualifier (diff) | |
download | ice-ef665fca81ad2ea87f18d1f978eaf698edfe0f17.tar.bz2 ice-ef665fca81ad2ea87f18d1f978eaf698edfe0f17.tar.xz ice-ef665fca81ad2ea87f18d1f978eaf698edfe0f17.zip |
adding AMD tests
Diffstat (limited to 'py/test/Ice/exceptions/run.py')
-rwxr-xr-x | py/test/Ice/exceptions/run.py | 4 |
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) |