ChangeLog 4.3 KB

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