ChangeLog 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. 2002-05-05 Nick Drochak <[email protected]>
  2. * ChangeLog: Update build file to run correct class in the test dll.
  3. 2002-05-05 Nick Drochak <[email protected]>
  4. * AllTests.cs
  5. * NameTableTests.cs
  6. * TheTests.cs
  7. * XPathScannerTests.cs
  8. * XmlAttributeTests.cs
  9. * XmlCDataSectionTests.cs
  10. * XmlCommentTests.cs
  11. * XmlDeclarationTests.cs
  12. * XmlDocumentTests.cs
  13. * XmlDocumentTypeTests.cs
  14. * XmlElementTests.cs
  15. * XmlNamespaceManagerTests.cs
  16. * XmlNodeListTests.cs
  17. * XmlProcessingInstructionTests.cs
  18. * XmlSignificantWhitespaceTests.cs
  19. * XmlTextReaderTests.cs
  20. * XmlTextTests.cs
  21. * XmlTextWriterTests.cs
  22. * XmlWhiteSpaceTests.cs: Use same namespace style as corlib tests.
  23. Changed Ximian.Mono.Tests to MonoTests.System.Xml
  24. 2002-04-08 Kral Ferch <[email protected]>
  25. * AllTests.cs: added XmlProcessingInstructionTests and XmlTextTests.
  26. * MonoMicro.Test.csproj: Added XmlProcessingInstructionTests.cs and
  27. XmlTextTests.cs.
  28. * XmlAttributeTests.cs: Added TestAttributeInnerAndOuterXml.
  29. * XmlCDataSectionTests.cs: Added TestXmlCDataSectionInnerAndOuterXml.
  30. * XmlCommentTests.cs: Added TestXmlCommentInnerAndOuterXml.
  31. * XmlDeclarationTests.cs: Added TestInnerAndOuterXml.
  32. * XmlDocumentTests.cs: Added TestInnerAndOuterXml.
  33. * XmlElementTests.cs: Added TestInnerAndOuterXml.
  34. * XmlProcessingInstructionTests.cs: Initial check-in.
  35. * XmlSignificantWhitespaceTests.cs: Added TestInnerAndOuterXml.
  36. * XmlTextTests.cs: Initial check-in.
  37. * XmlTextWriterTests.cs: Added TestWriteRaw, TestWriteRawInvalidInAttribute,
  38. and TestXmlSpaceRaw.
  39. * XmlWhiteSpacesTests.cs: Added TestInnerAndOuterXml.
  40. 2002-04-05 Kral Ferch <[email protected]>
  41. * XmlDocumentTests.cs: CreateNode tests.
  42. 2002-04-01 Kral Ferch <[email protected]>
  43. * XmlTextWriterTests.cs: Tests for WriteEndDocument and WriteFullEndElement.
  44. 2002-03-31 Kral Ferch <[email protected]>
  45. * XmlTextWriterTests.cs: Tests for LookupPrefix, WriteBase64,
  46. and WriteCharEntity.
  47. 2002-03-31 Kral Ferch <[email protected]>
  48. * XmlTextWriterTests.cs: Finished XmlLang, XmlSpace, and
  49. Attribute namespace declaration tests.
  50. 2002-03-29 Kral Ferch <[email protected]>
  51. * XmlTextWriterTests.cs: XmlLang and XmlSpace tests.
  52. 2002-03-29 Kral Ferch <[email protected]>
  53. * XmlTextWriterTests.cs: Working on Attributes.
  54. 2002-03-28 Duncan Mak <[email protected]>
  55. * XmlDeclarationTests.cs (TestConstructor):
  56. * XmlDocumentTypeTests.cs (TestAppendChild):
  57. * XmlSignificantWhitespaceTests.cs (TestXmlWhitespaceConstructor):
  58. * XmlWhiteSpaceTests.cs (TestXmlWhitespaceConstructor): Fixed the
  59. test for catching Exceptions.
  60. 2002-03-26 Jason Diamond <[email protected]>
  61. * AllTests.cs:
  62. * Mono.Test.csproj: Removed XPathScanner tests.
  63. * System.XML_test.build: Test XPathScanner separately.
  64. 2002-03-26 Duncan Mak <[email protected]>
  65. * AllTests.cs:
  66. * Microsoft.Test.csproj:
  67. * Mono.Test.csproj: Updated to include new test,
  68. XmlDocumentTypeTests.
  69. * XmlDocumentTypeTests.cs: New testsuite for XmlDocumentType class.
  70. * XmlCommentTests.cs (TestXmlNodeBaseProperties): Move the
  71. XmlNode.Value test in here.
  72. 2002-03-26 Jason Diamond <[email protected]>
  73. * XPathScannerTests.cs: More location path tests.
  74. 2002-03-25 Jason Diamond <[email protected]>
  75. * AllTests.cs:
  76. * Microsoft.Test.csproj:
  77. * Mono.Test.csproj: Updated to include new test, XmlScannerTests.
  78. * XPathScannerTests.cs: Added new tests for XPathScanner class.
  79. 2002-03-25 Duncan Mak <[email protected]>
  80. * AllTests.cs:
  81. * Microsoft.Test.csproj:
  82. * Mono.Test.csproj: Updated to include new test,
  83. XmlDeclarationTests.
  84. * XmlDeclarationTests.cs: Added new test for XmlDeclaration class.
  85. 2002-03-23 Kral Ferch <[email protected]>
  86. * XmlTextWriterTests.cs: Tests for BaseStream,
  87. Namespaces = false, and WriteState.
  88. 2002-03-23 Kral Ferch <[email protected]>
  89. * XmlTextWriterTests.cs: constructor tests with
  90. different encodings to test that encoding gets suppressed
  91. on xml declaration when null stream passed to constructor.
  92. WriteStartDocument(standalone) tests. Tests for formatting
  93. and indentation. Test for invalid value set on QuoteChar.
  94. 2002-03-22 Duncan Mak <[email protected]>
  95. * AllTests.cs:
  96. * Microsoft.Test.csproj:
  97. * Mono.Test.csproj: Updated to include new files.
  98. * XmlCDataSectionTests.cs: Added to CVS.
  99. * XmlCommentTests.cs: Added to CVS. hanks to Kral for helping me
  100. setup a testing environment on VS.NET.
  101. * XmlElementTests.cs: Reformatted.
  102. (TestCloneNode): Added.
  103. * XmlSignificantWhitespaceTests.cs: Added to CVS.
  104. * XmlWhiteSpaceTests.cs: Added to CVS.
  105. 2002-03-21 Kral Ferch <[email protected]>
  106. * XmlDocumentTests.cs: Tessts parent traversal up through
  107. document itself until null. Tests a removed elements next
  108. sibling is null.
  109. * XmlNodeListTests.cs: Tests case where enumerator is on
  110. a node that gets removed from list.
  111. * XmlTextWriterTests.cs: Keeping tests for WriteXXX after
  112. writer is closed up to date as new WriteXXX methods are written.
  113. TestDocumentStart and TestWriteEndElement.
  114. 2002-03-19 Jason Diamond <[email protected]>
  115. * XmlDocumentTests.cs: Added a test to check an element's names after
  116. loading.
  117. 2002-03-17 Kral Ferch <[email protected]>
  118. * XmlDocumentTests.cs: Tests navigation to parents since
  119. that was part of a document.Load() bug reported by Mike Kestner.
  120. * XmlTextWriterTests.cs: Tests for namespaces and prefixes.
  121. 2002-03-17 Kral Ferch <[email protected]>
  122. * XmlDocumentTests.cs: TestOuterXml.
  123. * XmlTextWriterTests.cs: Tests for CData, Close, Comment, Element,
  124. and ProcessingInstruction.
  125. 2002-03-17 Kral Ferch <[email protected]>
  126. * XmlDocumentTests.cs: More LoadXml tests.
  127. * XmlTextWriterTests.cs: Test for invalid Processing Instructions.
  128. 2002-03-14 Kral Ferch <[email protected]>
  129. * XmlTextWriterTests.cs: Added tests TestCData and TestComment.
  130. 2002-03-14 Kral Ferch <[email protected]>
  131. * XmlTextWriterTests.cs: Initial checkin.
  132. 2002-03-12 Kral Ferch <[email protected]>
  133. * XmlNodeListTests.cs: New tests: TestNodeTypesThatCantHaveChildren,
  134. TestZeroChildren, TestOneChild, TestMultipleChildren,
  135. TestAppendChildAffectOnEnumeration, TestRemoveChildAffectOnEnumeration,
  136. TestRemoveOnlyChildAffectOnEnumeration, TestCurrentBeforeFirstNode,
  137. TestCurrentAfterLastNode, TestCurrentDoesntMove, and TestReset. Made
  138. two other tests but not in use yet until RemoveAll is implemented for
  139. attributes and XmlNode.ReplaceChild is implemented. The tests are called
  140. saveTestReplaceChildAffectOnEnumeration and saveTestRemoveAllAffectOnEnumeration.
  141. 2002-03-08 Jason Diamond <[email protected]>
  142. * XmlTextReaderTests.cs: Test MoveToElement and MoveToFirstAttribute.
  143. 2002-03-08 Jason Diamond <[email protected]>
  144. * XmlAttributeTests.cs: Test XmlAttribute child nodes.
  145. 2002-03-08 Kral Ferch <[email protected]>
  146. * XmlNodeListTests.cs: New file.
  147. * AllTests.cs: Added XmlNodeListTests.
  148. 2002/03/08 Nick Drochak <[email protected]>
  149. * System_test.build: Don't build test dll by default. Only build
  150. it when 'make test' is specified.
  151. 2002-03-06 Kral Ferch <[email protected]>
  152. * XmlAttributeTests.cs: Fixed bug in TestHasChildNodes test.
  153. * XmlDocumentTests.cs: Started work on some tests for invalid data in
  154. various nodes created by the document.
  155. 2002-03-02 Kral Ferch <[email protected]>
  156. * XmlDocumentTests.cs: New tests TestLoadProcessingInstruction(),
  157. TestLoadCDATA(), and TestLoadComment().
  158. 2002-03-02 Jason Diamond <[email protected]>
  159. * XmlElementTests.cs: New file.
  160. * AllTests.cs: Added XmlElementTests.
  161. 2002-03-02 Jason Diamond <[email protected]>
  162. * XmlTextReaderTests.cs: Test MoveToNextAttribute().
  163. * XmlDocumentTests.cs: Test loading document containing attributes
  164. and text nodes.
  165. 2002-03-02 Mike Kestner <[email protected]>
  166. * XmlAttributeTests.cs : New test suite for attrs.
  167. * AllTests.cs : Add the attr suite.
  168. 2002-03-02 Jason Diamond <[email protected]>
  169. * XmlNamespaceManagerTests.cs: Make sure the XmlNamespaceManager
  170. is using its name table.
  171. * NameTableTests.cs: Make sure NameTable is really returning the
  172. same references.
  173. 2002-02-28 Jason Diamond <[email protected]>
  174. * XmlDocumentTests.cs: Tests for XmlDocument.LoadXml courtesy of
  175. Kral Ferch <[email protected]>.
  176. 2002-02-28 Jason Diamond <[email protected]>
  177. * XmlTextReaderTests.cs: Test for XmlException when parse fail.
  178. 2002-02-27 Martin Baulig <[email protected]>
  179. * System.XML_test.build: Build new executable RunTests.System.XML.exe
  180. which you can use to run the tests on Linux.
  181. * *.cs: Added zero-args constructors.
  182. 2002-02-26 Duncan Mak <[email protected]>
  183. * NameTableTests.cs: Test for System.Xml.NameTable.
  184. 2002-02-26 Jason Diamond <[email protected]>
  185. * XmlTextReaderTests.cs: Test for namespace declarations as
  186. attributes.
  187. * XmlNamespaceManagerTests.cs: Use the newly implemented NameTable
  188. when creating the XmlNamespaceManager. Properly test HasNamespace.
  189. 2002-02-25 Jason Diamond <[email protected]>
  190. * XmlDocumentTests.cs: Added file.
  191. 2002-02-23 Jason Diamond <[email protected]>
  192. * XmlTextReaderTests.cs: Added tests for qualified attributes.
  193. 2002-02-23 Jason Diamond <[email protected]>
  194. * ChangeLog: Added change log to this directory.
  195. * Test.cs: Renamed to XmlTextReaderTests.cs.
  196. * XmlTextReaderTests.cs: Added tests for NamespaceURI property.
  197. * XmlNamespaceManagerTests.cs: Initial tests.