[System*] Throw a PlatformNotSupported exception when using the managed networking...
[mono.git] / mcs / class / System.Data / Test / System.Data.Common / ConnectionStringsSectionTest.cs
index b1dbb367721452f485d00083847b330924da412b..9722b5be1b7b10e177eb1280962abd7efa3dc161 100644 (file)
 // 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