summaryrefslogtreecommitdiff
path: root/cpp/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 /cpp/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 'cpp/test/Ice/info/run.py')
-rwxr-xr-xcpp/test/Ice/info/run.py9
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()