ChangeLog 18 KB

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