ChangeLog 4.0 KB

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