| 123456789101112131415161718192021222324252627282930313233343536 |
- 2002-02-27 Martin Baulig <[email protected]>
- * 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 <[email protected]>
- * NameTableTests.cs: Test for System.Xml.NameTable.
- 2002-02-26 Jason Diamond <[email protected]>
- * 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 <[email protected]>
- * XmlDocumentTests.cs: Added file.
-
- 2002-02-23 Jason Diamond <[email protected]>
- * XmlTextReaderTests.cs: Added tests for qualified attributes.
-
- 2002-02-23 Jason Diamond <[email protected]>
- * ChangeLog: Added change log to this directory.
- * Test.cs: Renamed to XmlTextReaderTests.cs.
- * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
- * XmlNamespaceManagerTests.cs: Initial tests.
|