[Mono-bugs] [Bug 59155][Maj] Changed - PreserveWhitespace ignored when saving XmlDocument

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 27 May 2004 03:50:22 -0400 (EDT)


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 tim@cbcl.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=59155

--- shadow/59155	2004-05-27 03:49:35.000000000 -0400
+++ shadow/59155.tmp.23896	2004-05-27 03:50:22.000000000 -0400
@@ -48,6 +48,11 @@
 Test case creates a document and saves it with "PreserveWhitespace = true"
 This document is then reloaded with "PreserveWhitespace = true"
 The original document and the saved/loaded document are then compared.
 
 Extra whitespace has been added during the saving of the XML under Mono.
 This causes particular problems when trying to verify XML signatures.
+
+------- Additional Comments From tim@cbcl.co.uk  2004-05-27 03:50 -------
+Created an attachment (id=7863)
+Test case
+