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=82372 --- shadow/82372 2007-08-08 09:49:02.000000000 -0400 +++ shadow/82372.tmp.10120 2007-08-10 03:44:43.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.2 OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Sys.XML AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -63,6 +63,21 @@ (System.Xml.Serialization.XmlSerializationReader reader) [0x00000] ------- Additional Comments From [EMAIL PROTECTED] 2007-08-08 09:49 ------- Created an attachment (id=19736) Repro + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-10 03:44 ------- +I think this test case is bad and is just to burden the internal +behavior limitation, especially because if you pass + + new XmlTextReader (new StringReader (input)) + +instead of + + new StringReader (input) + +the test code anyways throws an exception. + +I could change the behavior to match .NET, but the example repro case +should not be added as a test case. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
