| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- 2004-09-13 Atsushi Enomoto <[email protected]>
- * XPathAtomicValueTests.cs : added.
- 2004-03-31 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : Added PropertiesOnNamespace().
- 2004-03-24 Atsushi Enomoto <[email protected]>
- * SelectNodesTests.cs : Added test for 1) not selecting previously-
- selected prefixes, and that 2) default namespace erasure (i.e.
- xmlns="") should not be selected.
- 2004-03-16 Atsushi Enomoto <[email protected]>
- * XPathNavigatorCommonTests.cs : Added test for splitted text.
- 2004-02-17 Atsushi Enomoto <[email protected]>
- * XPathNavigatorMatchesTest.cs : commonified some code blocks.
- Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
- MatchesPredicatedParentAxis().
- 2004-01-28 Atsushi Enomoto <[email protected]>
- * XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
- * XPathNavigatorTests.cs : Close XmlTextReader.
- 2003-12-18 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : Added XPathDocumentMoveToId().
- 2003-09-26 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : added SelectFromOrphan().
- 2003-06-30 Atsushi Enomoto <[email protected]>
- * Added XPathNavigatorCommonTests.cs.
- 2003-06-01 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().
- 2003-05-16 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : fixed not well-formed xml of
- DocumentWithXmlDeclaration().
- 2003-05-13 Martin Willemoes Hansen <[email protected]>
- * Tests inherits from Assertion and Assertion. prefixes removed
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * added this file as a new entry.
- See ../ChangeLog to find former ChangeLog entries.
|