diff options
Diffstat (limited to 'java/test/Ice/interrupt/Server.java')
-rw-r--r-- | java/test/Ice/interrupt/Server.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/test/Ice/interrupt/Server.java b/java/test/Ice/interrupt/Server.java index 790b1e6283b..10f8d6f86c3 100644 --- a/java/test/Ice/interrupt/Server.java +++ b/java/test/Ice/interrupt/Server.java @@ -34,10 +34,10 @@ public class Server extends test.Util.Application initData.properties = Ice.Util.createProperties(argsH); initData.properties.setProperty("Ice.Package.Test", "test.Ice.interrupt"); // - // We need to enable the background IO so that Ice is interrupt - // safe for this test. + // We need to enable the ThreadInterruptSafe property so that Ice is + // interrupt safe for this test. // - initData.properties.setProperty("Ice.BackgroundIO", "1"); + initData.properties.setProperty("Ice.ThreadInterruptSafe", "1"); // // We need to send messages large enough to cause the transport // buffers to fill up. |