ChangeLog 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. 2003-12-16 Atsushi Enomoto <[email protected]>
  2. * XmlDeclarationTests.cs : Added InvalidInnerText().
  3. * XmlDocumentTests.cs : CRLF fix (to LF)
  4. * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument().
  5. * XmlValidatingReaderTests.cs : Fixed entity handling check tests.
  6. 2003-11-28 Atsushi Enomoto <[email protected]>
  7. * XmlWriterTests.cs : Added WriteNodeFullDocument() with
  8. encoding specification. Added WriteNodeNonEmptyElement().
  9. * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType()
  10. and GetEntityWithRelativeFileUri().
  11. * XmlTextWriterTests.cs : Added some namespace related tests.
  12. * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests.
  13. * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected
  14. nodes.
  15. * XmlElementTests.cs : Added ConstructionAndDefaultAttributes().
  16. * XmlDeclarationTests.cs : Added InvalidInnerText().
  17. * XmlAttributeTests.cs : Added CheckPrefixWithNamespace().
  18. 2003-10-13 Atsushi Enomoto <[email protected]>
  19. * XmlWriterTests.cs : Added WriteSurrogateCharEntity().
  20. 2003-10-13 Atsushi Enomoto <[email protected]>
  21. * XmlElementTests.cs : Added more tests on
  22. RemoveDoesNotRemoveDefaultAttributes().
  23. * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and
  24. GetNamespaceOfPrefixNullArg().
  25. * XmlWriterTests.cs : Added WriteNodeNone().
  26. 2003-10-05 Atsushi Enomoto <[email protected]>
  27. * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test
  28. methods.
  29. * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs,
  30. and added GetEntityWithNullArgs() (though it is uncommented).
  31. * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader
  32. testing phase.
  33. 2003-09-21 Atsushi Enomoto <[email protected]>
  34. * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-)
  35. 2003-09-21 Atsushi Enomoto <[email protected]>
  36. * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes().
  37. Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader
  38. which is rather buggy than their XmlNodeReader.
  39. * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes()
  40. and trivial messagefix.
  41. 2003-09-21 Atsushi Enomoto <[email protected]>
  42. * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope().
  43. 2003-08-24 Atsushi Enomoto <[email protected]>
  44. * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and
  45. EmptyStringHasTextNode().
  46. * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes().
  47. * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and
  48. ReadAttributeValue().
  49. * XmlTextReaderTests.cs :
  50. Added NotAllowedCharRef() and ExpandParameterEntity().
  51. Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml()
  52. and UndeclaredEntityInStandaloneXml().
  53. * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution()
  54. refactory.
  55. * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs.
  56. 2003-08-05 Atsushi Enomoto <[email protected]>
  57. * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling
  58. should be ExpandCharEntities.
  59. * XmlValidatingReaderTests.cs : added ResolveEntity(),
  60. ResolveEntity2() and ResolveEntityWithoutDTD().
  61. 2003-07-31 Atsushi Enomoto <[email protected]>
  62. * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and
  63. CreateEntityReferencesWithoutDTD().
  64. * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and
  65. ResolveEntityWithoutDTD().
  66. 2003-07-29 Atsushi Enomoto <[email protected]>
  67. * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test.
  68. * XmlElementTests.cs : added WriteToDefaultAttribute() test.
  69. * XmlNodeTests.cs : added InnerXmlWithXmlns () test.
  70. * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test.
  71. * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have
  72. entity reference inside text content (and it now fails).
  73. 2003-07-26 Atsushi Enomoto <[email protected]>
  74. * XmlAttributeTests.cs : added IdentityConstraints().
  75. * XmlDocumentTests.cs : added DocumentTypeNodes().
  76. * XmlNodeTests.cs : added InnerText().
  77. * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the
  78. testing reader. Added IndexerAndAttributes().
  79. * XmlValidatingReader.cs : modified TestAttributes() to have
  80. ReadAttributeValue() tests. Added TestIdentityConstraints()
  81. 2003-07-24 Atsushi Enomoto <[email protected]>
  82. * XmlConvertTests.cs,
  83. XmlNodeTests.cs,
  84. XmlTextWriterTests.cs : removed some compilation warning.
  85. * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit()
  86. incorrect commit.
  87. * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2...
  88. and changed PrepareXmlReader() as returning validating reader.
  89. Added indexer (this[]) property check and ValidationType.None check
  90. to TestAttributeDefaultContribution().
  91. Added TestExpandEntity(), TestPreserveEntity() and TestNormalization().
  92. 2003-07-19 Atsushi Enomoto <[email protected]>
  93. * XmlValidatingReaderTests.cs : added TestValidationEvent() and
  94. some code refactory.
  95. 2003-07-12 Atsushi Enomoto <[email protected]>
  96. * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and
  97. TestAttributeDefaultContribution().
  98. 2003-07-12 Atsushi Enomoto <[email protected]>
  99. * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct
  100. ReadState check.
  101. * ChangeLog was incorrectly added about above stuff.
  102. * XmlTextReaderTests.cs : added some reader's state check tests and
  103. ReadAsElementContent and ReadAsAttributeContent.
  104. * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
  105. 2003-07-06 Atsushi Enomoto <[email protected]>
  106. * added XmlValidatingReaderTests.cs.
  107. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  108. * XmlTextWriterTests.cs: Made use of ExpectedException
  109. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  110. * Made tests which expect an exception use the
  111. ExpectedException Attribute.
  112. 2003-06-20 Atsushi Enomoto <[email protected]>
  113. * added XmlUrlResolverTests.cs.
  114. 2003-06-16 Atsushi Enomoto <[email protected]>
  115. * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
  116. * XmlTextReaderTests.cs : added ExternalDocument() which will result
  117. in BaseURI test and DTD parameter entity test.
  118. 2003-06-16 Atsushi Enomoto <[email protected]>
  119. * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
  120. EmptyElementWithAttributes() and was added namespaced attribute tests.
  121. * XmlTextWriterTests.cs : added WriteWhitespace().
  122. 2003-06-10 Zoltan Varga <[email protected]>
  123. * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
  124. CreateAttribute.
  125. 2003-06-01 Atsushi Enomoto <[email protected]>
  126. * XmlConvertTests.cs : added VerifyNCName().
  127. 2003-05-18 Atsushi Enomoto <[email protected]>
  128. * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
  129. WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
  130. added more tests to AttributeWriteAttributeString().
  131. * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
  132. 2003-05-16 Atsushi Enomoto <[email protected]>
  133. * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
  134. * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
  135. and not well-formed xml of OuterXmlWithDefaultXmlns().
  136. * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
  137. WriteToWithDefaultNamespace().
  138. * XmlNodeReaderTests.cs : fixed incorrect result expectation of
  139. ReadInnerXmlWrongInit().
  140. * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
  141. * XmlReaderCommonTests.cs,
  142. XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
  143. InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
  144. to resolve these entity references.
  145. * XmlTextWriterTests.cs : removed English-dependent error message check.
  146. fixed incorrect state-check ignorant blocks of WriteAttributes ().
  147. * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
  148. XmlDecl() as MS.NET results in.
  149. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  150. * Tests inherits from Assertion and Assertion. prefixes removed
  151. 2003-05-05 Atsushi Enomoto <[email protected]>
  152. * added XmlConvertTests.cs.
  153. 2003-04-29 Atsushi Enomoto <[email protected]>
  154. * XmlAttributeTests.cs : added WriteTo.
  155. * XmlReaderCommonTests.cs,
  156. XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
  157. Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
  158. and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
  159. they requires IsEmptyElement = false, which is always true for
  160. XmlNodeReader).
  161. 2003-04-27 Atsushi Enomoto <[email protected]>
  162. * XmlReaderCommonTests.cs,
  163. XmlTextReaderTests.cs : Moved many tests to CommonTests.
  164. 2003-04-25 Atsushi Enomoto <[email protected]>
  165. * XmlWriterTests.cs : added some WriteNode() related testcases.
  166. 2003-04-13 Atsushi Enomoto <[email protected]>
  167. * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
  168. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  169. LoadDocumentWithIgnoreSection.
  170. 2003-04-12 Atsushi Enomoto <[email protected]>
  171. * added this file as a new entry.
  172. See ../ChangeLog to find ChangeLog entries before than this day.