diff options
Diffstat (limited to 'js/test/Ice/operationsBidir/MyDerivedClassI.js')
-rw-r--r-- | js/test/Ice/operationsBidir/MyDerivedClassI.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/operationsBidir/MyDerivedClassI.js b/js/test/Ice/operationsBidir/MyDerivedClassI.js index cdfb00eb2ff..930345c9b85 100644 --- a/js/test/Ice/operationsBidir/MyDerivedClassI.js +++ b/js/test/Ice/operationsBidir/MyDerivedClassI.js @@ -141,7 +141,7 @@ { var p2 = p1; var p3 = Test.MyClassPrx.uncheckedCast( - current.adapter.createProxy(current.adapter.getCommunicator().stringToIdentity("noSuchIdentity"))); + current.adapter.createProxy(Ice.stringToIdentity("noSuchIdentity"))); var r = Test.MyClassPrx.uncheckedCast(current.adapter.createProxy(current.id)); return [r, p2, p3]; }, |