summaryrefslogtreecommitdiff
path: root/java/test/Ice/info/run.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-10-21 15:47:07 -0700
committerMark Spruiell <mes@zeroc.com>2009-10-21 15:47:07 -0700
commit439bbccae66fc9e41f10c8c73971abdf6821086f (patch)
treea5a338b49cb01820ac59dd6b30ee6ade8d74f557 /java/test/Ice/info/run.py
parentFixed Windows compile error (diff)
downloadice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.bz2
ice-439bbccae66fc9e41f10c8c73971abdf6821086f.tar.xz
ice-439bbccae66fc9e41f10c8c73971abdf6821086f.zip
- Implementing ConnectionInfo/EndpointInfo in PHP
- Changing test/Ice/info to use separate client & server - Updating release notes for IceSSL ConnectionInfo
Diffstat (limited to 'java/test/Ice/info/run.py')
-rwxr-xr-xjava/test/Ice/info/run.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/test/Ice/info/run.py b/java/test/Ice/info/run.py
index 4ebbde42d9a..56d48e628de 100755
--- a/java/test/Ice/info/run.py
+++ b/java/test/Ice/info/run.py
@@ -20,10 +20,6 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-print "starting client...",
-clientProc = TestUtil.startClient("test.Ice.info.Client")
-print "ok"
-
-clientProc.waitTestSuccess()
+TestUtil.clientServerTest()
TestUtil.cleanup()