2003-04-29 Atsushi Enomoto * 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 * XmlReaderCommonTests.cs, XmlTextReaderTests.cs : Moved many tests to CommonTests. 2003-04-25 Atsushi Enomoto * XmlWriterTests.cs : added some WriteNode() related testcases. 2003-04-13 Atsushi Enomoto * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and LoadDocumentWithIgnoreSection. 2003-04-12 Atsushi Enomoto * added this file as a new entry. See ../ChangeLog to find ChangeLog entries before than this day.