Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/System.Web.UI/UserControlControlBuilderCas.cs')
-rw-r--r--mcs/class/System.Web/Test/System.Web.UI/UserControlControlBuilderCas.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Web/Test/System.Web.UI/UserControlControlBuilderCas.cs b/mcs/class/System.Web/Test/System.Web.UI/UserControlControlBuilderCas.cs
index 072111371e3..f5ed36eab9a 100644
--- a/mcs/class/System.Web/Test/System.Web.UI/UserControlControlBuilderCas.cs
+++ b/mcs/class/System.Web/Test/System.Web.UI/UserControlControlBuilderCas.cs
@@ -55,7 +55,6 @@ namespace MonoCasTests.System.Web.UI {
uccb.SetTagInnerText ("mono");
}
-#if NET_2_0
[Test]
[AspNetHostingPermission (SecurityAction.Deny, Level = AspNetHostingPermissionLevel.Minimal)]
[ExpectedException (typeof (SecurityException))]
@@ -71,7 +70,6 @@ namespace MonoCasTests.System.Web.UI {
{
new UserControlControlBuilder ().BuildObject ();
}
-#endif
// LinkDemand