diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-07-25 15:05:05 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-07-25 15:05:05 -0700 |
commit | 1a877e41c4ebf7e50bd7c3da849cfc78a8b3784f (patch) | |
tree | d03b26ab88fd96e00fdb51940c6a1a04c7406b4d /java/test/Ice/operations/Twoways.java | |
parent | Added missing file. (diff) | |
download | ice-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.java | 3 |
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(); |