ChangeLog 1.0 KB

1234567891011121314151617181920212223242526272829
  1. 2003-04-29 Atsushi Enomoto <[email protected]>
  2. * XmlAttributeTests.cs : added WriteTo.
  3. * XmlReaderCommonTests.cs,
  4. XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
  5. Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
  6. and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
  7. they requires IsEmptyElement = false, which is always true for
  8. XmlNodeReader).
  9. 2003-04-27 Atsushi Enomoto <[email protected]>
  10. * XmlReaderCommonTests.cs,
  11. XmlTextReaderTests.cs : Moved many tests to CommonTests.
  12. 2003-04-25 Atsushi Enomoto <[email protected]>
  13. * XmlWriterTests.cs : added some WriteNode() related testcases.
  14. 2003-04-13 Atsushi Enomoto <[email protected]>
  15. * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
  16. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  17. LoadDocumentWithIgnoreSection.
  18. 2003-04-12 Atsushi Enomoto <[email protected]>
  19. * added this file as a new entry.
  20. See ../ChangeLog to find ChangeLog entries before than this day.