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-22 05:38:08 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-22 05:38:08 +0300
commitb9e2f23ea54d7fc39449751427b1446ce72f685b (patch)
treed77b0b0c0d9ce79fc0e8418c913d9f30dc2507d6 /mcs/class/System.XML/Test/ChangeLog
parent556f0d7b34cd6ee14ceba4889902ddd3f498fc33 (diff)
2002-03-22 Duncan Mak <duncan@ximian.com>
* XmlElement.cs: Reformatted. (CloneNode) Corrected. * XmlDocument.cs (CreateWhitespace): Implemented. * XmlAttribute.cs (CloneNode): Changed the child's CloneNode to true, because Attributes have ChildNodes. 2002-03-22 Duncan Mak <duncan@ximian.com> * AllTests.cs: * Microsoft.Test.csproj: * Mono.Test.csproj: Updated to include new files. * XmlCDataSectionTests.cs: Added to CVS. * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me setup a testing environment on VS.NET. * XmlElementTests.cs: Reformatted. (TestCloneNode): Added. * XmlWhiteSpaceTests.cs: Added to CVS. svn path=/trunk/mcs/; revision=3267
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 4edc01dfef4..a5bf5c7922b 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,6 +1,22 @@
+2002-03-22 Duncan Mak <duncan@ximian.com>
+
+ * AllTests.cs:
+ * Microsoft.Test.csproj:
+ * Mono.Test.csproj: Updated to include new files.
+
+ * XmlCDataSectionTests.cs: Added to CVS.
+
+ * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me
+ setup a testing environment on VS.NET.
+
+ * XmlElementTests.cs: Reformatted.
+ (TestCloneNode): Added.
+
+ * XmlWhiteSpaceTests.cs: Added to CVS.
+
2002-03-21 Kral Ferch <kral_ferch@hotmail.com>
- * XmlDocumentTests.cs: Tests parent traversal up through
+ * XmlDocumentTests.cs: Tessts parent traversal up through
document itself until null. Tests a removed elements next
sibling is null.