Author: andrews
Date: 2006-11-07 05:26:38 -0500 (Tue, 07 Nov 2006)
New Revision: 67443

Modified:
   trunk/mcs/class/System.Web/Test/System.Web.Hosting/ApplicationHostTest.cs
Log:
TARGET_JVM


Modified: 
trunk/mcs/class/System.Web/Test/System.Web.Hosting/ApplicationHostTest.cs
===================================================================
--- trunk/mcs/class/System.Web/Test/System.Web.Hosting/ApplicationHostTest.cs   
2006-11-07 10:23:40 UTC (rev 67442)
+++ trunk/mcs/class/System.Web/Test/System.Web.Hosting/ApplicationHostTest.cs   
2006-11-07 10:26:38 UTC (rev 67443)
@@ -124,7 +124,11 @@
                        ApplicationHost.CreateApplicationHost (typeof (MBR), 
"/app", null);
                }
 
-               [Test][ExpectedException(typeof(SerializationException))]
+               [Test]
+               [ExpectedException(typeof(SerializationException))]
+#if TARGET_JVM //System.Security.Policy.Evidence not implemented
+               [Category ("NotWorking")]
+#endif
                public void Constructor_PlainType ()
                {
                        ApplicationHost.CreateApplicationHost (typeof 
(ApplicationHostTest), "/app", Environment.CurrentDirectory);

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to