2
0

ChangeLog 2.1 KB

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