[Mono-bugs] [Bug 72244][Nor] Changed - new StringBuilder(4, 7).Append ("foo").Append ("bar");

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 8 Apr 2005 19:17:01 -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 miguel@ximian.com.

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

--- shadow/72244	2005-02-07 13:35:46.000000000 -0500
+++ shadow/72244.tmp.6611	2005-04-08 19:17:01.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: Windows XP SP2
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: new StringBuilder(4, 7).Append ("foo").Append ("bar");
@@ -86,6 +86,9 @@
 No. The test case:
 
 new StringBuilder(4, 7).Append ("foo").Append ("bar");
 
 will fail both before and after. This is the root cause, and was not 
 triggered by my patch.
+
+------- Additional Comments From miguel@ximian.com  2005-04-08 19:17 -------
+Ben, can you look into fixing this?