fix distcheck
authorBen Maurer <benm@mono-cvs.ximian.com>
Sun, 12 Jun 2005 17:36:57 +0000 (17:36 -0000)
committerBen Maurer <benm@mono-cvs.ximian.com>
Sun, 12 Jun 2005 17:36:57 +0000 (17:36 -0000)
svn path=/trunk/mcs/; revision=45826

mcs/class/corlib/Test/System.Security.Policy/PolicyLevelTest.cs

index dcf541350f645b03223c54c40afad1548e20028d..b0ac017ca152ae45abb8b76d47ce81fde9a9e7c0 100644 (file)
@@ -273,6 +273,9 @@ namespace MonoTests.System.Security.Policy {
                }
 
                [Test]
+               // Makes distcheck fail because there is no Mono installed into the prefix
+               // thus making the GAC not work...
+               [Category ("NotWorking")]
                public void FromXml () 
                {
                        PolicyLevel pl = PolicyLevel.CreateAppDomainLevel ();
@@ -293,6 +296,9 @@ namespace MonoTests.System.Security.Policy {
                }
 
                [Test]
+               // Makes distcheck fail because there is no Mono installed into the prefix
+               // thus making the GAC not work...
+               [Category ("NotWorking")]
                [ExpectedException (typeof (ArgumentException))]
                public void FromXml_Invalid () 
                {