[Mono-bugs] [Bug 82372][Nor] Changed - XmlSerializer should only process significant whitespace fromTextReader/Stream

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 10 03:44:43 EDT 2007


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 atsushi at ximian.com.

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: atsushi at ximian.com                            
 ReportedBy: gert.driesen at pandora.be               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -63,6 +63,21 @@
 (System.Xml.Serialization.XmlSerializationReader reader) [0x00000]
 
 ------- Additional Comments From gert.driesen at pandora.be  2007-08-08 09:49 -------
 Created an attachment (id=19736)
 Repro
 
+
+------- Additional Comments From atsushi at ximian.com  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.


More information about the mono-bugs mailing list