* DataRelationTest.cs
authorGert Driesen <drieseng@users.sourceforge.net>
Fri, 4 Jul 2008 10:51:16 +0000 (10:51 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Fri, 4 Jul 2008 10:51:16 +0000 (10:51 -0000)
* MissingPrimaryKeyExceptionTest.cs: Fixed line endings.

svn path=/trunk/mcs/; revision=107236

mcs/class/System.Data/Test/System.Data/ChangeLog
mcs/class/System.Data/Test/System.Data/DataRelationTest.cs
mcs/class/System.Data/Test/System.Data/MissingPrimaryKeyExceptionTest.cs

index 0aebe072902ff437b5d9e2e871ecc9ff5bfd8c03..e19f4993a3c6be343158b93c770a3866acefdecf 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataRelationTest.cs
+       * MissingPrimaryKeyExceptionTest.cs: Fixed line endings.
+
 2008-07-04  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * ConstraintCollectionTest2.cs
index 0d6eb116bcf44c37f007a4cbe82107d8eda1b5ce..9988d11062a33cdc39d86ab5370e9da3502d4220 100644 (file)
@@ -8,29 +8,29 @@
 // (C) 2003 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
@@ -154,7 +154,7 @@ namespace MonoTests.System.Data
                        \r
                        DataRelation Relation = new DataRelation ("Rel", Mom.Columns [1], Child.Columns [1], true);\r
                        Set.Relations.Add (Relation);\r
-                       AssertEquals("test#01", 1, Set.Relations.Count);
+                       AssertEquals("test#01", 1, Set.Relations.Count);\r
                        \r
                        Child.Columns [1].DataType = Type.GetType ("System.Double");\r
                }\r
index 0393b93befc51d8f802d900e05f8611b727fba2f..75791b325b489bac28c20459523260e00cb9b296 100644 (file)
@@ -1,29 +1,29 @@
-// Authors:
-//   Rafael Mizrahi   <rafim@mainsoft.com>
-//   Erez Lotan       <erezl@mainsoft.com>
-//   Oren Gurfinkel   <oreng@mainsoft.com>
-//   Ofer Borstein
-// 
-// Copyright (c) 2004 Mainsoft Co.
-// 
-// 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.
+// Authors:\r
+//   Rafael Mizrahi   <rafim@mainsoft.com>\r
+//   Erez Lotan       <erezl@mainsoft.com>\r
+//   Oren Gurfinkel   <oreng@mainsoft.com>\r
+//   Ofer Borstein\r
+// \r
+// Copyright (c) 2004 Mainsoft Co.\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 System;\r
@@ -32,7 +32,7 @@ using System.Data;
 using NUnit.Framework;\r
 using MonoTests.System.Data.Utils;\r
 \r
-namespace MonoTests_System.Data
+namespace MonoTests_System.Data\r
 {\r
        [TestFixture]\r
        class MissingPrimaryKeyExceptionTest\r