2005-12-09 Atsushi Enomoto * XmlReaderSettingsTests.cs : added some ConformanceLevel tests. Added CreateClonesSettings() to make sure XmlReader.Create() clones XmlReaderSettings. 2005-12-08 Atsushi Enomoto * XmlReaderSettingsTests.cs : (DefaultValue) Added assertion label everywhere. * XmlWriterTests.cs : WriteNodeError is broken under MS.NET 2.0 (it should cause an error). 2005-12-08 Atsushi Enomoto * XmlReaderSettingsTests.cs : SetSchemas() should not cause an error. Added SetSchemasNull() as well. * XmlUrlResolverTests.cs : (ResolveUriWithNullArgs) expect ArgumentNullException instead of ArgumentException. This is a fix in .NET 2.0. 2005-12-08 Atsushi Enomoto * XsdParticleValidationTests.cs : ValidateRootElementOnlyInvalid() does not throw validation exception under MS 2.0, this NotDotNet. 2005-12-08 Atsushi Enomoto * XmlReaderCommonTests.cs : use ProhibitDtd=false in CreateSimple() and added CreateSimpleProhibitDtd(). 2005-11-09 Atsushi Enomoto * XmlWriterSettingsTests.cs : NormalizeNewLines does not exist anymore 2005-11-09 Atsushi Enomoto * XmlConvertTests.cs : tests for ToUInt16/32/64() and VerifyTOKEN(). 2005-11-09 Atsushi Enomoto * XmlConvertTests.cs : some tests for ToInt64(), ToSByte(), 2005-11-09 Atsushi Enomoto * XmlConvertTests.cs : some tests for ToInt16(), ToInt32(), VerifyName() and VerifyNCName(). 2005-11-07 Atsushi Enomoto * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags is updated. 2005-10-23 Atsushi Enomoto * XmlNamespaceManagerTests.cs : well, hence GetNamespacesInScope() is NotDotNet. 2005-10-23 Atsushi Enomoto * XmlNamespaceManagerTests.cs : GetNamespacesInScope() - Added test labels. Fixed counts; they count default namespaces. MS seems to have a bug on declaration removal (xmlns='') on .Local. * XmlNodeReaderTests.cs : in .NET 2.0 undeclared entity are not allowed at all, so disabled tests that depends on such references. 2005-10-23 Atsushi Enomoto * XmlTextWriterTests.cs : split some tests that try to write nodes at error state (.NET 2.0 correctly rejects them). 2005-10-23 Atsushi Enomoto * XmlTextReaderTests.cs, XmlValidatingReaderTests.cs, XmlReaderCommonTests.cs : added and fixed tests to make sure that LookupNamespace("") returns null for default namespace, and checks that empty namespace URI is not allowed for non-empty prefix. 2005-10-04 Atsushi Enomoto * XmlConvertTests.cs : added test for bug #76328. 2005-10-01 Atsushi Enomoto * XmlWriterSettingsTests.cs : test for NormalizeNewLines. 2005-10-01 Atsushi Enomoto * XmlAttributeTests.cs : test for bug #76311. 2005-10-01 Atsushi Enomoto * XmlReaderCommonTests.cs : added simple Create() test. 2005-09-28 Atsushi Enomoto * XmlNodeReaderTests.cs : added test for bug #76260. 2005-09-27 Atsushi Enomoto * XmlTextReaderTests.cs : added test for bug #76247. 2005-09-26 Atsushi Enomoto * XmlValidatingReaderTests.cs : added test for bug #76234. 2005-09-25 Atsushi Enomoto * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags NET_2_0 update. 2005-09-21 Atsushi Enomoto * XmlWriterSettingsTests.cs : removed NormalizeNewLines. 2005-09-21 Atsushi Enomoto * XmlReaderSettingsTests.cs : updated NET_2_0 related tests. * NameTableTests.cs : numbered testcases. fixed argument order. 2005-09-14 Atsushi Enomoto * XmlTextReaderTests.cs : added #76102 testcase. 2005-09-14 Atsushi Enomoto * XmlTextWriterTests.cs : added #76095 testcase. 2005-08-31 Sebastien Pouliot * XmlSecureResolverTests.cs: Added more test cases for CreateEvidence. * XmlSecureResolverCas.cs: New. CAS unit tests for XmlSecureResolver. * XmlExceptionCas.cs: New. CAS unit tests for exception serialization. 2005-08-04 Atsushi Enomoto * XmlAttributeTests.cs : Test if set_Value() works in such cases that there was only one child in attribute and it was an entity reference. 2005-07-28 Atsushi Enomoto * XsdValidatingReaderTests.cs : added test case for duplicating assignment of both Schemas.Add() and xsi:schemaLocation where schemaLocation could not be resolved. 2005-07-14 Atsushi Enomoto * XmlTextWriterTests.cs : added bug #75546 testcase. 2005-06-29 Atsushi Enomoto * XmlConvertTests.cs : added timespan milliseconds testcase. 2005-06-27 Atsushi Enomoto * XmlTextReaderTests.cs : added a testcase for not-wf entity declaration which is actually not used in the instance. 2005-06-23 Atsushi Enomoto * XsdParticleValidationTests.cs : XmlSchemaException -> XmlSchemaValidationException under 2.0 profile. 2005-06-17 Atsushi Enomoto * XmlValidatingReaderTests.cs : added attribute namespace check in DefaultXmlnsAttributeLookup() as well. 2005-06-17 Atsushi Enomoto * XmlValidatingReaderTests.cs : added DefaultXmlnsAttributeLookup(). 2005-05-31 Atsushi Enomoto * XmlValidatingReaderTests.cs : let's test external DTD as well. 2005-05-31 Atsushi Enomoto * XmlValidatingReaderTests.cs : added ResolveEntityAndBaseURI() which is imported from sys.security. 2005-05-25 Andrew Skiba * W3C : directory added 2005-05-10 Atsushi Enomoto * XmlValidatingReaderTests.cs : fixed TestPreserveEntityNotOnDotNet() which was regarded as a bug while it was by design. 2005-05-05 Atsushi Enomoto * XmlNamespaceManagerTests.cs : removed more atomizedName tests. 2005-05-05 Atsushi Enomoto * XmlNamespaceManagerTests.cs : removed atomizedName related tests. 2005-03-25 Atsushi Enomoto * XmlTextWriterTests.cs : added more test case for xml:space. 2005-03-24 Atsushi Enomoto * XmlTextWriterTests.cs : added more tests on WriteQualifiedName(). 2005-03-15 Atsushi Enomoto * XmlValidatingReaderTests.cs : Added test for sequential text nodes which affects on ExpandEntities. 2005-03-09 Atsushi Enomoto * XmlTextReaderTests.cs : added SurrogatePair() based on bug #73513. 2005-03-07 Atsushi Enomoto * XmlDocumentTests.cs : Added ReadNodeEntityReferenceFillsChildren. Test case by Konstantin Triger. 2005-03-07 Atsushi Enomoto * XmlValidatingReaderTests.cs : added ResolveEntityReadAttributeValue() 2005-03-03 Atsushi Enomoto * XmlTextWriterTests.cs : added testcase for duplicating namespace mapping processing (should create another prefix, not exception). 2005-03-02 Atsushi Enomoto * XmlTextWriterTests.cs : Added test for LookupPrefix() for overriden prefix. 2005-02-25 Atsushi Enomoto * XmlNodeTests.cs : added Clone() of readonly node returns a node that is not readonly. 2005-02-25 Atsushi Enomoto * XmlAttributeTests.cs : added nonNCName Prefix case. 2005-02-24 Atsushi Enomoto * XmlTextWriterTests.cs : Test for call to WriteRaw() -> WriteString() 2005-02-16 Atsushi Enomoto * XmlConvertTests.cs : added some null/empty string cases for EncodeName()/EncodeLocalName()/EncodeNmToken(). 2005-02-15 Atsushi Enomoto * XmlElementTests.cs : assertion numbering on RemoveDoesNotRemoveDefaultAttributes(). 2005-01-26 Nick Drochak * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new test method and ignore it on .NET. 2005-01-17 Atsushi Enomoto * XmlReaderSettingsTests.cs : added some .ctor() tests. 2005-01-13 Atsushi Enomoto * XmlReaderCommonTests.cs : added labels for tests. Marked MoveToXmlDeclAttributes() as [Ignore] again because there is no consistent reference implementation to follow. 2005-01-13 Atsushi Enomoto * XmlValidatingReaderTests.cs, XmlReaderCommonTests.cs, XmlTextWriterTests.cs, XmlUrlResolverTests.cs : Marked as NotDotNet for those tests that fails under MS.NET. Commented out some XmlTextWriter implementation-dependent assertions. Fixed ResolveUriWithNullArgs () expected return type. 2005-01-11 Atsushi Enomoto * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL. 2004-01-11 Atsushi Enomoto * XmlReaderCommonTests.cs : Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet. 2004-01-11 Atsushi Enomoto * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader that is buggy on attribute value's Prefix and NamespaceURI. 2005-01-10 Nick Drochak * XmlWriterTests.cs: Fix build warnings. * XmlReaderCommonTests.cs: Make tests pass on Fx1.1. XmlNodeReader has different default attributes it seems. 2004-12-15 Raja R Harinath * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and XsdValidate references to use ValidationType. 2004-12-08 Atsushi Enomoto * XmlReaderSettingsTests.cs : updated some boolean flags to XmlSchemaValidationFlags. 2004-11-22 Atsushi Enomoto * XmlTextReaderTests.cs : added AttributeNormalizationWrapped(). 2004-11-14 Atsushi Enomoto * XmlWriterTests.cs : Added test for WriteAttributes(). 2004-11-08 Atsushi Enomoto * XmlNodeReaderTests.cs : numbered some of asserts. 2004-11-08 Atsushi Enomoto * XmlTextReaderTests.cs : added tests for 2.0 entity handling. * XmlValidatingReaderTests.cs : modified tests for entity handling that are changed in 2.0. 2004-10-29 Atsushi Enomoto * XmlReaderCommonTests.cs : ReadAsObject() is removed. * XmlTextWriterTests.cs : added CloseTwice(). * XmlNodeTests.cs : added labels. 2004-09-08 Atsushi Enomoto * XmlWriterSettingsTests.cs : added. 2004-09-07 Atsushi Enomoto * XmlReaderCommonTests.cs : Added tests for ReadAsObject(). 2004-09-07 Atsushi Enomoto * XmlNamespaceManagerTests.cs : Added test for duplicate addition, atomization, complex RemoveNamespace() and GetNamespacesInScope(). 2004-09-07 Atsushi Enomoto * XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests * XmlTextReaderTests.cs : added normalization and Setting sests. 2004-09-06 Atsushi Enomoto * XmlElementTests.cs : added another set_InnerXml test. * XmlNodeTests.cs : added BaseURI test. * XmlTextReaderTests.cs : added tests for Normalization, EOF, LineNumber, LinePosition (all reported ones). * XsdValidatingReaderTests.cs : more descriptions. 2004-09-06 Atsushi Enomoto * XmlTextReaderTests.cs : added ProhibitDtd(). * XmlWriterTests.cs : added WriteNodeError(). 2004-06-21 Atsushi Enomoto * XmlSecureResolverTests.cs : Just [Ignore] EmptyEvidenceDeniedAccess. It requires CAS. 2004-06-18 Atsushi Enomoto * XmlSecureResolverTests.cs : [TestFixture] was missing. 2004-06-14 Atsushi Enomoto * XmlTextWriterTests.cs : Avoid CR/CRLF testing complexity. 2004-06-14 Atsushi Enomoto * XmlUrlResolverTests.cs : Unlike MS.NET, we treats Unix absolute file URI file:///usr/local/src as correct file path. MS.NET is not aware of such format and parses as "host = usr, path = /local/src". 2004-06-06 Atsushi Enomoto * XmlTextWriterTests.cs : Added indentation testcase (it might now work due to CompareInfo.IndexOf() bug). 2004-06-06 Atsushi Enomoto * XmlTextReaderTests.cs : added some namespace check tests. 2004-05-27 Atsushi Enomoto * XmlTextReaderTests.cs : added test for bug #59142. * XmlTextWriterTests.cs : added test for bug #59154. * XmlDocumentTests.cs : added test for bug #59155. 2004-05-24 Atsushi Enomoto * XmlNodeTests.cs : added Normalize2(). 2004-05-13 Atsushi Enomoto * XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not kind of thing that should be supported. * XmlValidatingReaderTests.cs : commented a bit. 2004-04-24 Atsushi Enomoto * XmlConvertTests.cs : Commented out locale-dependent tests. * XmlDocumentTests.cs : Uncommented now-testable lines. Commented out that should not be allowed, such as non-XML-name node. 2004-04-24 Atsushi Enomoto * XmlDeclarationTests.cs : More InnerText tests. 2004-04-20 Atsushi Enomoto * XmlCharacterDataTests.cs : Added more tests for Substring(). * XmlConvertTests.cs : Commented out locale-dependent tests. * XmlDocumentTests.cs : Added LoadEntityReference(). 2004-03-31 Atsushi Enomoto * Added nist_dom tests from Mainsoft hackers. * Added XmlSecureResolverTests.cs. 2004-03-16 Atsushi Enomoto * XmlDocumentTests.cs : Added PreserveWhitespace2() (whitespace nodes should be written regardless of document.PreserveWhitespace.) 2004-03-15 Atsushi Enomoto * XmlReaderCommonTests.cs : Added tests for ReadInner/OuterXml() on EndElement. 2004-03-14 Atsushi Enomoto * XmlAttributeCollectionTests.cs : Added InsertAfterError(). * XmlNodeTests.cs : Added SelectNodes(), SelectNodes2() [commented]. 2004-03-04 Atsushi Enomoto * XmlDocumentTests.cs : added Implementation(). 2004-02-17 Atsushi Enomoto * XmlEntityTests.cs, XmlDocumentEventTests.cs : added. 2004-02-05 Atsushi Enomoto * XmlDocumentTests.cs : Added ReadNodeEmptyContent() and ReadNodeWhitespace(). * XmlElementTests.cs : Added SetAttributeNodeError(). 2004-02-04 Atsushi Enomoto * XmlEntityReferenceTests.cs : renamed TestDescendantsRecursively to DescendantsRecursively and added more test lines. Added ChildNodes(). * XmlReaderCommonTests.cs : Added MoveToXmlDeclAttribute(). However it is ignored (since XmlNodeReader behaves differently, maybe bug). 2004-02-03 Atsushi Enomoto * XmlReaderCommonTests.cs : Added SurrogatePairContent(). * XmlDocumentTests.cs : Added LoadXmlReaderNamespacesFalse(). * XmlEntityReferenceTests.cs : Added TestsDescendantsRecursively(). 2004-01-28 Atsushi Enomoto * XmlDocumentTypeTests.cs : Added IncorrectInternalSubset(). * XmlNodeTests.cs : Since .NET 1.1 also prohibits multiple document element, removed extraneous test switch for InsertBefore(). * XsdParticleValidationTests.cs, XsdValidatingReaderTests.cs : These test class names are too ambiguous so just renamed them. (No bug reports are found on them, but should be warned in the meantime.) 2004-01-23 Atsushi Enomoto * XmlElementTests.cs : Added SetAttributeXmlns. * XmlTextWriterTests.cs : Added several xmlns-related tests. 2004-01-22 Atsushi Enomoto * XmlTextWriterTests.cs : Added *Do*OutputRemovalDefaultNSDeclaration. 2004-01-20 Atsushi Enomoto * XmlElementTests.cs : Added WriteToMakesNonsenseForDefaultNSChildren. * XmlTextWriterTests.cs : Added DontOutputRemovalDefaultNSDeclaration. 2004-01-14 Atsushi Enomoto * XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute(). * XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs, XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs : Close or avoid XmlTextReader. 2004-01-03 Atsushi Enomoto * XmlAttributeCollectionTests.cs : added InsertAfterReplacesInCorrectOrder(). * XmlUrlResolverTests.cs : fixed file path. * XmlTextReaderTests.cs : fixed file path. * XmlTextWriterTests.cs : added ElementXmlnsNeedEscape(). 2003-12-21 Atsushi Enomoto * XmlDocumentTests.cs, XmlElementTests.cs : Added GetElementsByTagNameNs2(). 2003-12-16 Atsushi Enomoto * XmlDeclarationTests.cs : Added InvalidInnerText(). * XmlDocumentTests.cs : CRLF fix (to LF) * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument(). * XmlValidatingReaderTests.cs : Fixed entity handling check tests. 2003-11-28 Atsushi Enomoto * XmlWriterTests.cs : Added WriteNodeFullDocument() with encoding specification. Added WriteNodeNonEmptyElement(). * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType() and GetEntityWithRelativeFileUri(). * XmlTextWriterTests.cs : Added some namespace related tests. * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests. * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected nodes. * XmlElementTests.cs : Added ConstructionAndDefaultAttributes(). * XmlDeclarationTests.cs : Added InvalidInnerText(). * XmlAttributeTests.cs : Added CheckPrefixWithNamespace(). 2003-10-13 Atsushi Enomoto * XmlWriterTests.cs : Added WriteSurrogateCharEntity(). 2003-10-13 Atsushi Enomoto * XmlElementTests.cs : Added more tests on RemoveDoesNotRemoveDefaultAttributes(). * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and GetNamespaceOfPrefixNullArg(). * XmlWriterTests.cs : Added WriteNodeNone(). 2003-10-05 Atsushi Enomoto * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test methods. * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs, and added GetEntityWithNullArgs() (though it is uncommented). * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader testing phase. 2003-09-21 Atsushi Enomoto * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-) 2003-09-21 Atsushi Enomoto * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes(). Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader which is rather buggy than their XmlNodeReader. * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes() and trivial messagefix. 2003-09-21 Atsushi Enomoto * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope(). 2003-08-24 Atsushi Enomoto * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and EmptyStringHasTextNode(). * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes(). * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and ReadAttributeValue(). * XmlTextReaderTests.cs : Added NotAllowedCharRef() and ExpandParameterEntity(). Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml() and UndeclaredEntityInStandaloneXml(). * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution() refactory. * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs. 2003-08-05 Atsushi Enomoto * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling should be ExpandCharEntities. * XmlValidatingReaderTests.cs : added ResolveEntity(), ResolveEntity2() and ResolveEntityWithoutDTD(). 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.