summaryrefslogtreecommitdiff
path: root/java/test/Ice/location/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/location/Client.java')
-rw-r--r--java/test/Ice/location/Client.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/test/Ice/location/Client.java b/java/test/Ice/location/Client.java
index 8aa0a7a9f30..03b378b9dc9 100644
--- a/java/test/Ice/location/Client.java
+++ b/java/test/Ice/location/Client.java
@@ -13,10 +13,9 @@ public class Client extends test.Util.Application
{
public int run(String[] args)
{
- Ice.Communicator communicator = communicator();
try
{
- AllTests.allTests(communicator, getWriter());
+ AllTests.allTests(this);
}
catch(Ice.AdapterAlreadyActiveException ex)
{