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 /cpp/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 'cpp/test/Ice/info/run.py')
-rwxr-xr-x | cpp/test/Ice/info/run.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/test/Ice/info/run.py b/cpp/test/Ice/info/run.py index 95881aefef1..56d48e628de 100755 --- a/cpp/test/Ice/info/run.py +++ b/cpp/test/Ice/info/run.py @@ -20,13 +20,6 @@ if len(path) == 0: sys.path.append(os.path.join(path[0])) from scripts import * -client = os.path.join(os.getcwd(), "client") - -print "starting client...", -clientProc = TestUtil.startClient(client, startReader = False) -print "ok" - -clientProc.startReader() -clientProc.waitTestSuccess() +TestUtil.clientServerTest() TestUtil.cleanup() |