ChangeLog 14 KB

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