diff options
Diffstat (limited to 'java/test/Ice/operations/run.py')
-rwxr-xr-x | java/test/Ice/operations/run.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/test/Ice/operations/run.py b/java/test/Ice/operations/run.py index 6fee41d3e94..07f6b811416 100755 --- a/java/test/Ice/operations/run.py +++ b/java/test/Ice/operations/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(), "..", "operationsAMD", "classes"), amdenv) -TestUtil.clientServerTest(serverenv = amdenv) +TestUtil.clientServerTest(server="test.Ice.operations.AMDServer") print "tests with collocated server." TestUtil.collocatedTest() |