ChangeLog 13 KB

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