diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-04-24 13:48:09 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-04-24 13:48:09 +0200 |
commit | bc7de3b1a7a6e06fb1e36794e129990a0219bfb9 (patch) | |
tree | c4af38320f4869c30d7bd2911c41d3ed73b015ee /java/test/Ice/proxy/Collocated.java | |
parent | Java port (diff) | |
download | ice-bc7de3b1a7a6e06fb1e36794e129990a0219bfb9.tar.bz2 ice-bc7de3b1a7a6e06fb1e36794e129990a0219bfb9.tar.xz ice-bc7de3b1a7a6e06fb1e36794e129990a0219bfb9.zip |
Java test and bug fixes
Diffstat (limited to 'java/test/Ice/proxy/Collocated.java')
-rw-r--r-- | java/test/Ice/proxy/Collocated.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Ice/proxy/Collocated.java b/java/test/Ice/proxy/Collocated.java index 3b8c6f3a954..22647e56407 100644 --- a/java/test/Ice/proxy/Collocated.java +++ b/java/test/Ice/proxy/Collocated.java @@ -29,6 +29,7 @@ public class Collocated extends test.Util.Application Ice.InitializationData initData = new Ice.InitializationData(); initData.properties = Ice.Util.createProperties(argsH); initData.properties.setProperty("Ice.Package.Test", "test.Ice.proxy"); + initData.properties.setProperty("Ice.Warn.Dispatch", "0"); return initData; } |