summaryrefslogtreecommitdiff
path: root/csharp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2020-12-11 10:12:10 +0100
committerJose <jose@zeroc.com>2020-12-11 10:12:45 +0100
commit34e9982b248866e6b21a6b5c308dcf1dee217ccc (patch)
tree737a50bbc8813a7d82eb355780b86f303427e534 /csharp/test
parentUpdate .NET default version (#1195) (diff)
downloadice-34e9982b248866e6b21a6b5c308dcf1dee217ccc.tar.bz2
ice-34e9982b248866e6b21a6b5c308dcf1dee217ccc.tar.xz
ice-34e9982b248866e6b21a6b5c308dcf1dee217ccc.zip
IceSSL/configuration test fix for .NET 5.0
Diffstat (limited to 'csharp/test')
-rw-r--r--csharp/test/IceSSL/configuration/AllTests.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/csharp/test/IceSSL/configuration/AllTests.cs b/csharp/test/IceSSL/configuration/AllTests.cs
index dba3b6a5f8e..1fd9e1ea937 100644
--- a/csharp/test/IceSSL/configuration/AllTests.cs
+++ b/csharp/test/IceSSL/configuration/AllTests.cs
@@ -998,6 +998,10 @@ public class AllTests
{
// Chain length too long
}
+ catch(Ice.ConnectionLostException)
+ {
+ // Expected
+ }
catch(Ice.LocalException ex)
{
Console.WriteLine(ex.ToString());