2002-03-14 Kral Ferch * XmlTextWriterTests.cs: Added tests TestCData and TestComment. 2002-03-14 Kral Ferch * XmlTextWriterTests.cs: Initial checkin. 2002-03-12 Kral Ferch * XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren, TestZeroChildren, TestOneChild, TestMultipleChildren, TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration, TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode, TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset. Made two other tests but not in use yet until RemoveAll is implemented for attributes and XmlNode.ReplaceChild is implemented. The tests are called saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration. 2002-03-08 Jason Diamond * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute. 2002-03-08 Jason Diamond * XmlAttributeTests.cs: Test XmlAttribute child nodes. 2002-03-08 Kral Ferch * XmlNodeListTests.cs: New file. * AllTests.cs: Added XmlNodeListTests. 2002/03/08 Nick Drochak * System_test.build: Don't build test dll by default. Only build it when 'make test' is specified. 2002-03-06 Kral Ferch * 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 * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(), TestLoadCDATA(), and TestLoadComment(). 2002-03-02 Jason Diamond * XmlElementTests.cs: New file. * AllTests.cs: Added XmlElementTests. 2002-03-02 Jason Diamond * XmlTextReaderTests.cs: Test MoveToNextAttribute(). * XmlDocumentTests.cs: Test loading document containing attributes and text nodes. 2002-03-02 Mike Kestner * XmlAttributeTests.cs : New test suite for attrs. * AllTests.cs : Add the attr suite. 2002-03-02 Jason Diamond * 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 * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of Kral Ferch . 2002-02-28 Jason Diamond * XmlTextReaderTests.cs: Test for XmlException when parse fail. 2002-02-27 Martin Baulig * 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 * NameTableTests.cs: Test for System.Xml.NameTable. 2002-02-26 Jason Diamond * 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 * XmlDocumentTests.cs: Added file. 2002-02-23 Jason Diamond * XmlTextReaderTests.cs: Added tests for qualified attributes. 2002-02-23 Jason Diamond * ChangeLog: Added change log to this directory. * Test.cs: Renamed to XmlTextReaderTests.cs. * XmlTextReaderTests.cs: Added tests for NamespaceURI property. * XmlNamespaceManagerTests.cs: Initial tests.