ChangeLog 6.9 KB

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