New test.
[mono.git] / mcs / class / System.XML / Test / System.Xml.Schema / ChangeLog
index 2f486b9cb16bd90a7fb572cc0b924b23eecea3b6..717f258bd3b37274df7d0a9f9c570c3dacd7ca19 100644 (file)
@@ -1,3 +1,66 @@
+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.