2
0

ChangeLog 2.0 KB

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