[bcl] Remove NET_4_0 defines from class libs
[mono.git] / mcs / class / System.Web / Test / System.Web / HttpClientCertificateTest.cs
index e675c954e802a6f498654df69aa71eb6d05a5325..955f9f1a8bf4727d671491b8be3121703943ec0a 100644 (file)
@@ -255,9 +255,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void DefaultValues ()
                {
                        HttpClientCertificate hcc = GetHttpClientCertificate ();
@@ -289,9 +286,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void MirrorValues ()
                {
                        hwr.MirrorVariableName = true;
@@ -313,9 +307,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void MirrorValues_Alternate ()
                {
                        hwr.MirrorVariableName = true;
@@ -328,9 +319,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void HttpWorkerRequest ()
                {
                        // required to "activate" later call as IsPresent will return true
@@ -348,9 +336,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void Valid ()
                {
                        HttpClientCertificate hcc = GetHttpClientCertificate ();
@@ -368,9 +353,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void Add ()
                {
                        HttpClientCertificate hcc = GetHttpClientCertificate ();
@@ -381,9 +363,6 @@ namespace MonoTests.System.Web {
                }
 
                [Test]
-#if ONLY_1_1
-               [Category ("NotDotNet")] // we don't want to duplicate this
-#endif
                public void Get ()
                {
                        HttpClientCertificate hcc = GetHttpClientCertificate ();