diff options
Diffstat (limited to 'js/test/Glacier2/router/Client.js')
-rw-r--r-- | js/test/Glacier2/router/Client.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/test/Glacier2/router/Client.js b/js/test/Glacier2/router/Client.js index a7808d8b81c..384d108ff95 100644 --- a/js/test/Glacier2/router/Client.js +++ b/js/test/Glacier2/router/Client.js @@ -274,7 +274,7 @@ var context = new Ice.Context(); context.set("_fwd", "t"); var otherCategoryTwoway = CallbackPrx.uncheckedCast( - twoway.ice_identity(communicator.stringToIdentity("c2/callback"))); + twoway.ice_identity(Ice.stringToIdentity("c2/callback"))); return otherCategoryTwoway.initiateCallback(twowayR, context); } ).then( @@ -290,7 +290,7 @@ var context = new Ice.Context(); context.set("_fwd", "t"); var otherCategoryTwoway = CallbackPrx.uncheckedCast( - twoway.ice_identity(communicator.stringToIdentity("c3/callback"))); + twoway.ice_identity(Ice.stringToIdentity("c3/callback"))); return otherCategoryTwoway.initiateCallback(twowayR, context); } ).then( @@ -303,7 +303,7 @@ var context = new Ice.Context(); context.set("_fwd", "t"); var otherCategoryTwoway = CallbackPrx.uncheckedCast( - twoway.ice_identity(communicator.stringToIdentity("_userid/callback"))); + twoway.ice_identity(Ice.stringToIdentity("_userid/callback"))); return otherCategoryTwoway.initiateCallback(twowayR, context); } ).then( |