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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-26 01:28:15 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-26 01:28:15 +0300
commita412fd0beeea7a51064f4fc9018ac881cb52bf92 (patch)
tree2ccf177e545f7057b25a751fc99c49332469407e /mcs/class/System.XML/Test/ChangeLog
parentb8c9444706b5f89b3fe647b384b0f0f53c767be8 (diff)
2002-03-25 Duncan Mak <duncan@ximian.com>
* XmlDeclaration.cs: Rewrote the class, fixed formatting, added missing properties (InnerText, Value). * XmlDocument.cs (CreateXmlDeclaration): Implemented. * AllTests.cs: * Microsoft.Test.csproj: * Mono.Test.csproj: Updated to include new test, XmlDeclarationTests. * XmlDeclarationTests.cs: Added new test for XmlDeclaration class. svn path=/trunk/mcs/; revision=3338
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 93e797a4f98..ec87462b831 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-25 Duncan Mak <duncan@ximian.com>
+
+ * AllTests.cs:
+ * Microsoft.Test.csproj:
+ * Mono.Test.csproj: Updated to include new test,
+ XmlDeclarationTests.
+
+ * XmlDeclarationTests.cs: Added new test for XmlDeclaration class.
+
2002-03-23 Kral Ferch <kral_ferch@hotmail.com>
* XmlTextWriterTests.cs: Tests for BaseStream,