ChangeLog 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. 2009-11-17 Atsushi Enomoto <[email protected]>
  2. * XPathEditableNavigatorTests.cs : added test for bug #554845.
  3. 2009-07-22 Atsushi Enomoto <[email protected]>
  4. * XPathNavigatorTests.cs : added test for bug #515136.
  5. 2009-06-30 Raja R Harinath <[email protected]>
  6. * XPathNavigatorTests.cs (XPathDocumentMoveToId) [!NET_2_0]:
  7. Fix compile.
  8. 2009-06-26 Atsushi Enomoto <[email protected]>
  9. * SelectNodesTests.cs
  10. XPathNavigatorCommonTests.cs
  11. XPathAtomicValueTests.cs
  12. XPathNavigatorTests.cs
  13. XPathNavigatorEvaluateTests.cs : convert to newer nunit style.
  14. 2009-05-15 Atsushi Enomoto <[email protected]>
  15. * XPathNavigatorCommonTests.cs : test that LookupNamespace() in
  16. XmlReader from ReadSubtree() works correctly on text nodes.
  17. 2009-03-17 Atsushi Enomoto <[email protected]>
  18. * SelectNodesTests.cs : added 2nd test for bug #443490.
  19. 2009-01-20 Atsushi Enomoto <[email protected]>
  20. * SelectNodesTests.cs : added test for bug #443490.
  21. 2009-01-20 Atsushi Enomoto <[email protected]>
  22. * SelectNodesTests.cs : added test for bug #458245.
  23. 2008-12-09 Atsushi Enomoto <[email protected]>
  24. * XPathNavigatorTests.cs : added test fo bug #456103.
  25. 2008-10-02 Atsushi Enomoto <[email protected]>
  26. * XPathNavigatorEvaluateTests.cs : corrected couple of misconception
  27. in the tests.
  28. 2008-04-02 Atsushi Enomoto <[email protected]>
  29. * XPathEditableNavigatorTests.cs : added test for bug #376210.
  30. 2008-04-02 Atsushi Enomoto <[email protected]>
  31. * XPathNavigatorTests.cs : added test for bug #376191.
  32. 2008-03-17 Atsushi Enomoto <[email protected]>
  33. * XPathNavigatorTests.cs : added test for bug #324606.
  34. 2008-02-27 Atsushi Enomoto <[email protected]>
  35. * XPathNavigatorTests.cs : added test for bug #365112.
  36. 2007-11-29 Atsushi Enomoto <[email protected]>
  37. * XPathNavigatorTests.cs : added ValueAs() test.
  38. 2007-01-05 Atsushi Enomoto <[email protected]>
  39. * XPathNavigatorCommonTests.cs : added test for incorrect namespace
  40. node links.
  41. 2007-01-05 Atsushi Enomoto <[email protected]>
  42. * XPathNavigatorTests.cs : added test for text() and whitespace/
  43. significantwhitespace node.
  44. 2006-12-05 Atsushi Enomoto <[email protected]>
  45. * XPathNavigatorReaderTests.cs : added test for MoveToAttribute(int).
  46. 2006-12-05 Atsushi Enomoto <[email protected]>
  47. * XPathNavigatorTests.cs : added test for XPath navigator editor's
  48. LookupPrefix().
  49. 2006-11-10 Atsushi Enomoto <[email protected]>
  50. * XPathNavigatorTests.cs : added test for bug #79875, and some
  51. "escaped" text tests for InnerXml.
  52. * XPathNavigatorReaderTests.cs : make sure that most of XPath nodes
  53. are rejected to read subtree.
  54. 2006-11-10 Atsushi Enomoto <[email protected]>
  55. * XPathNavigatorTests.cs : added test for bug #79874.
  56. 2006-10-27 Atsushi Enomoto <[email protected]>
  57. * XPathNavigatorTests.cs : added (kind of) test for bug #46751.
  58. 2006-10-11 Atsushi Enomoto <[email protected]>
  59. * XPathEditableNavigatorTests.cs : added test for CanEdit, based on
  60. the patch by Konstantin Triger.
  61. 2006-09-11 Atsushi Enomoto <[email protected]>
  62. * XPathEditableNavigatorTests.cs : added test fro AppendChild() from
  63. a document fragment.
  64. 2006-09-01 Atsushi Enomoto <[email protected]>
  65. * XPathNavigatorReaderTests.cs : added test for MoveToFirstAttribute()
  66. which is called from several current nodes.
  67. 2006-04-10 Atsushi Enomoto <[email protected]>
  68. * XPathNavigatorCommonTests.cs : there were some evil CRLF LF mix.
  69. 2006-04-10 Atsushi Enomoto <[email protected]>
  70. * XPathNavigatorCommonTests.cs : added test for bug #78067.
  71. * XPathNavigatorReaderTests.cs : ditto, for ReadSubtree() part.
  72. 2005-12-14 Atsushi Enomoto <[email protected]>
  73. * XPathNavigatorReaderTests.cs : Actually AttributesAndNamespaces()
  74. does not work under MS.NET.
  75. 2005-12-14 Atsushi Enomoto <[email protected]>
  76. * XPathNavigatorReaderTests.cs : new file for testing ReadSubtree()
  77. and all dependent members.
  78. 2005-12-13 Atsushi Enomoto <[email protected]>
  79. * XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().
  80. 2005-12-13 Atsushi Enomoto <[email protected]>
  81. * XPathEditableNavigatorTests.cs : added tests that passes empty
  82. string to editor methods. Added tests for ReplaceSelf().
  83. 2005-12-13 Atsushi Enomoto <[email protected]>
  84. * XPathEditableNavigatorTests.cs : added tests for PrependChild().
  85. 2005-12-13 Atsushi Enomoto <[email protected]>
  86. * XPathEditableNavigatorTests.cs :
  87. Added more tests for InsertAfter() and InsertBefore().
  88. Added tests for DeleteRange() and ReplaceRange().
  89. 2005-12-13 Atsushi Enomoto <[email protected]>
  90. * XPathEditableNavigatorTests.cs : added tests for InsertAfter and
  91. InsertBefore.
  92. 2005-12-13 Atsushi Enomoto <[email protected]>
  93. * XPathEditableNavigatorTests.cs : new file for testing all editor
  94. functionality in XPathNavigator.
  95. 2005-12-12 Atsushi Enomoto <[email protected]>
  96. * XPathNavigatorTests.cs : added tests for ValueAsXxx properties.
  97. 2005-10-23 Atsushi Enomoto <[email protected]>
  98. * XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
  99. XPathNavigatorEvaluateTests.cs :
  100. Added assertion labels. Marked some tests as NotDotNet under 2.0.
  101. 2005-08-31 Sebastien Pouliot <[email protected]>
  102. * XPathExceptionCas.cs: New. CAS unit tests for exception
  103. serialization.
  104. 2005-07-23 Atsushi Enomoto <[email protected]>
  105. * XPathNavigatorCommonTests.cs : added test for bug #75609
  106. 2005-02-14 Atsushi Enomoto <[email protected]>
  107. * XPathNavigatorTests.cs : new test code was broken.
  108. 2005-02-14 Atsushi Enomoto <[email protected]>
  109. * XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().
  110. 2004-09-13 Atsushi Enomoto <[email protected]>
  111. * XPathAtomicValueTests.cs : added.
  112. 2004-03-31 Atsushi Enomoto <[email protected]>
  113. * XPathNavigatorTests.cs : Added PropertiesOnNamespace().
  114. 2004-03-24 Atsushi Enomoto <[email protected]>
  115. * SelectNodesTests.cs : Added test for 1) not selecting previously-
  116. selected prefixes, and that 2) default namespace erasure (i.e.
  117. xmlns="") should not be selected.
  118. 2004-03-16 Atsushi Enomoto <[email protected]>
  119. * XPathNavigatorCommonTests.cs : Added test for splitted text.
  120. 2004-02-17 Atsushi Enomoto <[email protected]>
  121. * XPathNavigatorMatchesTest.cs : commonified some code blocks.
  122. Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
  123. MatchesPredicatedParentAxis().
  124. 2004-01-28 Atsushi Enomoto <[email protected]>
  125. * XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
  126. * XPathNavigatorTests.cs : Close XmlTextReader.
  127. 2003-12-18 Atsushi Enomoto <[email protected]>
  128. * XPathNavigatorTests.cs : Added XPathDocumentMoveToId().
  129. 2003-09-26 Atsushi Enomoto <[email protected]>
  130. * XPathNavigatorTests.cs : added SelectFromOrphan().
  131. 2003-06-30 Atsushi Enomoto <[email protected]>
  132. * Added XPathNavigatorCommonTests.cs.
  133. 2003-06-01 Atsushi Enomoto <[email protected]>
  134. * XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().
  135. 2003-05-16 Atsushi Enomoto <[email protected]>
  136. * XPathNavigatorTests.cs : fixed not well-formed xml of
  137. DocumentWithXmlDeclaration().
  138. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  139. * Tests inherits from Assertion and Assertion. prefixes removed
  140. 2003-04-12 Atsushi Enomoto <[email protected]>
  141. * added this file as a new entry.
  142. See ../ChangeLog to find former ChangeLog entries.