diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-19 15:46:44 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-19 15:46:44 +0000 |
commit | f94ca845ba99f4f9f8b0b12da9a49cb30b857f11 (patch) | |
tree | cd2212920c47e65cb82e593fea673365438313f7 /java/test/IceSSL/configuration/AllTests.java | |
parent | Fixed dependencies for regex test (diff) | |
download | ice-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.java | 8 |
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); |