summaryrefslogtreecommitdiff
path: root/js/test/Ice/timeout/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/timeout/Client.js')
-rw-r--r--js/test/Ice/timeout/Client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/timeout/Client.js b/js/test/Ice/timeout/Client.js
index 8cf8003c028..5170789cdcc 100644
--- a/js/test/Ice/timeout/Client.js
+++ b/js/test/Ice/timeout/Client.js
@@ -173,7 +173,7 @@
}
catch(ex)
{
- test(false);
+ test(false, ex);
}
while(true)
@@ -185,7 +185,7 @@
}
catch(ex)
{
- test(ex instanceof Ice.ConnectionManuallyClosedException); // Expected
+ test(ex instanceof Ice.ConnectionManuallyClosedException, ex); // Expected
test(ex.graceful);
break;
}