diff options
Diffstat (limited to 'js/test/Ice/operationsBidir/AMDMyDerivedClassI.js')
-rw-r--r-- | js/test/Ice/operationsBidir/AMDMyDerivedClassI.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/operationsBidir/AMDMyDerivedClassI.js b/js/test/Ice/operationsBidir/AMDMyDerivedClassI.js index 4b8321be069..89b164f9388 100644 --- a/js/test/Ice/operationsBidir/AMDMyDerivedClassI.js +++ b/js/test/Ice/operationsBidir/AMDMyDerivedClassI.js @@ -143,7 +143,7 @@ { var p2 = p1; var p3 = TestAMD.MyClassPrx.uncheckedCast( - current.adapter.createProxy(current.adapter.getCommunicator().stringToIdentity("noSuchIdentity"))); + current.adapter.createProxy(Ice.stringToIdentity("noSuchIdentity"))); var r = TestAMD.MyClassPrx.uncheckedCast(current.adapter.createProxy(current.id)); cb.ice_response(r, p2, p3); }, |