diff options
Diffstat (limited to 'java/test/Ice/proxy/AllTests.java')
-rw-r--r-- | java/test/Ice/proxy/AllTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/proxy/AllTests.java b/java/test/Ice/proxy/AllTests.java index a063b575582..7093b1c45ad 100644 --- a/java/test/Ice/proxy/AllTests.java +++ b/java/test/Ice/proxy/AllTests.java @@ -319,6 +319,8 @@ public class AllTests prop.setProperty(property, ""); property = propertyPrefix + ".ThreadPerConnection"; + prop.setProperty(property, "0"); + b1 = communicator.propertyToProxy(propertyPrefix); test(!b1.ice_isThreadPerConnection()); prop.setProperty(property, "1"); b1 = communicator.propertyToProxy(propertyPrefix); |