ChangeLog 21 KB

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