summaryrefslogtreecommitdiff
path: root/java/test/IceSSL/configuration/AllTests.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-04-19 15:46:44 +0000
committerMark Spruiell <mes@zeroc.com>2006-04-19 15:46:44 +0000
commitf94ca845ba99f4f9f8b0b12da9a49cb30b857f11 (patch)
treecd2212920c47e65cb82e593fea673365438313f7 /java/test/IceSSL/configuration/AllTests.java
parentFixed dependencies for regex test (diff)
downloadice-f94ca845ba99f4f9f8b0b12da9a49cb30b857f11.tar.bz2
ice-f94ca845ba99f4f9f8b0b12da9a49cb30b857f11.tar.xz
ice-f94ca845ba99f4f9f8b0b12da9a49cb30b857f11.zip
Windows fixes
Diffstat (limited to 'java/test/IceSSL/configuration/AllTests.java')
-rw-r--r--java/test/IceSSL/configuration/AllTests.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/test/IceSSL/configuration/AllTests.java b/java/test/IceSSL/configuration/AllTests.java
index 6a50398243b..d844f0105ed 100644
--- a/java/test/IceSSL/configuration/AllTests.java
+++ b/java/test/IceSSL/configuration/AllTests.java
@@ -244,6 +244,10 @@ public class AllTests
{
// Expected.
}
+ catch(Ice.ConnectionLostException ex)
+ {
+ // Expected.
+ }
catch(Ice.LocalException ex)
{
test(false);
@@ -367,6 +371,10 @@ public class AllTests
{
// Expected.
}
+ catch(Ice.ConnectionLostException ex)
+ {
+ // Expected.
+ }
catch(Ice.LocalException ex)
{
test(false);