summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptions/Client.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-12-28 10:50:12 +0100
committerJose <jose@zeroc.com>2016-12-28 10:50:12 +0100
commitc7943b32df74f525013c8b7e17c92a032d74c868 (patch)
tree0ce9bc34394de9929696ab18aae84623778e3eb0 /js/test/Ice/exceptions/Client.js
parentBumped timeout for server shutdown (diff)
downloadice-c7943b32df74f525013c8b7e17c92a032d74c868.tar.bz2
ice-c7943b32df74f525013c8b7e17c92a032d74c868.tar.xz
ice-c7943b32df74f525013c8b7e17c92a032d74c868.zip
Port Ice.Value to JavaScript mapping
Diffstat (limited to 'js/test/Ice/exceptions/Client.js')
-rw-r--r--js/test/Ice/exceptions/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptions/Client.js b/js/test/Ice/exceptions/Client.js
index 0a4d08ce627..b37f31f9174 100644
--- a/js/test/Ice/exceptions/Client.js
+++ b/js/test/Ice/exceptions/Client.js
@@ -16,7 +16,7 @@
var allTests = function(out, communicator, Test, bidir)
{
- class EmptyI extends Test.Empty
+ class EmptyI extends Test._EmptyDisp
{
}