X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data%2FTest%2FSystem.Data.Common%2FConnectionStringsSectionTest.cs;h=9722b5be1b7b10e177eb1280962abd7efa3dc161;hb=5780d872ad5c32a1fcfa84c8e86af5ee73e50e9c;hp=b1dbb367721452f485d00083847b330924da412b;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/class/System.Data/Test/System.Data.Common/ConnectionStringsSectionTest.cs b/mcs/class/System.Data/Test/System.Data.Common/ConnectionStringsSectionTest.cs index b1dbb367721..9722b5be1b7 100644 --- a/mcs/class/System.Data/Test/System.Data.Common/ConnectionStringsSectionTest.cs +++ b/mcs/class/System.Data/Test/System.Data.Common/ConnectionStringsSectionTest.cs @@ -27,17 +27,13 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - -#region Using directives +#if !MOBILE using System; using System.Configuration; using NUnit.Framework; -#endregion - namespace MonoTests.System.Configuration { [TestFixture] @@ -63,4 +59,4 @@ namespace MonoTests.System.Configuration } -#endif // NET_2_0 +#endif