From ba2802da946568984c1fd7499faadd74195dd193 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 11 Feb 2006 15:39:17 +0000 Subject: [PATCH] * XmlRootAttributeTests.cs: Set eol-style to CRLF. * SoapTypeAttributeTests.cs: Same. * XmlIncludeAttributeTests.cs: Same. * XmlTextAttributeTests.cs: Same. * XmlSerializerTests.cs: Same. * SoapIncludeAttributeTests.cs: Same. * XmlSerializationWriterTests.cs: Same. * XmlElementAttributeTests.cs: Same. * ComplexDataStructure.cs: Same. * DeserializerTests.cs: Same. * SoapElementAttributeTests.cs: Same. * XmlChoiceIdentifierAttributeTests.cs: Same. * XmlArrayItemAttributeTests.cs: Same. * XmlAnyElementAttributeTests.cs: Same. * XmlAttributesTests.cs: Same. * XmlAttributeAttributeTests.cs: Same. * XmlEnumAttributeTests.cs: Same. * SoapAttributeAttributeTests.cs: Same. * SoapEnumAttributeTests.cs: Same. * SoapSchemaMemberTests.cs: Same. * XmlArrayAttributeTests.cs: Same. * XmlSerializerTestClasses.cs: Same. * XmlSchemaImporterTests.cs: Set eol-style to native. svn path=/trunk/mcs/; revision=56801 --- .../Test/System.Xml.Serialization/ChangeLog | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog b/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog index 122777b4bfa..c7548f4f8f2 100644 --- a/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog +++ b/mcs/class/System.XML/Test/System.Xml.Serialization/ChangeLog @@ -1,5 +1,31 @@ 2006-02-11 Gert Driesen + * XmlRootAttributeTests.cs: Set eol-style to CRLF. + * SoapTypeAttributeTests.cs: Same. + * XmlIncludeAttributeTests.cs: Same. + * XmlTextAttributeTests.cs: Same. + * XmlSerializerTests.cs: Same. + * SoapIncludeAttributeTests.cs: Same. + * XmlSerializationWriterTests.cs: Same. + * XmlElementAttributeTests.cs: Same. + * ComplexDataStructure.cs: Same. + * DeserializerTests.cs: Same. + * SoapElementAttributeTests.cs: Same. + * XmlChoiceIdentifierAttributeTests.cs: Same. + * XmlArrayItemAttributeTests.cs: Same. + * XmlAnyElementAttributeTests.cs: Same. + * XmlAttributesTests.cs: Same. + * XmlAttributeAttributeTests.cs: Same. + * XmlEnumAttributeTests.cs: Same. + * SoapAttributeAttributeTests.cs: Same. + * SoapEnumAttributeTests.cs: Same. + * SoapSchemaMemberTests.cs: Same. + * XmlArrayAttributeTests.cs: Same. + * XmlSerializerTestClasses.cs: Same. + * XmlSchemaImporterTests.cs: Set eol-style to native. + +2006-02-11 Gert Driesen + * XmlReflectionImporterTests.cs: Added test for IDictionary import. Set eol style to CRLF. * SoapReflectionImporterTests.cs: Added test for IDictionary import. -- 2.11.4.GIT