2009-11-17  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added test for bug #554845.

2009-07-22  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for bug #515136.

2009-06-30  Raja R Harinath  <harinath@hurrynot.org>

	* XPathNavigatorTests.cs (XPathDocumentMoveToId) [!NET_2_0]:
	Fix compile.

2009-06-26  Atsushi Enomoto <atsushi@ximian.com>

	* SelectNodesTests.cs
	  XPathNavigatorCommonTests.cs
	  XPathAtomicValueTests.cs
	  XPathNavigatorTests.cs
	  XPathNavigatorEvaluateTests.cs : convert to newer nunit style.

2009-05-15  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : test that LookupNamespace() in
	  XmlReader from ReadSubtree() works correctly on text nodes.

2009-03-17  Atsushi Enomoto <atsushi@ximian.com>

	* SelectNodesTests.cs : added 2nd test for bug #443490.

2009-01-20  Atsushi Enomoto <atsushi@ximian.com>

	* SelectNodesTests.cs : added test for bug #443490.

2009-01-20  Atsushi Enomoto <atsushi@ximian.com>

	* SelectNodesTests.cs : added test for bug #458245.

2008-12-09  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test fo bug #456103.

2008-10-02  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorEvaluateTests.cs : corrected couple of misconception
	  in the tests.

2008-04-02  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added test for bug #376210.

2008-04-02  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for bug #376191.

2008-03-17  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for bug #324606.

2008-02-27  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for bug #365112.

2007-11-29  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added ValueAs() test.

2007-01-05  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : added test for incorrect namespace
	  node links.

2007-01-05  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for text() and whitespace/
	  significantwhitespace node.

2006-12-05  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorReaderTests.cs : added test for MoveToAttribute(int).

2006-12-05  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for XPath navigator editor's
	  LookupPrefix().

2006-11-10  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for bug #79875, and some
	  "escaped" text tests for InnerXml.
	* XPathNavigatorReaderTests.cs : make sure that most of XPath nodes
	  are rejected to read subtree.

2006-11-10  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added test for bug #79874.

2006-10-27  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added (kind of) test for bug #46751.

2006-10-11  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added test for CanEdit, based on
	  the patch by Konstantin Triger.

2006-09-11  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added test fro AppendChild() from
	  a document fragment.

2006-09-01  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorReaderTests.cs : added test for MoveToFirstAttribute()
	  which is called from several current nodes.

2006-04-10  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : there were some evil CRLF LF mix.

2006-04-10  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : added test for bug #78067.
	* XPathNavigatorReaderTests.cs : ditto, for ReadSubtree() part.

2005-12-14  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorReaderTests.cs : Actually AttributesAndNamespaces()
	  does not work under MS.NET.

2005-12-14  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorReaderTests.cs : new file for testing ReadSubtree()
	  and all dependent members.

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests for MoveToFollowing().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests that passes empty
	  string to editor methods. Added tests for ReplaceSelf().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests for PrependChild().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs :
	  Added more tests for InsertAfter() and InsertBefore().
	  Added tests for DeleteRange() and ReplaceRange().

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : added tests for InsertAfter and
	  InsertBefore.

2005-12-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathEditableNavigatorTests.cs : new file for testing all editor
	  functionality in XPathNavigator.

2005-12-12  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added tests for ValueAsXxx properties.

2005-10-23  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs, XPathNavigatorTests.cs,
	  XPathNavigatorEvaluateTests.cs :
	  Added assertion labels. Marked some tests as NotDotNet under 2.0.

2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>

	* XPathExceptionCas.cs: New. CAS unit tests for exception 
	serialization.

2005-07-23  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : added test for bug #75609

2005-02-14  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : new test code was broken.

2005-02-14  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : added SignificantWhitespaceConstruction().

2004-09-13  Atsushi Enomoto <atsushi@ximian.com>

	* XPathAtomicValueTests.cs : added.

2004-03-31  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorTests.cs : Added PropertiesOnNamespace().

2004-03-24  Atsushi Enomoto <atsushi@ximian.com>

	* 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 <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : Added test for splitted text.

2004-02-17  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorMatchesTest.cs : commonified some code blocks.
	  Added MatchesAncestorsButNotCurrent(), MatchesParentAxis() and
	  MatchesPredicatedParentAxis().

2004-01-28  Atsushi Enomoto <atsushi@ximian.com>

	* XPathNavigatorCommonTests.cs : Added MoveToNamespace and IsDescendant.
	* XPathNavigatorTests.cs : Close XmlTextReader.

2003-12-18  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : Added XPathDocumentMoveToId().

2003-09-26  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : added SelectFromOrphan().

2003-06-30  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* Added XPathNavigatorCommonTests.cs.

2003-06-01  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : added DocumentWithProcessingInstruction().

2003-05-16  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XPathNavigatorTests.cs : fixed not well-formed xml of 
	  DocumentWithXmlDeclaration().

2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* Tests inherits from Assertion and Assertion. prefixes removed

2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added this file as a new entry.
	  See ../ChangeLog to find former ChangeLog entries.

