2
0

ChangeLog 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. 2006-04-05 Atsushi Enomoto <[email protected]>
  2. * XmlWriterSettingsTest.cs : added tests on set_Encoding(),
  3. set_NewLineChars() and OmitXmlDeclaration.
  4. 2006-03-08 Atsushi Enomoto <[email protected]>
  5. * XmlReaderCommonTests.cs : Added tests for ReadContentAsString() and
  6. ReadElementContentAsString().
  7. 2006-02-24 Atsushi Enomoto <[email protected]>
  8. * XmlTextWriterTests.cs : added test for bug #77623. Also fixed
  9. WriteString() test which failed to fail (Assert.Fail).
  10. 2006-02-22 Atsushi Enomoto <[email protected]>
  11. * XmlTextWriterTests.cs : added invalid character processing test.
  12. 2006-02-20 Atsushi Enomoto <[email protected]>
  13. * XmlReaderCommonTests.cs : added custom assertion overload that takes
  14. test label.
  15. * XmlNodeReaderTests.cs : labeled some.
  16. * XmlTextWriterTests.cs :
  17. Changed the semantics of AttributeNamespacesXmlnsXmlns() and
  18. removed NotDotNet (in contrast this test should fail with previous
  19. version of XmlTextWriter). See the code comment for details.
  20. Added WriteQualifiedNameXmlnsError().
  21. 2006-02-14 Atsushi Enomoto <[email protected]>
  22. * XmlTextReaderTests.cs : added WhitespaceHandling tests.
  23. 2006-02-14 Atsushi Enomoto <[email protected]>
  24. * XmlTextWriterTests.cs : tiny test name fix, as it does not actually
  25. test WriteString().
  26. 2006-02-14 Atsushi Enomoto <[email protected]>
  27. * XmlTextWriterTests.cs : added test WriteRaw("") closes open tag.
  28. 2006-02-14 Atsushi Enomoto <[email protected]>
  29. * XmlTextWriterTests.cs : numbered some tests and added some comments.
  30. 2006-01-25 Atsushi Enomoto <[email protected]>
  31. * XmlConvertTests.cs : added test for bug #77350.
  32. 2006-01-16 Atsushi Enomoto <[email protected]>
  33. * XmlConvertTests.cs : added test for bug #77252.
  34. 2006-01-13 Atsushi Enomoto <[email protected]>
  35. * XsdValidatingReaderTests.cs : test from bug #77241.
  36. 2006-01-13 Atsushi Enomoto <[email protected]>
  37. * XmlTextWriterTests.cs : added some tests for XMLdecl state check.
  38. 2006-01-12 Atsushi Enomoto <[email protected]>
  39. * XmlTextWriterTests.cs : Split AutoCreatePrefixes() and marked as
  40. Ignore rather than NotWorking. Also it is not for bug #77086 and
  41. #77077 (they were fixed). See bug #77088.
  42. 2006-01-12 Atsushi Enomoto <[email protected]>
  43. * XmlTextWriterTests.cs : re-enabled WriteNmToken_InvalidChars().
  44. 2006-01-12 Atsushi Enomoto <[email protected]>
  45. * XmlTextWriterTests.cs : re-enabled bug #77094 related tests.
  46. 2006-01-06 Atsushi Enomoto <[email protected]>
  47. * XmlWriterTests.cs : added tests for WriteNode(XPathNavigator, bool)
  48. as well as XPathNavigator.WriteSubtree(XmlWriter).
  49. 2006-01-06 Atsushi Enomoto <[email protected]>
  50. * XsdValidatingReaderTests.cs : test for ReadTypeValue() that it
  51. does not ignore whitespace nodes, and it does not normalize string
  52. incorrectly.
  53. 2006-01-06 Atsushi Enomoto <[email protected]>
  54. * XsdValidatingReaderTests.cs : test for ReadTypeValue() with simple
  55. type restriction.
  56. 2006-01-05 Gert Driesen <[email protected]>
  57. * XmlElementTests.cs: Improved tests for setting prefix to null
  58. or zero-length string. On 2.0 profile, setting prefix to null should
  59. not result in ArgumentNullException.
  60. * XmlTextWriterTests.cs: Enabled WriteNmToken tests and
  61. WriteWhitespace tests for null or zero-length value.
  62. 2006-01-05 Atsushi Enomoto <[email protected]>
  63. * XmlTextWriterTests.cs : removed silly part from
  64. WriteStartElement_XmlPrefix (). We are not reproducing MS bugs.
  65. (kept remaining part of this test; see if it makes sense after
  66. bug #77094 got fixed).
  67. 2005-12-29 Gert Driesen <[email protected]>
  68. * XmlTextWriterTests.cs: Do not yet enable tests for WriteWhitespace
  69. with null or zero-length value (await approval for XmlTextWriter
  70. change from Atsushi).
  71. 2005-12-27 Gert Driesen <[email protected]>
  72. * XmlTextWriterTests.cs: Do not yet enable tests for WriteNmToken
  73. with null or zero-length value (await approval for XmlTextWriter
  74. change from Atsushi).
  75. 2005-12-27 Gert Driesen <[email protected]>
  76. * XmlTextWriterTests.cs: Added tests for WriteWhitespace and
  77. WriteNmToken.
  78. 2005-12-27 Gert Driesen <[email protected]>
  79. * NameTableTests.cs: Added additional tests for Add and Get methods.
  80. 2005-12-27 Gert Driesen <[email protected]>
  81. * XmlTextWriterTests.cs: Allow all tests to pass on .NET 1.1.
  82. 2005-12-26 Atsushi Enomoto <[email protected]>
  83. * XmlTextWriterTests.cs : enabled
  84. WriteStartElement_Prefix_EmptyNamespace() and
  85. NamespacesPrefixWithEmptyAndNullNamespaceEmpty().
  86. 2005-12-26 Atsushi Enomoto <[email protected]>
  87. * XmlElementTests.cs : Patch by Vorobiev Maksim.
  88. - setting null to Prefix should raise ArgumentNullException.
  89. - setting String.Empty to Prefix should be allowed.
  90. 2005-12-26 Atsushi Enomoto <[email protected]>
  91. * XsdValidatingReaderTests.cs : test for multi URLs in
  92. schemaLocation. Test by Vorobiev Maskim.
  93. 2005-12-26 Gert Driesen <[email protected]>
  94. * XmlElementTests.cs: Fixed line endings.
  95. 2005-12-26 Gert Driesen <[email protected]>
  96. * XmlTextWriterTests.cs: Renamed tests to avoid ambiguity, and
  97. renumbered some tests. Added tests for WriteStartElement and
  98. WriteElementString for zero-length and null local names.
  99. Added tests bugs #77093, #77094 and #77095.
  100. 2005-12-26 Gert Driesen <[email protected]>
  101. * XmlNamespaceManagerTests.cs: Added tests for xml prefix.
  102. 2005-12-23 Atsushi Enomoto <[email protected]>
  103. * XmlTextWriterTests.cs : XmlSpace_Valid() is working now.
  104. 2005-12-23 Atsushi Enomoto <[email protected]>
  105. * XmlTextWriterTests.cs : XmlNs_Valid2() is working now.
  106. 2005-12-23 Gert Driesen <[email protected]>
  107. * XmlTextWriterTests.cs: Fixed line endings. Enabled XmlPrefix_ValidMS
  108. test. Added bug numbers to test cases.
  109. 2005-12-23 Gert Driesen <[email protected]>
  110. * XmlTextWriterTests.cs: Improved coverage of xml prefix tests.
  111. 2005-12-16 Gert Driesen <[email protected]>
  112. * XmlTextWriterTests.cs: Fixed some tests that caught exception to
  113. become useful. Added few tests that fail on Mono.
  114. 2005-12-16 Gert Driesen <[email protected]>
  115. * XmlTextWriterTests.cs: No longer derive from deprecated Assertion
  116. class. Added WriteDocType tests.
  117. * XmlWriterTests.cs: No longer derive from deprecated Assertion class.
  118. 2005-12-15 Konstantin Triger <[email protected]>
  119. * XmlTextWriterTests.cs: added WriteCDataNull test.
  120. 2005-12-14 Atsushi Enomoto <[email protected]>
  121. * XmlDocumentTests.cs : (CreateNodeNodeTypeName) the previous fix was
  122. wrong; ArgumentException is the expected exception (it anyways won't
  123. work under MS.NET 2.0).
  124. * XmlNodeTests.cs : added labels to assertions. another NotDotNet case.
  125. * XmlAttributeTests.cs : ditto.
  126. 2005-12-14 Atsushi Enomoto <[email protected]>
  127. * XmlDocumentTests.cs, XmlAttributeCollectionTests.cs
  128. XmlElementTests.cs, XmlCharacterDataTests.cs :
  129. Marked NotDotNet for some tests broken under 2.0 (MS bugs).
  130. Marked Ignore for some tests which originally does not make sense.
  131. Changed types in ExpectedException for some tests under 2.0.
  132. 2005-12-12 Atsushi Enomoto <[email protected]>
  133. * XmlAssert.cs : new file.
  134. 2005-12-12 Atsushi Enomoto <[email protected]>
  135. * XmlReaderCommonTests.cs : enabled MoveToNextSibling() tests.
  136. 2005-12-12 Atsushi Enomoto <[email protected]>
  137. * XmlReaderCommonTests.cs : added several tests for 2.0 methods.
  138. 2005-12-09 Atsushi Enomoto <[email protected]>
  139. * XmlTextReaderTests.cs : added test for Encoding property.
  140. 2005-12-09 Atsushi Enomoto <[email protected]>
  141. * XmlReaderCommonTests.cs : added tests for ReadToDescendant() and
  142. ReadToFollowing().
  143. 2005-12-09 Atsushi Enomoto <[email protected]>
  144. * XmlReaderSettingsTests.cs : added some ConformanceLevel tests.
  145. Added CreateClonesSettings() to make sure XmlReader.Create() clones
  146. XmlReaderSettings.
  147. 2005-12-08 Atsushi Enomoto <[email protected]>
  148. * XmlReaderSettingsTests.cs : (DefaultValue)
  149. Added assertion label everywhere.
  150. * XmlWriterTests.cs : WriteNodeError is broken under MS.NET 2.0 (it
  151. should cause an error).
  152. 2005-12-08 Atsushi Enomoto <[email protected]>
  153. * XmlReaderSettingsTests.cs : SetSchemas() should not cause an error.
  154. Added SetSchemasNull() as well.
  155. * XmlUrlResolverTests.cs : (ResolveUriWithNullArgs)
  156. expect ArgumentNullException instead of ArgumentException.
  157. This is a fix in .NET 2.0.
  158. 2005-12-08 Atsushi Enomoto <[email protected]>
  159. * XsdParticleValidationTests.cs : ValidateRootElementOnlyInvalid()
  160. does not throw validation exception under MS 2.0, this NotDotNet.
  161. 2005-12-08 Atsushi Enomoto <[email protected]>
  162. * XmlReaderCommonTests.cs : use ProhibitDtd=false in CreateSimple()
  163. and added CreateSimpleProhibitDtd().
  164. 2005-11-09 Atsushi Enomoto <[email protected]>
  165. * XmlWriterSettingsTests.cs : NormalizeNewLines does not exist anymore
  166. 2005-11-09 Atsushi Enomoto <[email protected]>
  167. * XmlConvertTests.cs : tests for ToUInt16/32/64() and VerifyTOKEN().
  168. 2005-11-09 Atsushi Enomoto <[email protected]>
  169. * XmlConvertTests.cs : some tests for ToInt64(), ToSByte(),
  170. 2005-11-09 Atsushi Enomoto <[email protected]>
  171. * XmlConvertTests.cs : some tests for ToInt16(), ToInt32(),
  172. VerifyName() and VerifyNCName().
  173. 2005-11-07 Atsushi Enomoto <[email protected]>
  174. * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags is updated.
  175. 2005-10-23 Atsushi Enomoto <[email protected]>
  176. * XmlNamespaceManagerTests.cs :
  177. well, hence GetNamespacesInScope() is NotDotNet.
  178. 2005-10-23 Atsushi Enomoto <[email protected]>
  179. * XmlNamespaceManagerTests.cs : GetNamespacesInScope() - Added test
  180. labels. Fixed counts; they count default namespaces. MS seems to
  181. have a bug on declaration removal (xmlns='') on .Local.
  182. * XmlNodeReaderTests.cs : in .NET 2.0 undeclared entity are not
  183. allowed at all, so disabled tests that depends on such references.
  184. 2005-10-23 Atsushi Enomoto <[email protected]>
  185. * XmlTextWriterTests.cs : split some tests that try to write nodes
  186. at error state (.NET 2.0 correctly rejects them).
  187. 2005-10-23 Atsushi Enomoto <[email protected]>
  188. * XmlTextReaderTests.cs, XmlValidatingReaderTests.cs,
  189. XmlReaderCommonTests.cs : added and fixed tests to make sure that
  190. LookupNamespace("") returns null for default namespace, and checks
  191. that empty namespace URI is not allowed for non-empty prefix.
  192. 2005-10-04 Atsushi Enomoto <[email protected]>
  193. * XmlConvertTests.cs : added test for bug #76328.
  194. 2005-10-01 Atsushi Enomoto <[email protected]>
  195. * XmlWriterSettingsTests.cs : test for NormalizeNewLines.
  196. 2005-10-01 Atsushi Enomoto <[email protected]>
  197. * XmlAttributeTests.cs : test for bug #76311.
  198. 2005-10-01 Atsushi Enomoto <[email protected]>
  199. * XmlReaderCommonTests.cs : added simple Create() test.
  200. 2005-09-28 Atsushi Enomoto <[email protected]>
  201. * XmlNodeReaderTests.cs : added test for bug #76260.
  202. 2005-09-27 Atsushi Enomoto <[email protected]>
  203. * XmlTextReaderTests.cs : added test for bug #76247.
  204. 2005-09-26 Atsushi Enomoto <[email protected]>
  205. * XmlValidatingReaderTests.cs : added test for bug #76234.
  206. 2005-09-25 Atsushi Enomoto <[email protected]>
  207. * XmlReaderSettingsTests.cs : XmlSchemaValidationFlags NET_2_0 update.
  208. 2005-09-21 Atsushi Enomoto <[email protected]>
  209. * XmlWriterSettingsTests.cs : removed NormalizeNewLines.
  210. 2005-09-21 Atsushi Enomoto <[email protected]>
  211. * XmlReaderSettingsTests.cs : updated NET_2_0 related tests.
  212. * NameTableTests.cs : numbered testcases. fixed argument order.
  213. 2005-09-14 Atsushi Enomoto <[email protected]>
  214. * XmlTextReaderTests.cs : added #76102 testcase.
  215. 2005-09-14 Atsushi Enomoto <[email protected]>
  216. * XmlTextWriterTests.cs : added #76095 testcase.
  217. 2005-08-31 Sebastien Pouliot <[email protected]>
  218. * XmlSecureResolverTests.cs: Added more test cases for CreateEvidence.
  219. * XmlSecureResolverCas.cs: New. CAS unit tests for XmlSecureResolver.
  220. * XmlExceptionCas.cs: New. CAS unit tests for exception serialization.
  221. 2005-08-04 Atsushi Enomoto <[email protected]>
  222. * XmlAttributeTests.cs : Test if set_Value() works in such cases that
  223. there was only one child in attribute and it was an entity reference.
  224. 2005-07-28 Atsushi Enomoto <[email protected]>
  225. * XsdValidatingReaderTests.cs : added test case for duplicating
  226. assignment of both Schemas.Add() and xsi:schemaLocation where
  227. schemaLocation could not be resolved.
  228. 2005-07-14 Atsushi Enomoto <[email protected]>
  229. * XmlTextWriterTests.cs : added bug #75546 testcase.
  230. 2005-06-29 Atsushi Enomoto <[email protected]>
  231. * XmlConvertTests.cs : added timespan milliseconds testcase.
  232. 2005-06-27 Atsushi Enomoto <[email protected]>
  233. * XmlTextReaderTests.cs : added a testcase for not-wf entity
  234. declaration which is actually not used in the instance.
  235. 2005-06-23 Atsushi Enomoto <[email protected]>
  236. * XsdParticleValidationTests.cs : XmlSchemaException ->
  237. XmlSchemaValidationException under 2.0 profile.
  238. 2005-06-17 Atsushi Enomoto <[email protected]>
  239. * XmlValidatingReaderTests.cs : added attribute namespace check in
  240. DefaultXmlnsAttributeLookup() as well.
  241. 2005-06-17 Atsushi Enomoto <[email protected]>
  242. * XmlValidatingReaderTests.cs : added DefaultXmlnsAttributeLookup().
  243. 2005-05-31 Atsushi Enomoto <[email protected]>
  244. * XmlValidatingReaderTests.cs : let's test external DTD as well.
  245. 2005-05-31 Atsushi Enomoto <[email protected]>
  246. * XmlValidatingReaderTests.cs : added ResolveEntityAndBaseURI() which
  247. is imported from sys.security.
  248. 2005-05-25 Andrew Skiba <[email protected]>
  249. * W3C : directory added
  250. 2005-05-10 Atsushi Enomoto <[email protected]>
  251. * XmlValidatingReaderTests.cs : fixed TestPreserveEntityNotOnDotNet()
  252. which was regarded as a bug while it was by design.
  253. 2005-05-05 Atsushi Enomoto <[email protected]>
  254. * XmlNamespaceManagerTests.cs : removed more atomizedName tests.
  255. 2005-05-05 Atsushi Enomoto <[email protected]>
  256. * XmlNamespaceManagerTests.cs : removed atomizedName related tests.
  257. 2005-03-25 Atsushi Enomoto <[email protected]>
  258. * XmlTextWriterTests.cs : added more test case for xml:space.
  259. 2005-03-24 Atsushi Enomoto <[email protected]>
  260. * XmlTextWriterTests.cs : added more tests on WriteQualifiedName().
  261. 2005-03-15 Atsushi Enomoto <[email protected]>
  262. * XmlValidatingReaderTests.cs : Added test for sequential text nodes
  263. which affects on ExpandEntities.
  264. 2005-03-09 Atsushi Enomoto <[email protected]>
  265. * XmlTextReaderTests.cs : added SurrogatePair() based on bug #73513.
  266. 2005-03-07 Atsushi Enomoto <[email protected]>
  267. * XmlDocumentTests.cs : Added ReadNodeEntityReferenceFillsChildren.
  268. Test case by Konstantin Triger.
  269. 2005-03-07 Atsushi Enomoto <[email protected]>
  270. * XmlValidatingReaderTests.cs : added ResolveEntityReadAttributeValue()
  271. 2005-03-03 Atsushi Enomoto <[email protected]>
  272. * XmlTextWriterTests.cs : added testcase for duplicating namespace
  273. mapping processing (should create another prefix, not exception).
  274. 2005-03-02 Atsushi Enomoto <[email protected]>
  275. * XmlTextWriterTests.cs : Added test for LookupPrefix() for
  276. overriden prefix.
  277. 2005-02-25 Atsushi Enomoto <[email protected]>
  278. * XmlNodeTests.cs : added Clone() of readonly node returns a node
  279. that is not readonly.
  280. 2005-02-25 Atsushi Enomoto <[email protected]>
  281. * XmlAttributeTests.cs : added nonNCName Prefix case.
  282. 2005-02-24 Atsushi Enomoto <[email protected]>
  283. * XmlTextWriterTests.cs : Test for call to WriteRaw() -> WriteString()
  284. 2005-02-16 Atsushi Enomoto <[email protected]>
  285. * XmlConvertTests.cs : added some null/empty string cases for
  286. EncodeName()/EncodeLocalName()/EncodeNmToken().
  287. 2005-02-15 Atsushi Enomoto <[email protected]>
  288. * XmlElementTests.cs : assertion numbering on
  289. RemoveDoesNotRemoveDefaultAttributes().
  290. 2005-01-26 Nick Drochak <[email protected]>
  291. * XmlValidatingReaderTests.cs: Move MS.NET bug-exposing test to a new
  292. test method and ignore it on .NET.
  293. 2005-01-17 Atsushi Enomoto <[email protected]>
  294. * XmlReaderSettingsTests.cs : added some .ctor() tests.
  295. 2005-01-13 Atsushi Enomoto <[email protected]>
  296. * XmlReaderCommonTests.cs : added labels for tests.
  297. Marked MoveToXmlDeclAttributes() as [Ignore] again because there is
  298. no consistent reference implementation to follow.
  299. 2005-01-13 Atsushi Enomoto <[email protected]>
  300. * XmlValidatingReaderTests.cs,
  301. XmlReaderCommonTests.cs,
  302. XmlTextWriterTests.cs,
  303. XmlUrlResolverTests.cs :
  304. Marked as NotDotNet for those tests that fails under MS.NET.
  305. Commented out some XmlTextWriter implementation-dependent assertions.
  306. Fixed ResolveUriWithNullArgs () expected return type.
  307. 2005-01-11 Atsushi Enomoto <[email protected]>
  308. * XmlTextWriterTests.cs : added Indent2() to test WriteComment EOL.
  309. 2004-01-11 Atsushi Enomoto <[email protected]>
  310. * XmlReaderCommonTests.cs :
  311. Oops, ReadAttributeValue() was not reverted. Now marked as NotDotNet.
  312. 2004-01-11 Atsushi Enomoto <[email protected]>
  313. * XmlReaderCommonTests.cs : reverted r38601. It is MS XmlTextReader
  314. that is buggy on attribute value's Prefix and NamespaceURI.
  315. 2005-01-10 Nick Drochak <[email protected]>
  316. * XmlWriterTests.cs: Fix build warnings.
  317. * XmlReaderCommonTests.cs: Make tests pass on Fx1.1. XmlNodeReader
  318. has different default attributes it seems.
  319. 2004-12-15 Raja R Harinath <[email protected]>
  320. * XmlReaderSettingsTests.cs (DefaultValue): Update DtdValidate and
  321. XsdValidate references to use ValidationType.
  322. 2004-12-08 Atsushi Enomoto <[email protected]>
  323. * XmlReaderSettingsTests.cs : updated some boolean flags to
  324. XmlSchemaValidationFlags.
  325. 2004-11-22 Atsushi Enomoto <[email protected]>
  326. * XmlTextReaderTests.cs : added AttributeNormalizationWrapped().
  327. 2004-11-14 Atsushi Enomoto <[email protected]>
  328. * XmlWriterTests.cs : Added test for WriteAttributes().
  329. 2004-11-08 Atsushi Enomoto <[email protected]>
  330. * XmlNodeReaderTests.cs : numbered some of asserts.
  331. 2004-11-08 Atsushi Enomoto <[email protected]>
  332. * XmlTextReaderTests.cs : added tests for 2.0 entity handling.
  333. * XmlValidatingReaderTests.cs : modified tests for entity handling
  334. that are changed in 2.0.
  335. 2004-10-29 Atsushi Enomoto <[email protected]>
  336. * XmlReaderCommonTests.cs : ReadAsObject() is removed.
  337. * XmlTextWriterTests.cs : added CloseTwice().
  338. * XmlNodeTests.cs : added labels.
  339. 2004-09-08 Atsushi Enomoto <[email protected]>
  340. * XmlWriterSettingsTests.cs : added.
  341. 2004-09-07 Atsushi Enomoto <[email protected]>
  342. * XmlReaderCommonTests.cs : Added tests for ReadAsObject().
  343. 2004-09-07 Atsushi Enomoto <[email protected]>
  344. * XmlNamespaceManagerTests.cs : Added test for duplicate addition,
  345. atomization, complex RemoveNamespace() and GetNamespacesInScope().
  346. 2004-09-07 Atsushi Enomoto <[email protected]>
  347. * XmlReaderSettingsTests.cs : added, including XmlReader.Create() tests
  348. * XmlTextReaderTests.cs : added normalization and Setting sests.
  349. 2004-09-06 Atsushi Enomoto <[email protected]>
  350. * XmlElementTests.cs : added another set_InnerXml test.
  351. * XmlNodeTests.cs : added BaseURI test.
  352. * XmlTextReaderTests.cs : added tests for Normalization, EOF,
  353. LineNumber, LinePosition (all reported ones).
  354. * XsdValidatingReaderTests.cs : more descriptions.
  355. 2004-09-06 Atsushi Enomoto <[email protected]>
  356. * XmlTextReaderTests.cs : added ProhibitDtd().
  357. * XmlWriterTests.cs : added WriteNodeError().
  358. 2004-06-21 Atsushi Enomoto <[email protected]>
  359. * XmlSecureResolverTests.cs : Just [Ignore] EmptyEvidenceDeniedAccess.
  360. It requires CAS.
  361. 2004-06-18 Atsushi Enomoto <[email protected]>
  362. * XmlSecureResolverTests.cs : [TestFixture] was missing.
  363. 2004-06-14 Atsushi Enomoto <[email protected]>
  364. * XmlTextWriterTests.cs : Avoid CR/CRLF testing complexity.
  365. 2004-06-14 Atsushi Enomoto <[email protected]>
  366. * XmlUrlResolverTests.cs : Unlike MS.NET, we treats Unix absolute file
  367. URI file:///usr/local/src as correct file path. MS.NET is not aware
  368. of such format and parses as "host = usr, path = /local/src".
  369. 2004-06-06 Atsushi Enomoto <[email protected]>
  370. * XmlTextWriterTests.cs : Added indentation testcase (it might now
  371. work due to CompareInfo.IndexOf() bug).
  372. 2004-06-06 Atsushi Enomoto <[email protected]>
  373. * XmlTextReaderTests.cs : added some namespace check tests.
  374. 2004-05-27 Atsushi Enomoto <[email protected]>
  375. * XmlTextReaderTests.cs : added test for bug #59142.
  376. * XmlTextWriterTests.cs : added test for bug #59154.
  377. * XmlDocumentTests.cs : added test for bug #59155.
  378. 2004-05-24 Atsushi Enomoto <[email protected]>
  379. * XmlNodeTests.cs : added Normalize2().
  380. 2004-05-13 Atsushi Enomoto <[email protected]>
  381. * XsdValidatingReaderTests.cs : Ignore TestNamespaceFalse(). It is not
  382. kind of thing that should be supported.
  383. * XmlValidatingReaderTests.cs : commented a bit.
  384. 2004-04-24 Atsushi Enomoto <[email protected]>
  385. * XmlConvertTests.cs : Commented out locale-dependent tests.
  386. * XmlDocumentTests.cs : Uncommented now-testable lines.
  387. Commented out that should not be allowed, such as non-XML-name node.
  388. 2004-04-24 Atsushi Enomoto <[email protected]>
  389. * XmlDeclarationTests.cs : More InnerText tests.
  390. 2004-04-20 Atsushi Enomoto <[email protected]>
  391. * XmlCharacterDataTests.cs : Added more tests for Substring().
  392. * XmlConvertTests.cs : Commented out locale-dependent tests.
  393. * XmlDocumentTests.cs : Added LoadEntityReference().
  394. 2004-03-31 Atsushi Enomoto <[email protected]>
  395. * Added nist_dom tests from Mainsoft hackers.
  396. * Added XmlSecureResolverTests.cs.
  397. 2004-03-16 Atsushi Enomoto <[email protected]>
  398. * XmlDocumentTests.cs : Added PreserveWhitespace2() (whitespace nodes
  399. should be written regardless of document.PreserveWhitespace.)
  400. 2004-03-15 Atsushi Enomoto <[email protected]>
  401. * XmlReaderCommonTests.cs : Added tests for ReadInner/OuterXml() on
  402. EndElement.
  403. 2004-03-14 Atsushi Enomoto <[email protected]>
  404. * XmlAttributeCollectionTests.cs : Added InsertAfterError().
  405. * XmlNodeTests.cs : Added SelectNodes(), SelectNodes2() [commented].
  406. 2004-03-04 Atsushi Enomoto <[email protected]>
  407. * XmlDocumentTests.cs : added Implementation().
  408. 2004-02-17 Atsushi Enomoto <[email protected]>
  409. * XmlEntityTests.cs, XmlDocumentEventTests.cs : added.
  410. 2004-02-05 Atsushi Enomoto <[email protected]>
  411. * XmlDocumentTests.cs : Added ReadNodeEmptyContent() and
  412. ReadNodeWhitespace().
  413. * XmlElementTests.cs : Added SetAttributeNodeError().
  414. 2004-02-04 Atsushi Enomoto <[email protected]>
  415. * XmlEntityReferenceTests.cs : renamed TestDescendantsRecursively to
  416. DescendantsRecursively and added more test lines.
  417. Added ChildNodes().
  418. * XmlReaderCommonTests.cs : Added MoveToXmlDeclAttribute(). However
  419. it is ignored (since XmlNodeReader behaves differently, maybe bug).
  420. 2004-02-03 Atsushi Enomoto <[email protected]>
  421. * XmlReaderCommonTests.cs : Added SurrogatePairContent().
  422. * XmlDocumentTests.cs : Added LoadXmlReaderNamespacesFalse().
  423. * XmlEntityReferenceTests.cs : Added TestsDescendantsRecursively().
  424. 2004-01-28 Atsushi Enomoto <[email protected]>
  425. * XmlDocumentTypeTests.cs : Added IncorrectInternalSubset().
  426. * XmlNodeTests.cs : Since .NET 1.1 also prohibits multiple document
  427. element, removed extraneous test switch for InsertBefore().
  428. * XsdParticleValidationTests.cs,
  429. XsdValidatingReaderTests.cs : These test class names are too
  430. ambiguous so just renamed them. (No bug reports are found on them,
  431. but should be warned in the meantime.)
  432. 2004-01-23 Atsushi Enomoto <[email protected]>
  433. * XmlElementTests.cs : Added SetAttributeXmlns.
  434. * XmlTextWriterTests.cs : Added several xmlns-related tests.
  435. 2004-01-22 Atsushi Enomoto <[email protected]>
  436. * XmlTextWriterTests.cs : Added *Do*OutputRemovalDefaultNSDeclaration.
  437. 2004-01-20 Atsushi Enomoto <[email protected]>
  438. * XmlElementTests.cs : Added WriteToMakesNonsenseForDefaultNSChildren.
  439. * XmlTextWriterTests.cs : Added DontOutputRemovalDefaultNSDeclaration.
  440. 2004-01-14 Atsushi Enomoto <[email protected]>
  441. * XmlAttributeCollectionTests.cs : Added RemoveDefaultAttribute().
  442. * XmlDocumentTests.cs, XmlElementTests.cs, XmlNodeReaderTests.cs,
  443. XmlTextReaderTests.cs, XmlTextWriter.cs, XmlWriterTests.cs :
  444. Close or avoid XmlTextReader.
  445. 2004-01-03 Atsushi Enomoto <[email protected]>
  446. * XmlAttributeCollectionTests.cs :
  447. added InsertAfterReplacesInCorrectOrder().
  448. * XmlUrlResolverTests.cs : fixed file path.
  449. * XmlTextReaderTests.cs : fixed file path.
  450. * XmlTextWriterTests.cs : added ElementXmlnsNeedEscape().
  451. 2003-12-21 Atsushi Enomoto <[email protected]>
  452. * XmlDocumentTests.cs, XmlElementTests.cs :
  453. Added GetElementsByTagNameNs2().
  454. 2003-12-16 Atsushi Enomoto <[email protected]>
  455. * XmlDeclarationTests.cs : Added InvalidInnerText().
  456. * XmlDocumentTests.cs : CRLF fix (to LF)
  457. * XmlWriterTests.cs : tiny fix on WriteNodeFullDocument().
  458. * XmlValidatingReaderTests.cs : Fixed entity handling check tests.
  459. 2003-11-28 Atsushi Enomoto <[email protected]>
  460. * XmlWriterTests.cs : Added WriteNodeFullDocument() with
  461. encoding specification. Added WriteNodeNonEmptyElement().
  462. * XmlUrlResolverTests.cs : Added GetEntityWithNonStreamReturnType()
  463. and GetEntityWithRelativeFileUri().
  464. * XmlTextWriterTests.cs : Added some namespace related tests.
  465. * XmlTextReaderTests.cs : Added char-entity and ReadBase64() tests.
  466. * XmlNodeTests.cs : GetPrefixOfNamespace() test also for disconnected
  467. nodes.
  468. * XmlElementTests.cs : Added ConstructionAndDefaultAttributes().
  469. * XmlDeclarationTests.cs : Added InvalidInnerText().
  470. * XmlAttributeTests.cs : Added CheckPrefixWithNamespace().
  471. 2003-10-13 Atsushi Enomoto <[email protected]>
  472. * XmlWriterTests.cs : Added WriteSurrogateCharEntity().
  473. 2003-10-13 Atsushi Enomoto <[email protected]>
  474. * XmlElementTests.cs : Added more tests on
  475. RemoveDoesNotRemoveDefaultAttributes().
  476. * XmlNodeTests.cs : Added Normalize(), GetNamespaceOfPrefix() and
  477. GetNamespaceOfPrefixNullArg().
  478. * XmlWriterTests.cs : Added WriteNodeNone().
  479. 2003-10-05 Atsushi Enomoto <[email protected]>
  480. * XmlConvertTests.cs : patch by Jonathan Kessler. Added more test
  481. methods.
  482. * XmlUrlResolverTests.cs : Renamed NullArgs to ResolveUriWithNullArgs,
  483. and added GetEntityWithNullArgs() (though it is uncommented).
  484. * XmlReaderCommonTests.cs : Added XML Schema-mode XmlValidatingReader
  485. testing phase.
  486. 2003-09-21 Atsushi Enomoto <[email protected]>
  487. * XmlTextReaderTests.cs : Oops, it was CRLF injected ;-)
  488. 2003-09-21 Atsushi Enomoto <[email protected]>
  489. * XmlReaderCommonTests.cs : Added ProhibitedMultipleAttributes().
  490. Fixed ReadAttributeValue(). Now I think it is MS.NET XmlTextReader
  491. which is rather buggy than their XmlNodeReader.
  492. * XmlTextReaderTests.cs : Added IfNamespacesThenProhibitedAttributes()
  493. and trivial messagefix.
  494. 2003-09-21 Atsushi Enomoto <[email protected]>
  495. * XmlNamespaceManagerTests.cs : Added PopScopeMustKeepAddedInScope().
  496. 2003-08-24 Atsushi Enomoto <[email protected]>
  497. * XmlAttributeTests.cs : Added DefaultAttributeRemoval() and
  498. EmptyStringHasTextNode().
  499. * XmlElementTests.cs : Added RemoveDoesNotRemoveDefaultAttributes().
  500. * XmlReaderCommonTests.cs : Added overroaded AssertNodeValues() and
  501. ReadAttributeValue().
  502. * XmlTextReaderTests.cs :
  503. Added NotAllowedCharRef() and ExpandParameterEntity().
  504. Also added but ignored tests: UndeclaredEntityInIntSubsetOnlyXml()
  505. and UndeclaredEntityInStandaloneXml().
  506. * XmlValidatingReaderTests.cs : TestAttributeDefaultContribution()
  507. refactory.
  508. * Added XsdParticleValidationTests.cs and XsdValidatingReaderTests.cs.
  509. 2003-08-05 Atsushi Enomoto <[email protected]>
  510. * XmlReaderCommonTests.cs : Its XmlValidatingReader.EntityHandling
  511. should be ExpandCharEntities.
  512. * XmlValidatingReaderTests.cs : added ResolveEntity(),
  513. ResolveEntity2() and ResolveEntityWithoutDTD().
  514. 2003-07-31 Atsushi Enomoto <[email protected]>
  515. * XmlDocumentTests.cs : added LoadThrowsUndeclaredEntity() and
  516. CreateEntityReferencesWithoutDTD().
  517. * XmlNodeReaderTests.cs : added ResolveEntity(), ResolveEntity2() and
  518. ResolveEntityWithoutDTD().
  519. 2003-07-29 Atsushi Enomoto <[email protected]>
  520. * XmlDocumentTests.cs : added DTDEntityAttributeHandling() test.
  521. * XmlElementTests.cs : added WriteToDefaultAttribute() test.
  522. * XmlNodeTests.cs : added InnerXmlWithXmlns () test.
  523. * XmlTextWriterTests.cs : added DontOutputNonDeclaredXmlns () test.
  524. * XmlValidatingReaderTests.cs : modified TestResolveEntity() to have
  525. entity reference inside text content (and it now fails).
  526. 2003-07-26 Atsushi Enomoto <[email protected]>
  527. * XmlAttributeTests.cs : added IdentityConstraints().
  528. * XmlDocumentTests.cs : added DocumentTypeNodes().
  529. * XmlNodeTests.cs : added InnerText().
  530. * XmlReaderCommonTests.cs : added XmlValidatingReader as one of the
  531. testing reader. Added IndexerAndAttributes().
  532. * XmlValidatingReader.cs : modified TestAttributes() to have
  533. ReadAttributeValue() tests. Added TestIdentityConstraints()
  534. 2003-07-24 Atsushi Enomoto <[email protected]>
  535. * XmlConvertTests.cs,
  536. XmlNodeTests.cs,
  537. XmlTextWriterTests.cs : removed some compilation warning.
  538. * XmlNodeReaderTests.cs : reverted Jul. 12th. ReadInnerXmlWrongInit()
  539. incorrect commit.
  540. * XmlValidatingReaderTests.cs : Code refactory (removed xml1, xml2...
  541. and changed PrepareXmlReader() as returning validating reader.
  542. Added indexer (this[]) property check and ValidationType.None check
  543. to TestAttributeDefaultContribution().
  544. Added TestExpandEntity(), TestPreserveEntity() and TestNormalization().
  545. 2003-07-19 Atsushi Enomoto <[email protected]>
  546. * XmlValidatingReaderTests.cs : added TestValidationEvent() and
  547. some code refactory.
  548. 2003-07-12 Atsushi Enomoto <[email protected]>
  549. * XmlValidatingReaderTests.cs : added TestNonDeterministicContent() and
  550. TestAttributeDefaultContribution().
  551. 2003-07-12 Atsushi Enomoto <[email protected]>
  552. * XmlNodeReaderTests.cs : Fixed ReadInnerXmlWrongInit() for correct
  553. ReadState check.
  554. * ChangeLog was incorrectly added about above stuff.
  555. * XmlTextReaderTests.cs : added some reader's state check tests and
  556. ReadAsElementContent and ReadAsAttributeContent.
  557. * XmlTextWriterTests.cs : added DontOutputMultipleXmlns().
  558. 2003-07-06 Atsushi Enomoto <[email protected]>
  559. * added XmlValidatingReaderTests.cs.
  560. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  561. * XmlTextWriterTests.cs: Made use of ExpectedException
  562. 2003-07-01 Martin Willemoes Hansen <[email protected]>
  563. * Made tests which expect an exception use the
  564. ExpectedException Attribute.
  565. 2003-06-20 Atsushi Enomoto <[email protected]>
  566. * added XmlUrlResolverTests.cs.
  567. 2003-06-16 Atsushi Enomoto <[email protected]>
  568. * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
  569. * XmlTextReaderTests.cs : added ExternalDocument() which will result
  570. in BaseURI test and DTD parameter entity test.
  571. 2003-06-16 Atsushi Enomoto <[email protected]>
  572. * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
  573. EmptyElementWithAttributes() and was added namespaced attribute tests.
  574. * XmlTextWriterTests.cs : added WriteWhitespace().
  575. 2003-06-10 Zoltan Varga <[email protected]>
  576. * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
  577. CreateAttribute.
  578. 2003-06-01 Atsushi Enomoto <[email protected]>
  579. * XmlConvertTests.cs : added VerifyNCName().
  580. 2003-05-18 Atsushi Enomoto <[email protected]>
  581. * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
  582. WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
  583. added more tests to AttributeWriteAttributeString().
  584. * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
  585. 2003-05-16 Atsushi Enomoto <[email protected]>
  586. * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
  587. * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
  588. and not well-formed xml of OuterXmlWithDefaultXmlns().
  589. * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
  590. WriteToWithDefaultNamespace().
  591. * XmlNodeReaderTests.cs : fixed incorrect result expectation of
  592. ReadInnerXmlWrongInit().
  593. * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
  594. * XmlReaderCommonTests.cs,
  595. XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
  596. InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
  597. to resolve these entity references.
  598. * XmlTextWriterTests.cs : removed English-dependent error message check.
  599. fixed incorrect state-check ignorant blocks of WriteAttributes ().
  600. * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
  601. XmlDecl() as MS.NET results in.
  602. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  603. * Tests inherits from Assertion and Assertion. prefixes removed
  604. 2003-05-05 Atsushi Enomoto <[email protected]>
  605. * added XmlConvertTests.cs.
  606. 2003-04-29 Atsushi Enomoto <[email protected]>
  607. * XmlAttributeTests.cs : added WriteTo.
  608. * XmlReaderCommonTests.cs,
  609. XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
  610. Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
  611. and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
  612. they requires IsEmptyElement = false, which is always true for
  613. XmlNodeReader).
  614. 2003-04-27 Atsushi Enomoto <[email protected]>
  615. * XmlReaderCommonTests.cs,
  616. XmlTextReaderTests.cs : Moved many tests to CommonTests.
  617. 2003-04-25 Atsushi Enomoto <[email protected]>
  618. * XmlWriterTests.cs : added some WriteNode() related testcases.
  619. 2003-04-13 Atsushi Enomoto <[email protected]>
  620. * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
  621. * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
  622. LoadDocumentWithIgnoreSection.
  623. 2003-04-12 Atsushi Enomoto <[email protected]>
  624. * added this file as a new entry.
  625. See ../ChangeLog to find ChangeLog entries before than this day.