ChangeLog 12 KB

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