summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptionsBidir/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/exceptionsBidir/Client.js')
-rw-r--r--js/test/Ice/exceptionsBidir/Client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/exceptionsBidir/Client.js b/js/test/Ice/exceptionsBidir/Client.js
index 6196368f20e..a7482dd22a1 100644
--- a/js/test/Ice/exceptionsBidir/Client.js
+++ b/js/test/Ice/exceptionsBidir/Client.js
@@ -30,11 +30,11 @@
{
if(amd)
{
- adapter.add(new AMDThrowerI(), communicator.stringToIdentity("thrower"));
+ adapter.add(new AMDThrowerI(), Ice.stringToIdentity("thrower"));
}
else
{
- adapter.add(new ThrowerI(), communicator.stringToIdentity("thrower"));
+ adapter.add(new ThrowerI(), Ice.stringToIdentity("thrower"));
}
var base = communicator.stringToProxy("thrower:default -p 12010");
return base.ice_getConnection().then(