[Mono-bugs] [Bug 80857][Nor] Changed - [2.0] URI UriKind.Relative GetHashCode always returns -1

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Feb 26 04:40:08 EST 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 peter.dettman at iinet.net.au.

http://bugzilla.ximian.com/show_bug.cgi?id=80857

--- shadow/80857	2007-02-15 07:11:21.000000000 -0500
+++ shadow/80857.tmp.2619	2007-02-26 04:40:08.000000000 -0500
@@ -25,6 +25,11 @@
   static void Main (string [] args) {
     Uri a = new Uri ("foo/bar", UriKind.Relative);
     Uri b = new Uri ("bar/foo", UriKind.Relative);
     Console.WriteLine ("{0} {1}", a.GetHashCode (), b.GetHashCode ());
   }
 }
+
+------- Additional Comments From peter.dettman at iinet.net.au  2007-02-26 04:40 -------
+Created an attachment (id=18781)
+Proposed patch
+


More information about the mono-bugs mailing list