ChangeLog 2.2 KB

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