diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-08-22 16:47:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-08-22 16:47:55 +0200 |
commit | 2fb0c1a2453818a68be9d25c721b121cd07ad7d1 (patch) | |
tree | 4846613f35bfca8caaf64df7e400e6b666ec1c9d /js | |
parent | Fixed Ice/timeout test to ensure the client doesn't hang in case of test failure (diff) | |
download | ice-2fb0c1a2453818a68be9d25c721b121cd07ad7d1.tar.bz2 ice-2fb0c1a2453818a68be9d25c721b121cd07ad7d1.tar.xz ice-2fb0c1a2453818a68be9d25c721b121cd07ad7d1.zip |
Fixed TypeScript Ice/timeout failure
Diffstat (limited to 'js')
-rw-r--r-- | js/test/typescript/Ice/timeout/Client.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/test/typescript/Ice/timeout/Client.ts b/js/test/typescript/Ice/timeout/Client.ts index 1234cce4147..9b24bbea3c4 100644 --- a/js/test/typescript/Ice/timeout/Client.ts +++ b/js/test/typescript/Ice/timeout/Client.ts @@ -68,10 +68,6 @@ export class Client extends TestHelper const timeout = await Test.TimeoutPrx.checkedCast(obj); test(timeout !== null); - const controller = Test.ControllerPrx.uncheckedCast( - communicator.stringToProxy("controller:" + this.getTestEndpoint(1))); - test(controller !== null); - out.write("testing connect timeout... "); { const to = Test.TimeoutPrx.uncheckedCast(obj.ice_timeout(100 * mult)); |