[Mono-bugs] [Bug 82446][Nor] Changed - [PATCH] Socket.GetHashCode .NET 2.0 compatibility
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 15 12:39:15 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82446
--- shadow/82446 2007-08-15 06:08:28.000000000 -0400
+++ shadow/82446.tmp.18981 2007-08-15 12:39:15.000000000 -0400
@@ -36,6 +36,10 @@
ProtocolType.Tcp);
Console.WriteLine (s.GetHashCode ());
s.Close ();
Console.WriteLine (s.GetHashCode ());
}
}
+
+------- Additional Comments From gert.driesen at pandora.be 2007-08-15 12:39 -------
+Added unit test to SocketTest.cs in revision 84155, and marked it
+NotWorking on 2.0 profile (until patch is committed).
More information about the mono-bugs
mailing list