diff options
author | Michi Henning <michi@zeroc.com> | 2007-06-12 17:24:24 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-06-12 17:24:24 +1000 |
commit | 62dfe258c0601e471d6b51f1fd8c9925dd865b65 (patch) | |
tree | e5c4d40496ab5cf2ee648a3d8067825c8eadf776 /py | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2242 (diff) | |
download | ice-62dfe258c0601e471d6b51f1fd8c9925dd865b65.tar.bz2 ice-62dfe258c0601e471d6b51f1fd8c9925dd865b65.tar.xz ice-62dfe258c0601e471d6b51f1fd8c9925dd865b65.zip |
Bug 2225: Proxy test failed with --threadPerConnection.
Diffstat (limited to 'py')
-rw-r--r-- | py/test/Ice/proxy/AllTests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/proxy/AllTests.py b/py/test/Ice/proxy/AllTests.py index 40c7f154c5d..cd700ff3e38 100644 --- a/py/test/Ice/proxy/AllTests.py +++ b/py/test/Ice/proxy/AllTests.py @@ -282,6 +282,8 @@ def allTests(communicator, collocated): #prop.setProperty(property, "") property = propertyPrefix + ".ThreadPerConnection" + prop.setProperty(property, "0") + b1 = communicator.propertyToProxy(propertyPrefix) test(not b1.ice_isThreadPerConnection()) prop.setProperty(property, "1") b1 = communicator.propertyToProxy(propertyPrefix) |