ChangeLog 21 KB

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