summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-07-19 15:49:09 -0400
committerJoe George <joe@zeroc.com>2016-07-19 15:49:09 -0400
commit58a1b746a87a034ae30584234664991e6fce6bf8 (patch)
tree6cfe40e8dd8a277310acff36e5b420453be50eb1 /js/test
parentIceSSL/configuration bogus property (diff)
downloadice-58a1b746a87a034ae30584234664991e6fce6bf8.tar.bz2
ice-58a1b746a87a034ae30584234664991e6fce6bf8.tar.xz
ice-58a1b746a87a034ae30584234664991e6fce6bf8.zip
ICE-7241 - Python Ice/optional cross test failure
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Ice/optional/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/optional/Client.js b/js/test/Ice/optional/Client.js
index 02cb3340d76..91d15db130a 100644
--- a/js/test/Ice/optional/Client.js
+++ b/js/test/Ice/optional/Client.js
@@ -360,7 +360,7 @@
).then(
function()
{
- var init2 = ClientPrivate.Initial2Prx.uncheckedCast(initial)
+ var init2 = ClientPrivate.Initial2Prx.uncheckedCast(initial);
return init2.opVoid(5, "test");
}
).then(