ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. 2004-06-18 Atsushi Enomoto <[email protected]>
  2. * MonoMicro.Test.csproj : updated.
  3. 2004-03-31 Atsushi Enomoto <[email protected]>
  4. * removed System.XML_linux_test.args.
  5. 2004-02-11 Atsushi Enomoto <[email protected]>
  6. * MonoMicro.Test.csproj : updated.
  7. 2003-06-30 Atsushi Enomoto <[email protected]>
  8. * System.XML_linux_test.args: added XPathNavigatorCommonTests.cs.
  9. 2003-06-30 Zoltan Varga <[email protected]>
  10. * System.XML_linux_test.args: Get rid of CRLFs which break the
  11. linux build.
  12. 2003-06-20 Atsushi Enomoto <[email protected]>
  13. * System.XML_linux_test.args: added XmlUrlResolverTests.cs.
  14. * makefile.gnu: added reference to System.dll.
  15. 2003-05-05 Atsushi Enomoto <[email protected]>
  16. * System.XML_linux_test.args : added XmlConvertTests.cs
  17. 2003-04-14 Nick Drochak <[email protected]>
  18. * makefile.gnu: library location has changed.
  19. 2003-04-13 Atsushi Enomoto <[email protected]>
  20. * more removed testcases from here.
  21. 2003-04-13 Atsushi Enomoto <[email protected]>
  22. * removed testcases from here.
  23. 2003-04-12 Atsushi Enomoto <[email protected]>
  24. * moved testcases into each namespace-named directories.
  25. fixed System.XML_linux_test.args and MonoMicro.test.csproj
  26. along with it.
  27. * added XmlFiles directory for test xml files.
  28. 2003-03-23 Atsushi Enomoto <[email protected]>
  29. * added XmlReaderCommonTests.cs which is mostly copied from
  30. XmlTextReaderTests and XmlNodeReaderTests. These tests are removed
  31. from each files.
  32. 2003-03-22 Atsushi Enomoto <[email protected]>
  33. * XPathNavigatorTests.cs : added DocumentWithXmlDeclaration()
  34. for bugzilla #36672.
  35. 2003-03-21 Atsushi Enomoto <[email protected]>
  36. * XmlNodeListTests.cs : added ReturnNullWhenIndexIsOutOfRange() for
  37. bugzilla #39920.
  38. 2003-03-15 Atsushi Enomoto <[email protected]>
  39. * XmlTextWriterTests.cs : fixed AttributeWriteAttributeString() in
  40. related to MS bugs. "\r\n" are replaced with Environment.NewLine.
  41. 2003-03-13 Martin Willemoes Hansen <[email protected]>
  42. * Removed AllTests.cs and TheTests.cs
  43. * NUnit20ified NameTableTests.cs, SelectNodesTests.cs,
  44. XmlAttributeCollectionTests.cs, XmlAttributeTests.cs,
  45. XmlCDataSectionTests.cs, XmlCharacterDataTests.cs,
  46. XmlCommentTests.cs, XmlDeclarationTests.cs,
  47. XmlDocumentFragmentTests.cs, XmlDocumentTests.cs,
  48. XmlDocumentTypeTests.cs, XmlElementTests.cs,
  49. XmlEntityReferenceTests.cs, XmlNamespaceManagerTests.cs,
  50. XmlNodeListTests.cs, XmlNodeReaderTests.cs,
  51. XmlNodeTests.cs, XmlProcessingInstructionTests.cs,
  52. XmlSignificantWhitespaceTests.cs, XmlTextReaderTests.cs,
  53. XmlTextTests.cs, XmlTextWriterTests.cs,
  54. XmlWhiteSpaceTests.cs, XmlWriterTests.cs,
  55. XPathNavigatorEvaluateTests.cs, XPathNavigatorMatchesTests.cs,
  56. XPathNavigatorTests.cs, makefile.gnu, System.XML_linux_test.args
  57. * Commited Atsushi Eno changes to System.XML_test.build
  58. 2003-02-16 Atsushi Enomoto <[email protected]>
  59. * XmlDocumentTests.cs: added TestLoadExternalUri
  60. * XmlTextReaderTests.cs: added TestAttributeWithEntityReference
  61. 2003-02-09 Piers Haken <[email protected]>
  62. * SelectNodesTests.cs: added TestNamespaceSelect (from Jerome Laban)
  63. 2003-02-02 Atsushi Enomoto <[email protected]>
  64. * XmlTextReaderTests.cs : added TestQuoteChar.
  65. 2003-01-26 Atsushi Enomoto <[email protected]>
  66. * XmlNodeTests.cs : added TestReplaceChild.
  67. * XmlNodeReaderTests.cs : modified TestReadString more complex.
  68. * XmlNamespaceManagerTests.cs : added TestLookupPrefix.
  69. * XmlTextTests.cs : added TestSplitText.
  70. 2003-01-22 Atsushi Enomoto <[email protected]>
  71. * added recent tests below to System.XML_linux_test.args
  72. 2003-01-21 Atsushi Enomoto <[email protected]>
  73. * added XmlNodeReaderTests.cs file and added it to AllTests.cs
  74. 2003-01-19 Atsushi Enomoto <[email protected]>
  75. * XmlElementTests.cs : added TestWriteToDefaultNamespace test.
  76. * XmlNodeTests.cs : added TestGetPrefixOfNamespace test.
  77. 2003-01-18 Atsushi Enomoto <[email protected]>
  78. * added XmlWriterTests.cs file and added it to AllTests.cs
  79. 2003-01-13 Nick Drochak <[email protected]>
  80. * XmlNodeTests.cs: MS.NET doesn't throw an exception here.
  81. 2003-01-11 Atsushi Enomoto <[email protected]>
  82. * XmlElementTests.cs : added TestInnerTextAndEvent test.
  83. (and many coding style fix.)
  84. * XmlTextReaderTests.cs : tiny argument order fix for TestAttributeWithEntityReference test.
  85. 2003-01-08 Atsushi Enomoto <[email protected]>
  86. * XmlDocumentTests.cs : test for attribute value bugfix.
  87. 2003-01-08 Atsushi Enomoto <[email protected]>
  88. * XmlTextReaderTests.cs : test for attribute value bugfix.
  89. 2003-01-02 Atsushi Enomoto <[email protected]>
  90. * SelectNodesTests.cs : added TestAlphabetDigitMixedName.
  91. 2002-12-28 Atsushi Enomoto <[email protected]>
  92. * XmlDocumentTests.cs : Test for bugzilla #34743 (whitespace handling)
  93. 2002-12-28 Atsushi Enomoto <[email protected]>
  94. * XmlDocumentTests.cs : Test for bugzilla #35308 (default ns output)
  95. * XmlElementTests.cs : Test for output of attributes with different NS.
  96. 2002-12-24 Atsushi Enomoto <[email protected]>
  97. * XmlDocumentTests.cs, XmlWhitespaceTests.cs:
  98. fixed whitespace handling (in relation to Ville's patch).
  99. 2002-12-21 Atsushi Enomoto <[email protected]>
  100. * XmlTextWriterTests.cs (TestAttributeNamespacesXmlnsXmlns):
  101. fixed bug in the testcase (in relation to JD Conley's patch).
  102. 2002-12-01 Atsushi Enomoto <[email protected]>
  103. * XmlDeclarationTests.cs (TestValueProperty):
  104. applied patch by David Sheldon
  105. 2002-11-13 Atsushi Enomoto <[email protected]>
  106. * AllTests.cs : added XmlEntityReferenceTests
  107. * XmlDocumentTests.cs : TestCloneNode, TestDocumentWithDoctypeDecl
  108. * XmlDocumentFragmentTests.cs : TestSetInnerXml
  109. * XmlEntityReferenceTests.cs : created
  110. * XmlTextWriterTests.cs : TestWriteAttributes() bugfix (reusing ctx)
  111. * XmlNodeTests.cs : bugfix TestInsertAfter(when refChild = null),
  112. added TestPrependChild
  113. 2002-11-13 Atsushi Enomoto <[email protected]>
  114. * XmlAttributeTests.cs : TestSetInnerAndOuterXml
  115. * XmlSignificantWhitespaceTests.cs : TestDataAndValue
  116. 2002-11-03 Atsushi Enomoto <[email protected]>
  117. * XmlAttributeCollectionTests.cs : TestSetNamedItem,
  118. TestInsertBeforeAfterPrepend, TestRemove
  119. * XmlElementTests.cs : TestWriteToWithDeletedNamespacePrefix,
  120. TestRemoveAttribute()
  121. * XmlDocumentFragmentTests.cs : TestGetInnerXml
  122. 2002-10-29 Atsushi Enomoto <[email protected]>
  123. * XmlElementTests.cs : added an Assert InnerXml with element content.
  124. * XmlNodeTests.cs : TestInsertBefore() and TestInsertAfter()
  125. 2002-10-28 Atsushi Enomoto <[email protected]>
  126. * added XmlDocumentFragmentTests.cs
  127. (including AllTests.cs and System.XML_linux_test.args)
  128. * XmlDocumentTests.cs: added test of XMLDeclaration to TestImportNode()
  129. * XmlElementTests.cs: added check removing children of InnerXml
  130. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  131. * System.XML_linux_test.args: added XPathNavigatorEvaluateTests.cs
  132. * makefile.gnu: pass MONO_PATH when running the tests.
  133. 2002-10-24 Nick Drochak <[email protected]>
  134. * System.XML_test.build: remove legacy build of a standalone exe of the
  135. unit tests
  136. * XmlDocumentTests.cs: Cannot use a URI with Load().
  137. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  138. * XmlTextReaderTests.cs: fixed TestEntityReferenceInsideText.
  139. 2002-10-22 Nick Drochak <[email protected]>
  140. * XmlTextWriterTests.cs: Null is ok when prefix is "xmlns".
  141. 2002-10-21 Duncan Mak <[email protected]>
  142. * XmlTextReaderTests.cs:
  143. * XmlElementTests.cs:
  144. * XmlDocumentTests.cs: Patches from Atsushi Enomoto
  145. <[email protected]>.
  146. 2002-10-18 Duncan Mak <[email protected]>
  147. * XmlDocumentTests.cs: Apply a patch from Atsushi Enomoto
  148. <[email protected]>.
  149. 2002-09-29 Nick Drochak <[email protected]>
  150. * XmlTextReaderTest.cs (AssertEndDocument): Add messages for Asserts()
  151. so we can tell where this is failing.
  152. 2002-09-19 Matt Hunter <[email protected]>
  153. * XmlElementTests.cs: Test for SetAttributeNode(localName, namespaceURI) added.
  154. * XmlAttributeCollectionTests.cs: added TestAppend().
  155. 2002-09-17 Kral Ferch <[email protected]>
  156. * XPathNavigatorEvaluateTests.cs: Tests for string(), concat(),
  157. starts-with(), and contains().
  158. 2002-09-12 Piers Haken <[email protected]>
  159. * XPathNavigatorEvaluateTests.cs: enable string() tests.
  160. 2002-09-12 Piers Haken <[email protected]>
  161. * XPathNavigatorEvaluateTests.cs: enable last() & count() tests.
  162. 2002-09-11 Kral Ferch <[email protected]>
  163. * XPathNavigatorEvaluateTests.cs: Added tests for
  164. local-name, namespace-uri, and string.
  165. 2002-09-11 Kral Ferch <[email protected]>
  166. * Added XPathNavigatorEvaluateTests.cs file to
  167. the MonoMicro.Test project.
  168. * XPathNavigatorEvaluateTests.cs: New file.
  169. * AllTests.cs: Added XPathNavigatorEvaluateTests suite.
  170. * XmlDocumentTests: Added space between namespace decls in
  171. TestGetElementsByTagNameUsingNameSpace. Was causing error
  172. when testing against Microsoft assembly.
  173. * XmlElementTests: Added space between namespace decls in
  174. TestGetElementsByTagNameUsingNameSpace. Was causing error
  175. when testing against Microsoft assembly.
  176. 2002-09-06 Kral Ferch <[email protected]>
  177. * Added XPathNavigatorMatchesTests.cs file to
  178. the MonoMicro.Test project.
  179. 2002-08-22 Jason Diamond <[email protected]>
  180. * AllTests.cs, System.XML_linux_test.args,
  181. XmlAttributeCollectionTests.cs,XmlElementTests.cs: Added test for
  182. RemoveAll and RemoveAllAttributes courtesy of Matt Hunter
  183. <[email protected]>.
  184. 2002-08-22 Jason Diamond <[email protected]>
  185. * XmlElementTests.cs: Correction to previous GetElementsByTagName
  186. patch courtesy of Matt Hunter <[email protected]>.
  187. 2002-08-22 Jason Diamond <[email protected]>
  188. * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for
  189. namespace qualified GetElementsByTagName courtesy of Matt Hunter
  190. <[email protected]>.
  191. 2002-08-19 Jason Diamond <[email protected]>
  192. * XmlDocumentTests.cs, XmlElementTests.cs: Added tests for
  193. GetElementsByTagName courtesy of Matt Hunter <[email protected]>.
  194. 2002-08-17 Jason Diamond <[email protected]>
  195. * XPathNavigatorMatchesTests.cs: Added tests for absolute patterns
  196. and patterns with predicates.
  197. 2002-08-17 Jason Diamond <[email protected]>
  198. * AllTests.cs: Added XPathNavigatorMatchesTests suite.
  199. * XPathNavigatorMatchesTests.cs: Added.
  200. 2002-08-16 Jason Diamond <[email protected]>
  201. * XmlElementTests.cs: Added test for OuterXml (and WriteTo) for
  202. qualified elements.
  203. 2002-08-16 Jason Diamond <[email protected]>
  204. * makefile.gnu: Added SOURCES_INCLUDE and SOURCES_EXCLUDE variables
  205. to get tests to build with the new build system.
  206. 2002-08-10 Jason Diamond <[email protected]>
  207. * makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
  208. hardcoding it to /usr/local/bin. Default test suite to AllTests but
  209. allow it to be overridden from the command line.
  210. * XmlTextWriterTests.cs: Split TestWriteString into multiple tests.
  211. Added encoding parameters to all the StreamReaders in
  212. TestBaseConstructorsAndBaseStream. I think this is a bug in Mono's
  213. StreamReader since these aren't required when testing against
  214. Microsoft's.
  215. 2002-08-08 Jason Diamond <[email protected]>
  216. * System.XML_linux_test.args: Added Kral's new test classes.
  217. 2002-08-07 Kral Ferch <[email protected]>
  218. * XmlCharacterDataTests.cs: New file.
  219. * XmlNodeTests.cs: New file.
  220. * AllTests.cs: Added XmlCharacterDataTests and XmlNodeTests.
  221. * XmlDocumentTests.cs: Added tests for NodeChanging, NodeChanged,
  222. NodeInserting, NodeInserted, NodeRemoving, and NodeRemoved events.
  223. 2002-08-03 Jason Diamond <[email protected]>
  224. * makefile.gnu: Added.
  225. * System.XML_linux_test.args: Added.
  226. 2002-07-12 Piers Haken <[email protected]
  227. * SelectNodesTests.cs: Added TestUnion (bug #27548)
  228. 2002-07-11 Jason Diamond <[email protected]>
  229. * SelectNodesTests.cs: Added.
  230. * AllTests.cs: Added SelectNodesTests to suite.
  231. 2002-07-11 Piers Haken <[email protected]>
  232. * XmlElementTests.cs: added TestCreateElement3WithNullNamespace
  233. 2002-06-24 Jason Diamond <[email protected]>
  234. * XPathScannerTests.cs: Removed.
  235. * System.XML_test.build: Removed tests for XPathScanner.
  236. 2002-05-27 Jason Diamond <[email protected]>
  237. * XPathNavigatorTests.cs: Added file to directory.
  238. * AllTests.cs: Added XPathNavigatorTests to suite.
  239. * XmlTextReaderTests.cs: Added test to make sure attributes are ordered
  240. like Microsoft's parser does it.
  241. 2002-05-05 Nick Drochak <[email protected]>
  242. * ChangeLog: Update build file to run correct class in the test dll.
  243. 2002-05-05 Nick Drochak <[email protected]>
  244. * AllTests.cs
  245. * NameTableTests.cs
  246. * TheTests.cs
  247. * XPathScannerTests.cs
  248. * XmlAttributeTests.cs
  249. * XmlCDataSectionTests.cs
  250. * XmlCommentTests.cs
  251. * XmlDeclarationTests.cs
  252. * XmlDocumentTests.cs
  253. * XmlDocumentTypeTests.cs
  254. * XmlElementTests.cs
  255. * XmlNamespaceManagerTests.cs
  256. * XmlNodeListTests.cs
  257. * XmlProcessingInstructionTests.cs
  258. * XmlSignificantWhitespaceTests.cs
  259. * XmlTextReaderTests.cs
  260. * XmlTextTests.cs
  261. * XmlTextWriterTests.cs
  262. * XmlWhiteSpaceTests.cs: Use same namespace style as corlib tests.
  263. Changed Ximian.Mono.Tests to MonoTests.System.Xml
  264. 2002-04-08 Kral Ferch <[email protected]>
  265. * AllTests.cs: added XmlProcessingInstructionTests and XmlTextTests.
  266. * MonoMicro.Test.csproj: Added XmlProcessingInstructionTests.cs and
  267. XmlTextTests.cs.
  268. * XmlAttributeTests.cs: Added TestAttributeInnerAndOuterXml.
  269. * XmlCDataSectionTests.cs: Added TestXmlCDataSectionInnerAndOuterXml.
  270. * XmlCommentTests.cs: Added TestXmlCommentInnerAndOuterXml.
  271. * XmlDeclarationTests.cs: Added TestInnerAndOuterXml.
  272. * XmlDocumentTests.cs: Added TestInnerAndOuterXml.
  273. * XmlElementTests.cs: Added TestInnerAndOuterXml.
  274. * XmlProcessingInstructionTests.cs: Initial check-in.
  275. * XmlSignificantWhitespaceTests.cs: Added TestInnerAndOuterXml.
  276. * XmlTextTests.cs: Initial check-in.
  277. * XmlTextWriterTests.cs: Added TestWriteRaw, TestWriteRawInvalidInAttribute,
  278. and TestXmlSpaceRaw.
  279. * XmlWhiteSpacesTests.cs: Added TestInnerAndOuterXml.
  280. 2002-04-05 Kral Ferch <[email protected]>
  281. * XmlDocumentTests.cs: CreateNode tests.
  282. 2002-04-01 Kral Ferch <[email protected]>
  283. * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
  284. 2002-03-31 Kral Ferch <[email protected]>
  285. * XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
  286. and WriteCharEntity.
  287. 2002-03-31 Kral Ferch <[email protected]>
  288. * XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
  289. Attribute namespace declaration tests.
  290. 2002-03-29 Kral Ferch <[email protected]>
  291. * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
  292. 2002-03-29 Kral Ferch <[email protected]>
  293. * XmlTextWriterTests.cs: Working on Attributes.
  294. 2002-03-28 Duncan Mak <[email protected]>
  295. * XmlDeclarationTests.cs (TestConstructor):
  296. * XmlDocumentTypeTests.cs (TestAppendChild):
  297. * XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor):
  298. * XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
  299. test for catching Exceptions.
  300. 2002-03-26 Jason Diamond <[email protected]>
  301. * AllTests.cs:
  302. * Mono.Test.csproj: Removed XPathScanner tests.
  303. * System.XML_test.build: Test XPathScanner separately.
  304. 2002-03-26 Duncan Mak <[email protected]>
  305. * AllTests.cs:
  306. * Microsoft.Test.csproj:
  307. * Mono.Test.csproj: Updated to include new test,
  308. XmlDocumentTypeTests.
  309. * XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.
  310. * XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
  311. XmlNode.Value test in here.
  312. 2002-03-26 Jason Diamond <[email protected]>
  313. * XPathScannerTests.cs: More location path tests.
  314. 2002-03-25 Jason Diamond <[email protected]>
  315. * AllTests.cs:
  316. * Microsoft.Test.csproj:
  317. * Mono.Test.csproj: Updated to include new test, XmlScannerTests.
  318. * XPathScannerTests.cs: Added new tests for XPathScanner class.
  319. 2002-03-25 Duncan Mak <[email protected]>
  320. * AllTests.cs:
  321. * Microsoft.Test.csproj:
  322. * Mono.Test.csproj: Updated to include new test,
  323. XmlDeclarationTests.
  324. * XmlDeclarationTests.cs: Added new test for XmlDeclaration class.
  325. 2002-03-23 Kral Ferch <[email protected]>
  326. * XmlTextWriterTests.cs: Tests for BaseStream,
  327. Namespaces = false, and WriteState.
  328. 2002-03-23 Kral Ferch <[email protected]>
  329. * XmlTextWriterTests.cs: constructor tests with
  330. different encodings to test that encoding gets suppressed
  331. on xml declaration when null stream passed to constructor.
  332. WriteStartDocument(standalone) tests. Tests for formatting
  333. and indentation. Test for invalid value set on QuoteChar.
  334. 2002-03-22 Duncan Mak <[email protected]>
  335. * AllTests.cs:
  336. * Microsoft.Test.csproj:
  337. * Mono.Test.csproj: Updated to include new files.
  338. * XmlCDataSectionTests.cs: Added to CVS.
  339. * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me
  340. setup a testing environment on VS.NET.
  341. * XmlElementTests.cs: Reformatted.
  342. (TestCloneNode): Added.
  343. * XmlSignificantWhitespaceTests.cs: Added to CVS.
  344. * XmlWhiteSpaceTests.cs: Added to CVS.
  345. 2002-03-21 Kral Ferch <[email protected]>
  346. * XmlDocumentTests.cs: Tessts parent traversal up through
  347. document itself until null. Tests a removed elements next
  348. sibling is null.
  349. * XmlNodeListTests.cs: Tests case where enumerator is on
  350. a node that gets removed from list.
  351. * XmlTextWriterTests.cs: Keeping tests for WriteXXX after
  352. writer is closed up to date as new WriteXXX methods are written.
  353. TestDocumentStart and TestWriteEndElement.
  354. 2002-03-19 Jason Diamond <[email protected]>
  355. * XmlDocumentTests.cs: Added a test to check an element's names after
  356. loading.
  357. 2002-03-17 Kral Ferch <[email protected]>
  358. * XmlDocumentTests.cs: Tests navigation to parents since
  359. that was part of a document.Load() bug reported by Mike Kestner.
  360. * XmlTextWriterTests.cs: Tests for namespaces and prefixes.
  361. 2002-03-17 Kral Ferch <[email protected]>
  362. * XmlDocumentTests.cs: TestOuterXml.
  363. * XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
  364. and ProcessingInstruction.
  365. 2002-03-17 Kral Ferch <[email protected]>
  366. * XmlDocumentTests.cs: More LoadXml tests.
  367. * XmlTextWriterTests.cs: Test for invalid Processing Instructions.
  368. 2002-03-14 Kral Ferch <[email protected]>
  369. * XmlTextWriterTests.cs: Added tests TestCData and TestComment.
  370. 2002-03-14 Kral Ferch <[email protected]>
  371. * XmlTextWriterTests.cs: Initial checkin.
  372. 2002-03-12 Kral Ferch <[email protected]>
  373. * XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren,
  374. TestZeroChildren, TestOneChild, TestMultipleChildren,
  375. TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration,
  376. TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode,
  377. TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset. Made
  378. two other tests but not in use yet until RemoveAll is implemented for
  379. attributes and XmlNode.ReplaceChild is implemented. The tests are called
  380. saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration.
  381. 2002-03-08 Jason Diamond <[email protected]>
  382. * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.
  383. 2002-03-08 Jason Diamond <[email protected]>
  384. * XmlAttributeTests.cs: Test XmlAttribute child nodes.
  385. 2002-03-08 Kral Ferch <[email protected]>
  386. * XmlNodeListTests.cs: New file.
  387. * AllTests.cs: Added XmlNodeListTests.
  388. 2002/03/08 Nick Drochak <[email protected]>
  389. * System_test.build: Don't build test dll by default. Only build
  390. it when 'make test' is specified.
  391. 2002-03-06 Kral Ferch <[email protected]>
  392. * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
  393. * XmlDocumentTests.cs: Started work on some tests for invalid data in
  394. various nodes created by the document.
  395. 2002-03-02 Kral Ferch <[email protected]>
  396. * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
  397. TestLoadCDATA(), and TestLoadComment().
  398. 2002-03-02 Jason Diamond <[email protected]>
  399. * XmlElementTests.cs: New file.
  400. * AllTests.cs: Added XmlElementTests.
  401. 2002-03-02 Jason Diamond <[email protected]>
  402. * XmlTextReaderTests.cs: Test MoveToNextAttribute().
  403. * XmlDocumentTests.cs: Test loading document containing attributes
  404. and text nodes.
  405. 2002-03-02 Mike Kestner <[email protected]>
  406. * XmlAttributeTests.cs : New test suite for attrs.
  407. * AllTests.cs : Add the attr suite.
  408. 2002-03-02 Jason Diamond <[email protected]>
  409. * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager
  410. is using its name table.
  411. * NameTableTests.cs: Make sure NameTable is really returning the
  412. same references.
  413. 2002-02-28 Jason Diamond <[email protected]>
  414. * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
  415. Kral Ferch <[email protected]>.
  416. 2002-02-28 Jason Diamond <[email protected]>
  417. * XmlTextReaderTests.cs: Test for XmlException when parse fail.
  418. 2002-02-27 Martin Baulig <[email protected]>
  419. * System.XML_test.build: Build new executable RunTests.System.XML.exe
  420. which you can use to run the tests on Linux.
  421. * *.cs: Added zero-args constructors.
  422. 2002-02-26 Duncan Mak <[email protected]>
  423. * NameTableTests.cs: Test for System.Xml.NameTable.
  424. 2002-02-26 Jason Diamond <[email protected]>
  425. * XmlTextReaderTests.cs: Test for namespace declarations as
  426. attributes.
  427. * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
  428. when creating the XmlNamespaceManager. Properly test HasNamespace.
  429. 2002-02-25 Jason Diamond <[email protected]>
  430. * XmlDocumentTests.cs: Added file.
  431. 2002-02-23 Jason Diamond <[email protected]>
  432. * XmlTextReaderTests.cs: Added tests for qualified attributes.
  433. 2002-02-23 Jason Diamond <[email protected]>
  434. * ChangeLog: Added change log to this directory.
  435. * Test.cs: Renamed to XmlTextReaderTests.cs.
  436. * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
  437. * XmlNamespaceManagerTests.cs: Initial tests.