From 439bbccae66fc9e41f10c8c73971abdf6821086f Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Wed, 21 Oct 2009 15:47:07 -0700 Subject: - Implementing ConnectionInfo/EndpointInfo in PHP - Changing test/Ice/info to use separate client & server - Updating release notes for IceSSL ConnectionInfo --- java/test/Ice/info/run.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'java/test/Ice/info/run.py') 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() -- cgit v1.2.3