ChangeLog 1.7 KB

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