[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
index e6c680787cde17874428bbd12471465af17bc911..b5a4f30dc55a0b43e106d60babdf5c5dbdb2b3fd 100644 (file)
@@ -1,3 +1,66 @@
+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.