ChangeLog 15 KB

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