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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76876 --- shadow/76876 2005-12-01 22:32:08.000000000 -0500 +++ shadow/76876.tmp.1473 2005-12-06 12:34:16.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 76876 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: Debian Sid -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: CORLIB AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -44,6 +44,14 @@ ToBase64Transform.InternalTransformFinalBlock method for every block. It seems like it should use the TransformBlock method for all but the final block. ------- Additional Comments From [EMAIL PROTECTED] 2005-12-01 22:32 ------- Actually, It looks like the problem is the use of StringBuilder.AppendLine. + +------- Additional Comments From [EMAIL PROTECTED] 2005-12-06 12:34 ------- +The option parameter wasn't used inside ToBase64String - so everything +gets lines ending. + +Fixed in SVN (r53990). I added your test case to the unit tests (r53991). + +Thanks for including a test case. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
