summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptions/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/exceptions/Client.js')
-rw-r--r--js/test/Ice/exceptions/Client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/exceptions/Client.js b/js/test/Ice/exceptions/Client.js
index 8a1fba15a8e..50921c50d0f 100644
--- a/js/test/Ice/exceptions/Client.js
+++ b/js/test/Ice/exceptions/Client.js
@@ -229,10 +229,10 @@
{
out.write("testing value factory registration exception... ");
- communicator.addValueFactory(ValueFactoryI, "::x");
+ communicator.getValueFactoryManager().add(ValueFactoryI, "::x");
try
{
- communicator.addValueFactory(ValueFactoryI, "::x");
+ communicator.getValueFactoryManager().add(ValueFactoryI, "::x");
test(false);
}
catch(ex)