* SqlGuidTest.cs: Fixed line endings.
authorGert Driesen <drieseng@users.sourceforge.net>
Tue, 30 Dec 2008 01:44:43 +0000 (01:44 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Tue, 30 Dec 2008 01:44:43 +0000 (01:44 -0000)
svn path=/trunk/mcs/; revision=122217

mcs/class/System.Data/Test/System.Data.SqlTypes/ChangeLog
mcs/class/System.Data/Test/System.Data.SqlTypes/SqlGuidTest.cs

index f3c6cbc19226f6940b4ac5d4aae6bfd4a7950960..1537c804a4913ca45c7a25aa106fa82f176918f6 100644 (file)
@@ -2,6 +2,7 @@
 
        * SqlStringTest.cs: Change spaces to tabs. Restore original culture
        on teardown. Enable commented-out tests. Removed CWLs.
+       * SqlGuidTest.cs: Fixed line endings.
 
 2008-12-23  Veerapuram Varadhan  <vvaradhan@novell.com>
 
index 37ba7daa4d173dd472648922a7df257a3fe3db5f..ed1085e81abf5c64f36ef479f1d0e45b758b6f8d 100644 (file)
@@ -8,33 +8,33 @@
 // (C) 2002 Ville Palo\r
 // (C) 2003 Martin Willemoes Hansen\r
 // \r
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
+\r
+//\r
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)\r
+//\r
+// Permission is hereby granted, free of charge, to any person obtaining\r
+// a copy of this software and associated documentation files (the\r
+// "Software"), to deal in the Software without restriction, including\r
+// without limitation the rights to use, copy, modify, merge, publish,\r
+// distribute, sublicense, and/or sell copies of the Software, and to\r
+// permit persons to whom the Software is furnished to do so, subject to\r
+// the following conditions:\r
+// \r
+// The above copyright notice and this permission notice shall be\r
+// included in all copies or substantial portions of the Software.\r
+// \r
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r
+//\r
 \r
 using NUnit.Framework;\r
 using System;\r
-using System.Xml;
+using System.Xml;\r
 using System.Data.SqlTypes;\r
 \r
 namespace MonoTests.System.Data.SqlTypes\r
@@ -348,13 +348,13 @@ namespace MonoTests.System.Data.SqlTypes
                        AssertEquals ("#Q01", new SqlGuid("0000c864-0000-0000-0000-000007650000"), \r
                                      (SqlGuid)TestGuid);\r
                }\r
-#if NET_2_0
-               [Test]
-               public void GetXsdTypeTest ()
-               {
-                       XmlQualifiedName qualifiedName = SqlGuid.GetXsdType (null);
-                       NUnit.Framework.Assert.AreEqual ("string", qualifiedName.Name, "#A01");
-               }
-#endif
+#if NET_2_0\r
+               [Test]\r
+               public void GetXsdTypeTest ()\r
+               {\r
+                       XmlQualifiedName qualifiedName = SqlGuid.GetXsdType (null);\r
+                       NUnit.Framework.Assert.AreEqual ("string", qualifiedName.Name, "#A01");\r
+               }\r
+#endif\r
         }\r
 }\r