ChangeLog 19 KB

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