ChangeLog 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 2002-02-27 Martin Baulig <[email protected]>
  2. * System.XML_test.build: Build new executable RunTests.System.XML.exe
  3. which you can use to run the tests on Linux.
  4. * *.cs: Added zero-args constructors.
  5. 2002-02-26 Duncan Mak <[email protected]>
  6. * NameTableTests.cs: Test for System.Xml.NameTable.
  7. 2002-02-26 Jason Diamond <[email protected]>
  8. * XmlTextReaderTests.cs: Test for namespace declarations as
  9. attributes.
  10. * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
  11. when creating the XmlNamespaceManager. Properly test HasNamespace.
  12. 2002-02-25 Jason Diamond <[email protected]>
  13. * XmlDocumentTests.cs: Added file.
  14. 2002-02-23 Jason Diamond <[email protected]>
  15. * XmlTextReaderTests.cs: Added tests for qualified attributes.
  16. 2002-02-23 Jason Diamond <[email protected]>
  17. * ChangeLog: Added change log to this directory.
  18. * Test.cs: Renamed to XmlTextReaderTests.cs.
  19. * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
  20. * XmlNamespaceManagerTests.cs: Initial tests.