Reenable MonoTests.Remoting.IpcChannelTest.Bug609381 (#5245)
[mono.git] / mcs / class / System.Runtime.Remoting / Test / IpcChannelTest.cs
index 54a4146701fc947d8f95945a858fdb64db76e37b..6dbb89f2d58b56a8d6b8cfecb301feb5bbae7d0e 100644 (file)
@@ -77,7 +77,7 @@ namespace MonoTests.Remoting
                        IpcServerChannel chan = new IpcServerChannel (channelName, portName);
                        string[] uris = chan.GetUrlsForUri ("server.rem");
                        Assert.IsNotNull (uris);
-                       Assert.Greater (uris.Length, 0);
+                       AssertHelper.Greater (uris.Length, 0);
 
                        bool found = false;
                        foreach (string s in uris) {
@@ -100,7 +100,7 @@ namespace MonoTests.Remoting
                        IpcChannel chan = new IpcChannel (props, null, null);
                        string[] uris = chan.GetUrlsForUri ("server.rem");
                        Assert.IsNotNull (uris);
-                       Assert.Greater (uris.Length, 0);
+                       AssertHelper.Greater (uris.Length, 0);
 
                        bool found = false;
                        foreach (string s in uris) {