2010-04-23  Jonathan Pobst  <monkey@jpobst.com>

	* XAttributeTest.cs, XElementTest.cs: Try to standardize DST usage
	to fix failing tests in buildbot.

2010-04-21  Atsushi Enomoto  <atsushi@ximian.com>

	* XNodeNavigatorTest.cs : added test for bug #594877. Enable and fix
	  tests that were commented out.

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

	* XElementTest.cs : added test for bug #592435.

2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>

	* XElementTest.cs, XAttributeTest.cs : add corner case value conversion
	  for numeric and TimeSpan values. Patch by Tiaan Geldenhuys.

2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>

	* XElementTest.cs, XAttributeTest.cs : add another set of extensive
	  tests by Tiaan Geldenhuys.

2010-01-12  Atsushi Enomoto  <atsushi@ximian.com>

	* XElementTest.cs : add extensive tests by Tiaan Geldenhuys, with
	  one sort of comment-out as stated in r149388.

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

	* XElementTest.cs : added test for bug #541098.

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

	* XDocumentTest.cs : added test for bug #496285.

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

	* XNodeReaderTest.cs : Updated test to match the latest linq2xml
	  and added test for LookupNamespace().

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

	* XObjectTest.cs : added test for #527887.

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

	* XNodeReaderTest.cs : test Prefix on default namespace.

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

	* XNodeReaderTest.cs : test member behaviors at EOF state.

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

	* XNodeReaderTest.cs : on attributes IsEmptyElement is false.

2009-05-07  Jb Evain  <jbevain@novell.com>

	* XElementTest.cs: add test for bug #501589.

2009-02-23  Jb Evain  <jbevain@novell.com>

	* XAttributeTest.cs: add test for XAttribute holding DateTimes.

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

	* XElementTest.cs : added test for bug #466423.

2008-06-12  Nestor Salceda  <nestor.salceda@gmail.com>

	* XTextTest.cs: added test for bug #401325.
	
2008-05-22  Atsushi Enomoto  <atsushi@ximian.com>

	* XElementTest.cs : added test for bug #392063 and some variants.

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

	* XElementTest.cs, XDocumentTest.cs : fixed tests; do now allow
	  XDeclaration addition to XElement, while allow it being added
	  to XDocument.
	  Added test for AddAfterSelf() for concatenating string arguments.

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

	* XElement.cs : added AddAfterSelfCollection().

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

	* XDocumentTest.cs, XElementTest.cs :
	  Added couple of tests for Add() and AddBeforeSelf().

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

	* XStreamingElementTest.cs : new test.

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

	* XNodeReaderTest.cs : added CreateReader3().

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

	* XElementTest.cs : added test for Value (bug #360858).

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

	* XNodeDocumentOrderComparerTest.cs : added another test for
	  descendant/ancestor comparison.
	* ExtensionsTest.cs : test InDocumentOrder<T>().

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

	* XNamespaceTest.cs : test Get() and GetName().

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

	* XNodeNavigatorTest.cs : test MoveToId() (NotSupportedException,
	  cannot be enabled yet).

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

	* XObjectTest.cs : new. Test IXmlLineInfo.

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

	* XNodeNavigatorTest.cs : new test (but it does not build yet).

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

	* ExtensionsTest.cs : disabled Remove() which does not compile now.
	* XNodeWriterTest.cs : added test for Write[Full]EndElement() and
	  XElement.IsEmpty.

2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>

	* XNodeReaderTest.cs : test for bug #356522, the third case.

2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>

	* XNodeReaderTest.cs : test get_NodeType() for Initial state.

2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>

	* XNodeReaderTest.cs : test CreateReader() for non-document XNode.

2008-01-29  Atsushi Enomoto  <atsushi@ximian.com>

	* XNodeReaderTest.cs : test for bug #356522 revised case.

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

	* XNodeReaderTest.cs : test for bug #356522.

2008-01-26  Atsushi Enomoto  <atsushi@ximian.com>

	* XNodeReaderTest.cs : test for bug #335975.

2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>

	* XTextTest.cs : added test for ToString().

2007-10-26  Atsushi Enomoto  <atsushi@ximian.com>

	* XElementTest.cs, XNamespaceTest.cs, XNodeWriterTest.cs:
	  XNamespace.Blank does not exist anymore.

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

	* XNodeReaderTest.cs : removed debug console output.
	* XNodeWriterTest.cs : new test for XContainer.CreateWriter().

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

	* XProcessingInstructionTest.cs
	  XNodeReaderTest.cs : new tests.

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

	* XElementTest.cs :
	  test for ReplaceAttributes(), GetDefaultNamespace(), 
	  GetPrefixOfNamespace() and GetNamespaceOfPrefix().

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

	* XNodeDocumentOrderComparerTest.cs : new test.

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

	* XTextTest.cs : test for NodeType (and whitespace),
	* XNodeEqualityComparerTest.cs : test for GetHashCode(null) and
	  Compare().

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

	* XElementTest.cs : Tests for ReplaceAll() and AddBeforeSelf() for
	  sequential strings.

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

	* XElementTest.cs : added tests for Add[Before|After]Self().
	* XAttributeTest.cs :
	  added tests for SetValue(), ToString() and ctor.
	* ExtensionsTest.cs : new file, tests for extension methods.

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

	* XAttributeTest.cs : new test, for XAttribute.
	* XElementTest.cs : attribute related tests.

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

	* XElementTest.cs : new test.
	* XNamespaceTest.cs
	  XDocumentTest.cs : some tests for simple tree structure.

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

	* XDocumentTest.cs
	  XNameTest.cs
	  XNamespaceTest.cs : initial commit.
