Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Henry <ludovic@xamarin.com>2017-07-20 23:08:26 +0300
committerGitHub <noreply@github.com>2017-07-20 23:08:26 +0300
commite58e0fcf57d0b60967bceb877cde585fdb248c09 (patch)
tree693906e121ac5b5e54b9a8b1b29882cd8886619a /mcs/class/System.Runtime.Remoting
parent42874b6479cf103ca2e044b95c27a2edbb21d75c (diff)
Reenable MonoTests.Remoting.IpcChannelTest.Bug609381 (#5245)
Fixes bug https://bugzilla.xamarin.com/show_bug.cgi?id=36634
Diffstat (limited to 'mcs/class/System.Runtime.Remoting')
-rw-r--r--mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs b/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs
index 45f76791b7c..6dbb89f2d58 100644
--- a/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs
+++ b/mcs/class/System.Runtime.Remoting/Test/IpcChannelTest.cs
@@ -28,7 +28,6 @@ namespace MonoTests.Remoting
}
[Test]
- [Ignore ("https://bugzilla.xamarin.com/show_bug.cgi?id=36634")]
public void Bug609381 ()
{
string portName = "ipc" + Guid.NewGuid ().ToString ("N");