ChangeLog 18 KB

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