Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 746be6ca322..9d34d089bfe 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-05 Atsushi Enomoto <atsushi@ximian.com>
+
+ * XmlTextWriterTests.cs : removed silly part from
+ WriteStartElement_XmlPrefix (). We are not reproducing MS bugs.
+ (kept remaining part of this test; see if it makes sense after
+ bug #77094 got fixed).
+
2005-12-29 Gert Driesen <drieseng@users.sourceforge.net>
* XmlTextWriterTests.cs: Do not yet enable tests for WriteWhitespace