ChangeLog 2.4 KB

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