| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- 2006-09-11 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs : added test fro AppendChild() from
- a document fragment.
- 2006-09-01 Atsushi Enomoto <[email protected]>
- * XPathNavigatorReaderTests.cs : added test for MoveToFirstAttribute()
- which is called from several current nodes.
- 2006-04-10 Atsushi Enomoto <[email protected]>
- * XPathNavigatorCommonTests.cs : there were some evil CRLF LF mix.
- 2006-04-10 Atsushi Enomoto <[email protected]>
- * XPathNavigatorCommonTests.cs : added test for bug #78067.
- * XPathNavigatorReaderTests.cs : ditto, for ReadSubtree() part.
- 2005-12-14 Atsushi Enomoto <[email protected]>
- * XPathNavigatorReaderTests.cs : Actually AttributesAndNamespaces()
- does not work under MS.NET.
- 2005-12-14 Atsushi Enomoto <[email protected]>
- * XPathNavigatorReaderTests.cs : new file for testing ReadSubtree()
- and all dependent members.
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs : added tests that passes empty
- string to editor methods. Added tests for ReplaceSelf().
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs : added tests for PrependChild().
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs :
- Added more tests for InsertAfter() and InsertBefore().
- Added tests for DeleteRange() and ReplaceRange().
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs : added tests for InsertAfter and
- InsertBefore.
- 2005-12-13 Atsushi Enomoto <[email protected]>
- * XPathEditableNavigatorTests.cs : new file for testing all editor
- functionality in XPathNavigator.
- 2005-12-12 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : added tests for ValueAsXxx properties.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
- XPathNavigatorEvaluateTests.cs :
- Added assertion labels. Marked some tests as NotDotNet under 2.0.
- 2005-08-31 Sebastien Pouliot <[email protected]>
- * XPathExceptionCas.cs: New. CAS unit tests for exception
- serialization.
- 2005-07-23 Atsushi Enomoto <[email protected]>
- * XPathNavigatorCommonTests.cs : added test for bug #75609
- 2005-02-14 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : new test code was broken.
- 2005-02-14 Atsushi Enomoto <[email protected]>
- * XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().
- 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.
|