diff options
author | Joe George <joe@zeroc.com> | 2021-03-15 11:16:57 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-03-15 11:16:57 -0400 |
commit | ba64c6607e420e9d933712eec32bccc1ab1cfb06 (patch) | |
tree | 329eaff31c8390d2f70616ea98480c4c87d05e54 /js/test/Ice/info | |
parent | Skip C++11 service tests if not using cpp11 config (diff) | |
download | ice-main.tar.bz2 ice-main.tar.xz ice-main.zip |
Diffstat (limited to 'js/test/Ice/info')
-rw-r--r-- | js/test/Ice/info/Client.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/test/Ice/info/Client.js b/js/test/Ice/info/Client.js index 202074a8077..1c4bf80345b 100644 --- a/js/test/Ice/info/Client.js +++ b/js/test/Ice/info/Client.js @@ -65,7 +65,6 @@ ipEndpoint.type() == Ice.WSEndpointType && endpoint instanceof Ice.WSEndpointInfo || ipEndpoint.type() == Ice.WSSEndpointType && endpoint instanceof Ice.WSEndpointInfo); - let ic = Ice.initialize(); ic.stringToProxy("test:default"); endps = p1.ice_getEndpoints(); |