[Mono-bugs] [Bug 77500][Nor] Changed - [PATCH] XmlCustomFormatter /
XmlSerializationWriter fixes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 8 03:50:02 EST 2006
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=77500
--- shadow/77500 2006-02-08 03:48:11.000000000 -0500
+++ shadow/77500.tmp.8514 2006-02-08 03:50:02.000000000 -0500
@@ -69,6 +69,11 @@
+ "'{0}' is not a valid value.", value));
+#else
+ return value.ToString ();
+#endif
Shouldn't value.ToString() above actually be valueToProcess ?
+
+------- Additional Comments From gert.driesen at pandora.be 2006-02-08 03:50 -------
+Created an attachment (id=16461)
+Unit tests for XmlSerializationWriter and XmlSerializationReader, which cover the changes to XmlCustomFormatter
+
More information about the mono-bugs
mailing list