diff options
Diffstat (limited to 'java/test/Ice/exceptions/run.py')
-rwxr-xr-x | java/test/Ice/exceptions/run.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/test/Ice/exceptions/run.py b/java/test/Ice/exceptions/run.py index a4f6803f183..8266b166ff9 100755 --- a/java/test/Ice/exceptions/run.py +++ b/java/test/Ice/exceptions/run.py @@ -24,10 +24,7 @@ print "tests with regular server." TestUtil.clientServerTest() print "tests with AMD server." -import copy -amdenv = copy.deepcopy(os.environ) -TestUtil.addClasspath(os.path.join(os.getcwd(), "..", "exceptionsAMD", "classes"), amdenv) -TestUtil.clientServerTest(serverenv = amdenv) +TestUtil.clientServerTest(server="test.Ice.exceptions.AMDServer") print "tests with collocated server." TestUtil.collocatedTest() |