Merge pull request #1156 from felfert/master
[mono.git] / mcs / class / System.XML / Test / System.Xml.Serialization / XmlIncludeAttributeTests.cs
index 671bbdf9f0cfcfabbc5897ef97227f36943cb49a..81a915a79800da172cbe9297b7d1a2c0a2900e04 100644 (file)
@@ -1,26 +1,26 @@
-//\r
-// Tests for System.Xml.Serialization.XmlIncludeAttribute\r
-//\r
-// Author:\r
-//   Gert Driesen\r
-//\r
-// (C) 2005 Novell\r
-//\r
-\r
-using System.Xml.Serialization;\r
-\r
-using NUnit.Framework;\r
-\r
-namespace MonoTests.System.XmlSerialization\r
-{\r
-       [TestFixture]\r
-       public class XmlIncludeAttributeTests\r
-       {\r
-               [Test]\r
-               public void TypeDefault ()\r
-               {\r
-                       XmlIncludeAttribute attr = new XmlIncludeAttribute (null);\r
-                       Assert.IsNull (attr.Type);\r
-               }\r
-       }\r
-}\r
+//
+// Tests for System.Xml.Serialization.XmlIncludeAttribute
+//
+// Author:
+//   Gert Driesen
+//
+// (C) 2005 Novell
+//
+
+using System.Xml.Serialization;
+
+using NUnit.Framework;
+
+namespace MonoTests.System.XmlSerialization
+{
+       [TestFixture]
+       public class XmlIncludeAttributeTests
+       {
+               [Test]
+               public void TypeDefault ()
+               {
+                       XmlIncludeAttribute attr = new XmlIncludeAttribute (null);
+                       Assert.IsNull (attr.Type);
+               }
+       }
+}