diff options
author | Joe George <joe@zeroc.com> | 2016-07-19 15:49:09 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-07-19 15:49:09 -0400 |
commit | 58a1b746a87a034ae30584234664991e6fce6bf8 (patch) | |
tree | 6cfe40e8dd8a277310acff36e5b420453be50eb1 /js | |
parent | IceSSL/configuration bogus property (diff) | |
download | ice-58a1b746a87a034ae30584234664991e6fce6bf8.tar.bz2 ice-58a1b746a87a034ae30584234664991e6fce6bf8.tar.xz ice-58a1b746a87a034ae30584234664991e6fce6bf8.zip |
ICE-7241 - Python Ice/optional cross test failure
Diffstat (limited to 'js')
-rw-r--r-- | js/test/Ice/optional/Client.js | 2 |
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( |