ChangeLog 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. 2005-12-14 Atsushi Enomoto <[email protected]>
  2. * XPathNavigatorReaderTests.cs : Actually AttributesAndNamespaces()
  3. does not work under MS.NET.
  4. 2005-12-14 Atsushi Enomoto <[email protected]>
  5. * XPathNavigatorReaderTests.cs : new file for testing ReadSubtree()
  6. and all dependent members.
  7. 2005-12-13 Atsushi Enomoto <[email protected]>
  8. * XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().
  9. 2005-12-13 Atsushi Enomoto <[email protected]>
  10. * XPathEditableNavigatorTests.cs : added tests that passes empty
  11. string to editor methods. Added tests for ReplaceSelf().
  12. 2005-12-13 Atsushi Enomoto <[email protected]>
  13. * XPathEditableNavigatorTests.cs : added tests for PrependChild().
  14. 2005-12-13 Atsushi Enomoto <[email protected]>
  15. * XPathEditableNavigatorTests.cs :
  16. Added more tests for InsertAfter() and InsertBefore().
  17. Added tests for DeleteRange() and ReplaceRange().
  18. 2005-12-13 Atsushi Enomoto <[email protected]>
  19. * XPathEditableNavigatorTests.cs : added tests for InsertAfter and
  20. InsertBefore.
  21. 2005-12-13 Atsushi Enomoto <[email protected]>
  22. * XPathEditableNavigatorTests.cs : new file for testing all editor
  23. functionality in XPathNavigator.
  24. 2005-12-12 Atsushi Enomoto <[email protected]>
  25. * XPathNavigatorTests.cs : added tests for ValueAsXxx properties.
  26. 2005-10-23 Atsushi Enomoto <[email protected]>
  27. * XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
  28. XPathNavigatorEvaluateTests.cs :
  29. Added assertion labels. Marked some tests as NotDotNet under 2.0.
  30. 2005-08-31 Sebastien Pouliot <[email protected]>
  31. * XPathExceptionCas.cs: New. CAS unit tests for exception
  32. serialization.
  33. 2005-07-23 Atsushi Enomoto <[email protected]>
  34. * XPathNavigatorCommonTests.cs : added test for bug #75609
  35. 2005-02-14 Atsushi Enomoto <[email protected]>
  36. * XPathNavigatorTests.cs : new test code was broken.
  37. 2005-02-14 Atsushi Enomoto <[email protected]>
  38. * XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().
  39. 2004-09-13 Atsushi Enomoto <[email protected]>
  40. * XPathAtomicValueTests.cs : added.
  41. 2004-03-31 Atsushi Enomoto <[email protected]>
  42. * XPathNavigatorTests.cs : Added PropertiesOnNamespace().
  43. 2004-03-24 Atsushi Enomoto <[email protected]>
  44. * SelectNodesTests.cs : Added test for 1) not selecting previously-
  45. selected prefixes, and that 2) default namespace erasure (i.e.
  46. xmlns="") should not be selected.
  47. 2004-03-16 Atsushi Enomoto <[email protected]>
  48. * XPathNavigatorCommonTests.cs : Added test for splitted text.
  49. 2004-02-17 Atsushi Enomoto <[email protected]>
  50. * XPathNavigatorMatchesTest.cs : commonified some code blocks.
  51. Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
  52. MatchesPredicatedParentAxis().
  53. 2004-01-28 Atsushi Enomoto <[email protected]>
  54. * XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
  55. * XPathNavigatorTests.cs : Close XmlTextReader.
  56. 2003-12-18 Atsushi Enomoto <[email protected]>
  57. * XPathNavigatorTests.cs : Added XPathDocumentMoveToId().
  58. 2003-09-26 Atsushi Enomoto <[email protected]>
  59. * XPathNavigatorTests.cs : added SelectFromOrphan().
  60. 2003-06-30 Atsushi Enomoto <[email protected]>
  61. * Added XPathNavigatorCommonTests.cs.
  62. 2003-06-01 Atsushi Enomoto <[email protected]>
  63. * XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().
  64. 2003-05-16 Atsushi Enomoto <[email protected]>
  65. * XPathNavigatorTests.cs : fixed not well-formed xml of
  66. DocumentWithXmlDeclaration().
  67. 2003-05-13 Martin Willemoes Hansen <[email protected]>
  68. * Tests inherits from Assertion and Assertion. prefixes removed
  69. 2003-04-12 Atsushi Enomoto <[email protected]>
  70. * added this file as a new entry.
  71. See ../ChangeLog to find former ChangeLog entries.