2003-07-31 Atsushi Enomoto * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and CreateEntityReferencesWithoutDTD(). * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and ResolveEntityWithoutDTD(). 2003-07-29 Atsushi Enomoto * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test. * XmlElementTests.cs : added WriteToDefaultAttribute() test. * XmlNodeTests.cs : added InnerXmlWithXmlns () test. * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test. * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have entity reference inside text content (and it now fails). 2003-07-26 Atsushi Enomoto * XmlAttributeTests.cs : added IdentityConstraints(). * XmlDocumentTests.cs : added DocumentTypeNodes(). * XmlNodeTests.cs : added InnerText(). * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the testing reader. Added IndexerAndAttributes(). * XmlValidatingReader.cs : modified TestAttributes() to have ReadAttributeValue() tests. Added TestIdentityConstraints() 2003-07-24 Atsushi Enomoto * XmlConvertTests.cs, XmlNodeTests.cs, XmlTextWriterTests.cs : removed some compilation warning. * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit() incorrect commit. * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2... and changed PrepareXmlReader() as returning validating reader. Added indexer (this[]) property check and ValidationType.None check to TestAttributeDefaultContribution(). Added TestExpandEntity(), TestPreserveEntity() and TestNormalization(). 2003-07-19 Atsushi Enomoto * XmlValidatingReaderTests.cs : added TestValidationEvent() and some code refactory. 2003-07-12 Atsushi Enomoto * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and TestAttributeDefaultContribution(). 2003-07-12 Atsushi Enomoto * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct ReadState check. * ChangeLog was incorrectly added about above stuff. * XmlTextReaderTests.cs : added some reader's state check tests and ReadAsElementContent and ReadAsAttributeContent. * XmlTextWriterTests.cs : added DontOutputMultipleXmlns(). 2003-07-06 Atsushi Enomoto * added XmlValidatingReaderTests.cs. 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.