summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r--java/test/Ice/operations/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java
index 129dbd4f14c..ed4ef912ac6 100644
--- a/java/test/Ice/operations/Client.java
+++ b/java/test/Ice/operations/Client.java
@@ -16,7 +16,7 @@ public class Client extends test.Util.Application
public int run(String[] args)
{
java.io.PrintWriter out = getWriter();
- MyClassPrx myClass = AllTests.allTests(this, false, out);
+ MyClassPrx myClass = AllTests.allTests(this, out);
out.print("testing server shutdown... ");
out.flush();