ChangeLog 3.1 KB

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