ChangeLog 5.8 KB

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