ChangeLog 9.5 KB

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