Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog34
1 files changed, 0 insertions, 34 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
index bd8051de300..2f486b9cb16 100644
--- a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
@@ -1,37 +1,3 @@
-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.