X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FTest%2FSystem.Xml.Schema%2FChangeLog;h=d585d347cf03c8f01735a34b0a0c1e650f0179c6;hb=8db721b50feac23a2013e5bf2b95ad7e9521587b;hp=5f6cb4cf69080904e904cd5f73142e96cecfa852;hpb=b0d2d5af52c77f414a46ab954fc8c435e96647ac;p=mono.git diff --git a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog index 5f6cb4cf690..d585d347cf0 100644 --- a/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog +++ b/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog @@ -1,3 +1,115 @@ +2009-05-07 Jonas Larsson + + * XmlSchemaValidatorTests.cs : added test for bug #501666. + +2009-04-22 Atsushi Enomoto + + * XmlSchemaValidatorTests.cs : added test for bug #496192 and #496205. + +2009-01-30 Atsushi Enomoto + + * XmlSchemaValidatorTests.cs : added test for bug #469713. + +2008-12-15 Atsushi Enomoto + + * 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 + + * XmlSchemaValidatorTests.cs : added test for bug #435206. + +2008-10-28 Atsushi Enomoto + + * XmlSchemaValidatorTests.cs : added test for bug #433774. + +2008-09-09 Atsushi Enomoto + + * XmlSchemaValidatorTests.cs : added test for bug #422581. + +2008-06-06 Atsushi Enomoto + + * XmlSchemaTests.cs : fix file path. + +2008-06-06 James Fitzsimons + + * XmlSchemaTests.cs: added test for bug #397612. + * XmlSchemaAssertion.cs : make sure to close schema XmlReader. + +2008-06-06 James Fitzsimons + + * 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 + + * XmlSchemaTests.cs: added test for bug #361818. + +2008-02-04 Atsushi Enomoto + + * XmlSchemaValidatorTests.cs : new. Test for bug #358408. + +2006-08-04 Atsushi Enomoto + + * XmlSchemaTest.cs : added bug #78985 case. + +2006-07-27 Atsushi Enomoto + + * XmlSchemaSetTest.cs : added bug #77489 case. + * XmlSchemaCollectionTests.cs : removed NotWorking from #77820 case. + +2006-07-27 Atsushi Enomoto + + * XmlSchemaSetTests.cs : added AddWrongTargetNamespace(). + +2006-07-25 Atsushi Enomoto + + * XmlSchemaTests.cs : added TestSimpleMutualImport(). + +2006-04-27 Gert Driesen + + * XmlSchemaCollectionTests.cs: added test for bug #78220. + +2006-03-02 Atsushi Enomoto + + * XmlSchemaTests.cs : added test for bug #77687. + +2006-03-01 Atsushi Enomoto + + * XmlSchemaTests.cs : added test for bug #77685. + +2006-02-28 Gert Driesen + + * 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 + + * 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 + + * XmlSchemaDatatypeTests.cs: (TestAnyType) NotDotNet -> Ignore. + +2006-02-06 Gert Driesen + + * XmlSchemaDatatypeTests.cs: Marked TestAnyType NotDotNet on 2.0 + profile instead of marking it NotWorking. No longer derive from + Assertion. + 2006-02-01 Atsushi Enomoto * XmlSchemaDatatypeTests.cs : added two more anyURI tests.