diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-01 23:37:09 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-01 23:37:09 +0000 |
commit | e7234191efbcf0cf6f903917cf2e6e216a2120fe (patch) | |
tree | 6932bba419dfe561416f10f15524ab330fafdc31 /py/test/Ice/slicing/exceptions/run.py | |
parent | initial check-in (diff) | |
download | ice-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-x | py/test/Ice/slicing/exceptions/run.py | 5 |
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) |