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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index bf8a08e36ad..f27a9df5595 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-16 Gert Driesen <drieseng@users.sourceforge.net>
+
+ * XmlTextWriterTests.cs: No longer derive from deprecated Assertion
+ class. Added WriteDocType tests.
+ * XmlWriterTests.cs: No longer derive from deprecated Assertion class.
+
2005-12-15 Konstantin Triger <kostat@mainsoft.com>
* XmlTextWriterTests.cs: added WriteCDataNull test.