summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/exceptions/run.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-01 23:37:09 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-01 23:37:09 +0000
commite7234191efbcf0cf6f903917cf2e6e216a2120fe (patch)
tree6932bba419dfe561416f10f15524ab330fafdc31 /py/test/Ice/slicing/exceptions/run.py
parentinitial check-in (diff)
downloadice-e7234191efbcf0cf6f903917cf2e6e216a2120fe.tar.bz2
ice-e7234191efbcf0cf6f903917cf2e6e216a2120fe.tar.xz
ice-e7234191efbcf0cf6f903917cf2e6e216a2120fe.zip
use dynamic loading
Diffstat (limited to 'py/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-xpy/test/Ice/slicing/exceptions/run.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/py/test/Ice/slicing/exceptions/run.py b/py/test/Ice/slicing/exceptions/run.py
index 10250f514ed..ec319f83697 100755
--- a/py/test/Ice/slicing/exceptions/run.py
+++ b/py/test/Ice/slicing/exceptions/run.py
@@ -22,11 +22,8 @@ import TestUtil
name = os.path.join("Ice", "slicing", "exceptions")
-serverpath = os.path.join(toplevel, "test", name, "pyserver")
-clientpath = os.path.join(toplevel, "test", name, "pyclient")
-
print "tests with regular server."
-TestUtil.clientServerTestWithPath(name, serverpath, clientpath)
+TestUtil.clientServerTest(name)
#print "tests with AMD server."
#TestUtil.clientServerTestWithOptionsAndNames(name, "", "", "serveramd", "client")
sys.exit(0)