diff options
Diffstat (limited to 'java/test/Ice/interrupt/Client.java')
-rw-r--r-- | java/test/Ice/interrupt/Client.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/test/Ice/interrupt/Client.java b/java/test/Ice/interrupt/Client.java index 973f1ab05d5..1c8fc8b6c4d 100644 --- a/java/test/Ice/interrupt/Client.java +++ b/java/test/Ice/interrupt/Client.java @@ -33,10 +33,10 @@ public class Client 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. |