2003-07-01 Martin Willemoes Hansen * XmlTextWriterTests.cs: Made use of ExpectedException 2003-07-01 Martin Willemoes Hansen * Made tests which expect an exception use the ExpectedException Attribute. 2003-06-20 Atsushi Enomoto * added XmlUrlResolverTests.cs. 2003-06-16 Atsushi Enomoto * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests) * XmlTextReaderTests.cs : added ExternalDocument() which will result in BaseURI test and DTD parameter entity test. 2003-06-16 Atsushi Enomoto * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now EmptyElementWithAttributes() and was added namespaced attribute tests. * XmlTextWriterTests.cs : added WriteWhitespace(). 2003-06-10 Zoltan Varga * XmlDocumentTests.cs: New test for null prefix and namespaceURI in CreateAttribute. 2003-06-01 Atsushi Enomoto * XmlConvertTests.cs : added VerifyNCName(). 2003-05-18 Atsushi Enomoto * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and WriteWhitespaceCloseTag() (patch by Jonathan Hogg). added more tests to AttributeWriteAttributeString(). * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite. 2003-05-16 Atsushi Enomoto * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo(). * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl() and not well-formed xml of OuterXmlWithDefaultXmlns(). * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of WriteToWithDefaultNamespace(). * XmlNodeReaderTests.cs : fixed incorrect result expectation of ReadInnerXmlWrongInit(). * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After(). * XmlReaderCommonTests.cs, XmlTextReaderTests.cs : moved EntityReference() and EntityReference- InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected to resolve these entity references. * XmlTextWriterTests.cs : removed English-dependent error message check. fixed incorrect state-check ignorant blocks of WriteAttributes (). * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode- XmlDecl() as MS.NET results in. 2003-05-13 Martin Willemoes Hansen * Tests inherits from Assertion and Assertion. prefixes removed 2003-05-05 Atsushi Enomoto * added XmlConvertTests.cs. 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.