[bcl] Make mono cas opt-in features instead of opt-out for mobile profiles
[mono.git] / mcs / class / corlib / Test / System.Security / SecurityContextCas.cs
index 6967a5664a8c403c0c66561535c2218961ecbfc9..45498d9b5b92d89f6f9d2e2a2a1dae058b3cc36b 100644 (file)
@@ -25,8 +25,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-
-#if NET_2_0
+#if FEATURE_COMPRESSEDSTACK
 
 using System;
 using System.Security;
@@ -35,7 +34,7 @@ using System.Threading;
 
 using NUnit.Framework;
 
-namespace MonoCasTests.System.Threading {
+namespace MonoCasTests.System.Security {
 
        [TestFixture]
        [Category ("CAS")]
@@ -169,4 +168,4 @@ namespace MonoCasTests.System.Threading {
        }
 }
 
-#endif
+#endif
\ No newline at end of file