ChangeLog 13 KB

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