From 5b34410c278acab9eb296ce4d24f80e69b6fd6dc Mon Sep 17 00:00:00 2001 From: Joe George Date: Tue, 30 Aug 2016 11:37:01 -0400 Subject: ICE-7242 - Cross test updates --- csharp/test/Ice/servantLocator/AllTests.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'csharp/test') diff --git a/csharp/test/Ice/servantLocator/AllTests.cs b/csharp/test/Ice/servantLocator/AllTests.cs index b81ea91fa02..565c0695adc 100644 --- a/csharp/test/Ice/servantLocator/AllTests.cs +++ b/csharp/test/Ice/servantLocator/AllTests.cs @@ -102,7 +102,8 @@ public class AllTests : TestCommon.TestApp } catch(UnknownLocalException ex) { - test(ex.unknown.IndexOf("Ice::SocketException") >= 0); + test(ex.unknown.IndexOf("Ice::SocketException") >= 0 || + ex.unknown.IndexOf("Ice.SocketException") >= 0); } catch(System.Exception) { -- cgit v1.2.3