Author: gert
Date: 2006-02-28 14:27:46 -0500 (Tue, 28 Feb 2006)
New Revision: 57418

Modified:
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaAssertion.cs
   
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaBuiltInDatatypeTests.cs
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaCollectionTests.cs
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaDatatypeTests.cs
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaExceptionCas.cs
   
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaLengthFacetTests.cs
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaSetTests.cs
   trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
Log:
* 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.>


Modified: trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog
===================================================================
--- trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog 2006-02-28 
19:25:41 UTC (rev 57417)
+++ trunk/mcs/class/System.XML/Test/System.Xml.Schema/ChangeLog 2006-02-28 
19:27:46 UTC (rev 57418)
@@ -1,5 +1,18 @@
 2006-02-28  Gert Driesen <[EMAIL PROTECTED]>
 
+       * 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 <[EMAIL PROTECTED]>
+
        * XmlSchemaTests.cs: Added test for writing XmlSchema with
        zero-length TargetNamespace. Added test for compiling XmlSchema
        with zero-length TargetNamespace. Replaced Console.WriteLine with 


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaAssertion.cs
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaBuiltInDatatypeTests.cs
___________________________________________________________________
Name: svn:eol-style
   + CRLF

Modified: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaCollectionTests.cs
===================================================================
--- 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaCollectionTests.cs   
    2006-02-28 19:25:41 UTC (rev 57417)
+++ 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaCollectionTests.cs   
    2006-02-28 19:27:46 UTC (rev 57418)
@@ -61,15 +61,15 @@
                        col.Add (schema2);
                }
 
-               [Test]
-               public void TestAddDoesCompilation ()
-               {
-                       XmlSchema schema = new XmlSchema ();
-                       Assert (!schema.IsCompiled);
-                       XmlSchemaCollection col = new XmlSchemaCollection ();
-                       col.Add (schema);
-                       Assert (schema.IsCompiled);
-               }
+               [Test]
+               public void TestAddDoesCompilation ()
+               {
+                       XmlSchema schema = new XmlSchema ();
+                       Assert (!schema.IsCompiled);
+                       XmlSchemaCollection col = new XmlSchemaCollection ();
+                       col.Add (schema);
+                       Assert (schema.IsCompiled);
+               }
 
                [Test] // bug #75126
                public void TestGetEnumerator ()


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaDatatypeTests.cs
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaExceptionCas.cs
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaLengthFacetTests.cs
___________________________________________________________________
Name: svn:eol-style
   + CRLF


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaSetTests.cs
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: 
trunk/mcs/class/System.XML/Test/System.Xml.Schema/XmlSchemaTests.cs
___________________________________________________________________
Name: svn:eol-style
   + native

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to