ChangeLog 12 KB

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