summaryrefslogtreecommitdiff
path: root/java/test/Ice/properties/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/properties/run.py')
-rwxr-xr-xjava/test/Ice/properties/run.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/java/test/Ice/properties/run.py b/java/test/Ice/properties/run.py
index b797f216c25..22f2a9903a9 100755
--- a/java/test/Ice/properties/run.py
+++ b/java/test/Ice/properties/run.py
@@ -33,7 +33,11 @@ TestUtil.createConfig(configPath,
"Ice.ProgramName=PropertiesClient",
"Config.Path=./config/中国_client.config"])
-TestUtil.simpleTest()
+print "starting client...",
+clientProc = TestUtil.startClient("test.Ice.properties.Client",startReader=False)
+print "ok"
+clientProc.startReader()
+clientProc.waitTestSuccess()
if os.path.exists(configPath):
- os.remove(configPath) \ No newline at end of file
+ os.remove(configPath)