ChangeLog 5.5 KB

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