ChangeLog 35 KB

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