summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Twoways.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-07-25 15:05:05 -0700
committerMark Spruiell <mes@zeroc.com>2014-07-25 15:05:05 -0700
commit1a877e41c4ebf7e50bd7c3da849cfc78a8b3784f (patch)
treed03b26ab88fd96e00fdb51940c6a1a04c7406b4d /java/test/Ice/operations/Twoways.java
parentAdded missing file. (diff)
downloadice-1a877e41c4ebf7e50bd7c3da849cfc78a8b3784f.tar.bz2
ice-1a877e41c4ebf7e50bd7c3da849cfc78a8b3784f.tar.xz
ice-1a877e41c4ebf7e50bd7c3da849cfc78a8b3784f.zip
ICE-3346 - improve ice_staticId in Java
Diffstat (limited to 'java/test/Ice/operations/Twoways.java')
-rw-r--r--java/test/Ice/operations/Twoways.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Twoways.java b/java/test/Ice/operations/Twoways.java
index 58c152f65e8..a8841c774fa 100644
--- a/java/test/Ice/operations/Twoways.java
+++ b/java/test/Ice/operations/Twoways.java
@@ -86,7 +86,8 @@ class Twoways
test(p.ice_id().equals(MyDerivedClass.ice_staticId()));
test(MyDerivedClassPrxHelper.ice_staticId().equals(MyDerivedClass.ice_staticId()));
- test(Ice.ObjectPrxHelper.ice_staticId().equals(Ice.ObjectImpl.ice_staticId()));
+ test(Ice.ObjectPrxHelper.ice_staticId().equals(Ice.Object.ice_staticId));
+ test(Ice.LocatorPrxHelper.ice_staticId().equals(Ice.Locator.ice_staticId));
{
String[] ids = p.ice_ids();