summaryrefslogtreecommitdiff
path: root/java/test/Ice/stream/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/stream/run.py')
-rwxr-xr-xjava/test/Ice/stream/run.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test/Ice/stream/run.py b/java/test/Ice/stream/run.py
index 47e0b8dafab..4e8769e647c 100755
--- a/java/test/Ice/stream/run.py
+++ b/java/test/Ice/stream/run.py
@@ -20,10 +20,8 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-TestUtil.addClasspath(os.path.join(os.getcwd(), "classes"))
-
print "starting test...",
-clientProc = TestUtil.startClient("Client", startReader = False)
+clientProc = TestUtil.startClient("test.Ice.stream.Client",startReader=False)
print "ok"
clientProc.startReader()