summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/AllTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/operations/AllTests.java')
-rw-r--r--java/test/Ice/operations/AllTests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/operations/AllTests.java b/java/test/Ice/operations/AllTests.java
index 6ae5a3c187c..0ddc337abde 100644
--- a/java/test/Ice/operations/AllTests.java
+++ b/java/test/Ice/operations/AllTests.java
@@ -35,8 +35,8 @@ public class AllTests
System.out.print("testing proxy methods... ");
System.out.flush();
- test(Ice.Util.identityToString(
- base.ice_identity(Ice.Util.stringToIdentity("other")).ice_getIdentity()).equals("other"));
+ test(communicator.identityToString(
+ base.ice_identity(communicator.stringToIdentity("other")).ice_getIdentity()).equals("other"));
test(base.ice_facet("facet").ice_getFacet().equals("facet"));
test(base.ice_adapterId("id").ice_getAdapterId().equals("id"));
test(base.ice_twoway().ice_isTwoway());