ChangeLog 13 KB

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