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

	* XmlSchemaValidatorTests.cs : added test for bug #584664.

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

	* XmlSchemaValidatorTests.cs : added test for bug #557452, by
	  Luke Ravitch.

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

	* XmlSchemaValidatorTests.cs : added test for bug #502251, by
	  Jonas Larsson.

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

	* XmlSchemaSetTests.cs : added test for bug #571650.

2009-07-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* XmlSchemaTests.cs: Fixed tests for bug #502115.

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

	* XmlSchemaTests.cs : disabled wrong tests. I will revert them
	  unless it gets better shape.

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

	* XmlSchemaAssertion.cs, XmlSchemaTests.cs : migrate from Assertion
	  to Assert (it still uses XmlSchemaAssertion as the base class,
	  but XmlSchemaAssertion is not based on Assertion anymore).

2009-05-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* XmlSchemaTests.cs: added tests for bug #502115.

2009-05-07  Jonas Larsson <jonas.larsson@manodo.se> 

	* XmlSchemaValidatorTests.cs : added test for bug #501666.

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

	* XmlSchemaValidatorTests.cs : added test for bug #496192 and #496205.

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

	* XmlSchemaValidatorTests.cs : added test for bug #469713.

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

	* XmlSchemaSetTests.cs : added test for Compile() after "duplicating"
	  call to Add() for such schemas that also have xs:import of the
	  same schema that causes errors on processing substitutionGroup.

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

	* XmlSchemaValidatorTests.cs : added test for bug #435206.

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

	* XmlSchemaValidatorTests.cs : added test for bug #433774.

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

	* XmlSchemaValidatorTests.cs : added test for bug #422581.

2008-06-06  Atsushi Enomoto  <atsushi@ximian.com>

	* XmlSchemaTests.cs : fix file path.

2008-06-06  James Fitzsimons <james.fitzsimons@gmail.com>

	* XmlSchemaTests.cs: added test for bug #397612.
	* XmlSchemaAssertion.cs : make sure to close schema XmlReader.

2008-06-06  James Fitzsimons <james.fitzsimons@gmail.com>

	* XmlSchemaTests.cs: added test to support change to 
	  GetResolvedUri to return Uri in correct case
	  to make compatible with the Microsoft.NET framework.

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

	* XmlSchemaTests.cs: added test for bug #361818.

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

	* XmlSchemaValidatorTests.cs : new. Test for bug #358408.

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

	* XmlSchemaTest.cs : added bug #78985 case.

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

	* XmlSchemaSetTest.cs : added bug #77489 case.
	* XmlSchemaCollectionTests.cs : removed NotWorking from #77820 case.

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

	* XmlSchemaSetTests.cs : added AddWrongTargetNamespace().

2006-07-25  Atsushi Enomoto  <atsushi@ximian.com>

	* XmlSchemaTests.cs : added TestSimpleMutualImport().

2006-04-27  Gert Driesen  <drieseng@users.sourceforge.net>

	* XmlSchemaCollectionTests.cs: added test for bug #78220.

2006-03-02  Atsushi Enomoto  <atsushi@ximian.com>

	* XmlSchemaTests.cs : added test for bug #77687.

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

	* XmlSchemaTests.cs : added test for bug #77685.

2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>

	* XmlSchemaAssertion.cs: Set eol-style to native.
	* XmlSchemaBuiltInDatatypeTests.cs: Set eol-style to CRLF.
	* XmlSchemaCollectionTests.cs: Set eol-style to native. Fixed line 
	endings.
	* XmlSchemaDatatypeTests.cs: Set eol-style to native.
	* XmlSchemaExceptionCas.cs: Set eol-style to native.
	* XmlSchemaLengthFacetTests.cs: Set eol-style to CRLF.
	* XmlSchemaSetTests.cs: Set eol-style to native.
	* XmlSchemaTests.cs: Set eol-style to native.
	* XmlSchemaTypeTests.cs: Set eol-style to native.>

2006-02-28  Gert Driesen <drieseng@users.sourceforge.net>

	* XmlSchemaTests.cs: Added test for writing XmlSchema with
	zero-length TargetNamespace. Added test for compiling XmlSchema
	with zero-length TargetNamespace. Replaced Console.WriteLine with 
	AssertEquals.

2006-02-06  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaDatatypeTests.cs: (TestAnyType) NotDotNet -> Ignore.

2006-02-06  Gert Driesen <drieseng@users.sourceforge.net>

	* XmlSchemaDatatypeTests.cs: Marked TestAnyType NotDotNet on 2.0
	profile instead of marking it NotWorking. No longer derive from 
	Assertion.

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

	* XmlSchemaDatatypeTests.cs : added two more anyURI tests.

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

	* XmlSchemaTypeTests.cs : new file. Test for TypeCode.
	* XmlSchemaSetTests.cs : added more tests for Add() and marked one as
	  NotWorking (we need info on how consistent this method is).

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

	* XmlSchemaDatatypeTests.cs : oops sys.col.generic is NET_2_0.

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

	* XmlSchemaDatatypeTests.cs : added test for 2.0 IsDerivedFrom().

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

	* XmlSchemaSetTests.cs : added AddRollbackIsCompiled(); Add() changes
	  IsCompiled to false.

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

	* XmlSchemaSetTests.cs : reverted the patch, thus restore [Ignore].

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

	* XmlSchemaSetTests.cs : re-enabled test for Add() which was
	  inconsistent in beta versions.

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

	* XmlSchemaSetTests.cs : added set_CompilationSettings tests.

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

	* XmlSchemaSetTests.cs : added CompilationSettings tests.

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

	* XmlSchemaTests.cs :
	  Additional schema component to finish #76865 test.

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

	* XmlSchemaTests.cs : added testcase for #76865.

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

	* XmlSchemaTests.cs : some namespace output strategy seems changed
	  in .NET 2.0 and they still make sense, so just mark them as
	  NotDotNet and NotWorking under 2.0.

2005-09-30  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaTests.cs : test for reader position after Read().

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

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

2005-06-11  Atsushi Enomoto <atsushi@ximian.com>

	* XmlSchemaCollectionTests.cs : added test for #75126.

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

	* XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.

2005-01-30  Nick Drochak <ndrochak@ieee.org>

	* XmlSchemaTests.cs: Use less strict test. Probably the order of the 
	namespaces is not required to be in any particular order.

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

	* XmlSchemaTests.cs : added TestWriteNamespaces2 ().

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

	* XmlSchemaSetTests.cs : added.

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

	* XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
	  is 'T' that was wanted). More kind error message in Fail().

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

	* XmlSchemaTests.cs : Added TestWriteNamespaces().

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

	* Added XmlSchemaAssertion.cs.
	* XmlSchemaTests.cs : now uses XmlSchemaAssertion.

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

	* XmlSchemaTests.cs : fixed file path. Added more tests.
	* added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
	  latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)

2003-12-17  David Sheldon <dave-mono@earth.li>

  * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
    bug 52274.    

2003-12-14  David Sheldon <dave-mono@earth.li>

  * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing 
    as length facets, and changed the assert for the correct type.

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

	* Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)

2003-07-21  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlSchemaTests.cs : added sequence and particle tests to TestCompile()

2003-07-20  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
	  added related tests in TestCompile().

2003-07-19  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().

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.
