summaryrefslogtreecommitdiff
path: root/java/test/Ice/seqMapping/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/seqMapping/run.py')
-rwxr-xr-xjava/test/Ice/seqMapping/run.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/test/Ice/seqMapping/run.py b/java/test/Ice/seqMapping/run.py
index 09d700b9f48..b361826c48f 100755
--- a/java/test/Ice/seqMapping/run.py
+++ b/java/test/Ice/seqMapping/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(), "..", "seqMappingAMD", "classes"), amdenv)
-TestUtil.clientServerTest(serverenv = amdenv)
+TestUtil.clientServerTest(server="test.Ice.seqMapping.AMDServer")
print "tests with collocated server."
TestUtil.collocatedTest()