ChangeLog 22 KB

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