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:33:22.000000000 -0500 +++ shadow/80459.tmp.23004 2007-01-05 12:34:39.000000000 -0500 @@ -2,13 +2,13 @@ Product: Mono: Runtime Version: 1.2 OS: GNU/Linux [Other] OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Major Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -22,6 +22,27 @@ I will post a testcase (a simple socket server implementation). ------- Additional Comments From [EMAIL PROTECTED] 2007-01-05 12:33 ------- Created an attachment (id=18453) testserver.cs + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-05 12:34 ------- +The output I'm getting on Linux machine is: +[snip] +Element 0 is OK. +Element 1 is OK. +Element 2 is OK. +Element 3 is OK. +Element 4 is OK. +Element 5 is OK. +DEBUG: Real string result is: 0 +DEBUG: Converted string result is: 1 +DEBUG: Straigt response result is: 1 +[/snip] + +On windows machine it is: +[snip] +DEBUG: Real string result is: 0 +DEBUG: Converted string result is: 0 +DEBUG: Straigt response result is: 0 +[/snip] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
