diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-10-21 15:47:07 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-10-21 15:47:07 -0700 |
commit | 439bbccae66fc9e41f10c8c73971abdf6821086f (patch) | |
tree | a5a338b49cb01820ac59dd6b30ee6ade8d74f557 /java/test/Ice/info/run.py | |
parent | Fixed Windows compile error (diff) | |
download | ice-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-x | java/test/Ice/info/run.py | 6 |
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() |