ChangeLog 18 KB

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