ChangeLog 21 KB

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