[Mono-bugs] [Bug 56985][Wis] Changed - Error in String.Replace()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 08:12:20 -0400 (EDT)


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 mono-bug@jerryweb.info.

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

--- shadow/56985	2004-04-14 08:10:29.000000000 -0400
+++ shadow/56985.tmp.10285	2004-04-14 08:12:20.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56985
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mono-bug@jerryweb.info               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -48,6 +48,13 @@
 Actual Results in Mono (CVS, 2003-02-12), Gentoo Linux
 (int) s1[0] = 32
 (int) s2[0] = 160
 s1.Replace(s2, "abc"): abc;
 s2.Replace(s1, "def"): def;
 s1.Equals(s2): False
+
+------- Additional Comments From mono-bug@jerryweb.info  2004-04-14 08:12 -------
+Ooops, bad date ;-)
+
+...
+Actual Results in Mono (CVS, 2003-04-12), Gentoo Linux
+etc...