[Mono-bugs] [Bug 52283][Nor] Changed - String.StartsWith(String.Empty) throws ArgumentOutOfRangeException

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 10:55:12 -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 dick@ximian.com.

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

--- shadow/52283	2003-12-17 10:15:38.000000000 -0500
+++ shadow/52283.tmp.13351	2003-12-17 10:55:12.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 52283
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: cygwin on WinXP
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ginga@kit.hi-ho.ne.jp               
 QAContact: mono-bugs@ximian.com
@@ -91,6 +91,9 @@
 (the stringtests in cvs success with it and it fixes the testcase 
 above)
 
 ------- Additional Comments From dick@ximian.com  2003-12-17 10:15 -------
 The second patch just deletes the checking that is specified for
 CompareInfo.Compare(), so that is a non-starter.
+
+------- Additional Comments From dick@ximian.com  2003-12-17 10:55 -------
+Fixed in CVS.  Also fixed EndsWith.