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