[Mono-bugs] [Bug 53730][Maj] Changed - String.Replace incorrectly does a case-insensitive compare
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 2 Feb 2004 10:34:27 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=53730
--- shadow/53730 2004-02-02 06:17:09.000000000 -0500
+++ shadow/53730.tmp.20162 2004-02-02 10:34:27.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 53730
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -65,6 +65,13 @@
0.29 release, as far as I can tell.
------- Additional Comments From jackson@ximian.com 2004-02-02 06:17 -------
Created an attachment (id=6585)
proposed patch
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-02 10:34 -------
+Last night I tested the String NUnit tests and there were no
+failures, we need to probe for this case.
+
+Jackson, could there be any related cases? Eg, .IndexOf, etc. Also,
+we do the right behavior when case insensitive is specified, right?