ChangeLog 5.2 KB

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