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=80459 --- shadow/80459 2007-01-05 12:54:23.000000000 -0500 +++ shadow/80459.tmp.24890 2007-01-05 12:58:13.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80459 Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: NOTABUG Severity: Unknown Priority: Major Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -47,6 +47,14 @@ DEBUG: Straigt response result is: 0 [/snip] ------- Additional Comments From [EMAIL PROTECTED] 2007-01-05 12:54 ------- Only with this code, nothing is actually testable. Simply printing test1 and test2 to console would be better to find what went wrong. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-05 12:58 ------- +I think it's the "\n", which is CRLF on Windows and LF on Linux. + +Use Environment.NewLine instead. + +Feel free to reopen if it doesn't fix the issue. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
