ChangeLog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. 2004-03-31 Atsushi Enomoto <[email protected]>
  2. * XPathNavigatorTests.cs : Added PropertiesOnNamespace().
  3. 2004-03-24 Atsushi Enomoto <[email protected]>
  4. * SelectNodesTests.cs : Added test for 1) not selecting previously-
  5. selected prefixes, and that 2) default namespace erasure (i.e.
  6. xmlns="") should not be selected.
  7. 2004-03-16 Atsushi Enomoto <[email protected]>
  8. * XPathNavigatorCommonTests.cs : Added test for splitted text.
  9. 2004-02-17 Atsushi Enomoto <[email protected]>
  10. * XPathNavigatorMatchesTest.cs : commonified some code blocks.
  11. Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
  12. MatchesPredicatedParentAxis().
  13. 2004-01-28 Atsushi Enomoto <[email protected]>
  14. * XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
  15. * XPathNavigatorTests.cs : Close XmlTextReader.
  16. 2003-12-18 Atsushi Enomoto <[email protected]>
  17. * XPathNavigatorTests.cs : Added XPathDocumentMoveToId().
  18. 2003-09-26 Atsushi Enomoto <[email protected]>
  19. * XPathNavigatorTests.cs : added SelectFromOrphan().
  20. 2003-06-30 Atsushi Enomoto <[email protected]>
  21. * Added XPathNavigatorCommonTests.cs.
  22. 2003-06-01 Atsushi Enomoto <[email protected]>
  23. * XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().
  24. 2003-05-16 Atsushi Enomoto <[email protected]>
  25. * XPathNavigatorTests.cs : fixed not well-formed xml of
  26. DocumentWithXmlDeclaration().
  27. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  28. * Tests inherits from Assertion and Assertion. prefixes removed
  29. 2003-04-12 Atsushi Enomoto <[email protected]>
  30. * added this file as a new entry.
  31. See ../ChangeLog to find former ChangeLog entries.