X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FTest%2FSystem.Xml.Serialization%2FXmlIncludeAttributeTests.cs;h=81a915a79800da172cbe9297b7d1a2c0a2900e04;hb=20d845ca07479ece43da9e344c060e49887fd369;hp=671bbdf9f0cfcfabbc5897ef97227f36943cb49a;hpb=00e065484e866f3a0349c882f804c4a79a13ee5c;p=mono.git diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlIncludeAttributeTests.cs b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlIncludeAttributeTests.cs index 671bbdf9f0c..81a915a7980 100644 --- a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlIncludeAttributeTests.cs +++ b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlIncludeAttributeTests.cs @@ -1,26 +1,26 @@ -// -// 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); - } - } -} +// +// 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); + } + } +}