rewrote XmlNode with touchups to XmlDocument, XmlElement, and XmlLinkedNode
[mono.git] / mcs / class / System.XML / Test / ChangeLog
index e708683a3e1c26c5579cab052e116fd34e055b63..04ee8ab7fcd420b5b4ab1e2b8032ae129e9c9762 100644 (file)
@@ -1,3 +1,73 @@
+2002-03-06  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
+       
+       * XmlDocumentTests.cs: Started work on some tests for invalid data in
+       various nodes created by the document.
+
+2002-03-02  Kral Ferch <kral_ferch@hotmail.com>
+
+       * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
+       TestLoadCDATA(), and TestLoadComment().
+
+2002-03-02  Jason Diamond <jason@injektilo.org>
+
+       * XmlElementTests.cs: New file.
+
+       * AllTests.cs: Added XmlElementTests.
+
+2002-03-02  Jason Diamond <jason@injektilo.org>
+
+       * XmlTextReaderTests.cs: Test MoveToNextAttribute().
+
+       * XmlDocumentTests.cs: Test loading document containing attributes
+       and text nodes.
+
+2002-03-02  Mike Kestner <mkestner@speakeasy.net>
+
+       * XmlAttributeTests.cs : New test suite for attrs.
+       * AllTests.cs : Add the attr suite.
+
+2002-03-02  Jason Diamond <jason@injektilo.org>
+
+       * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager 
+       is using its name table.
+
+       * NameTableTests.cs: Make sure NameTable is really returning the
+       same references.
+
+2002-02-28  Jason Diamond <jason@injektilo.org>
+
+       * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
+       Kral Ferch <kral.ferch@hotmail.com>.
+
+2002-02-28  Jason Diamond <jason@injektilo.org>
+
+       * XmlTextReaderTests.cs: Test for XmlException when parse fail.
+
+2002-02-27  Martin Baulig  <martin@gnome.org>
+
+       * System.XML_test.build: Build new executable RunTests.System.XML.exe
+       which you can use to run the tests on Linux.
+
+       * *.cs: Added zero-args constructors.
+
+2002-02-26  Duncan Mak  <duncan@ximian.com>
+
+       * NameTableTests.cs: Test for System.Xml.NameTable.
+
+2002-02-26  Jason Diamond <jason@injektilo.org>
+
+       * XmlTextReaderTests.cs: Test for namespace declarations as
+       attributes.
+
+       * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
+       when creating the XmlNamespaceManager. Properly test HasNamespace.
+
+2002-02-25  Jason Diamond <jason@injektilo.org>
+
+       * XmlDocumentTests.cs: Added file.
+       
 2002-02-23  Jason Diamond <jason@injektilo.org>
 
        * XmlTextReaderTests.cs: Added tests for qualified attributes.