[System.Web] Remove Explicit attribute from test
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 29 Oct 2016 11:57:42 +0000 (13:57 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 29 Oct 2016 12:09:41 +0000 (14:09 +0200)
With nunitlite the test is executed even though it's marked as ignored when the attribute is there.
This is probably the same bug as https://github.com/nunit/nunit/issues/741 (we're passing -exclude for some categories to nunit).

mcs/class/System.Web/Test/System.Web/HttpRuntimeTest.cs

index 52439e975abadcb7073dca94f9ae0f42e9ef4f51..51742ec6bc9d739aa44ef9b69d317e285427df3a 100644 (file)
@@ -55,7 +55,6 @@ namespace MonoTests.System.Web
                [Test]
                [Category ("NunitWeb")]
                [Ignore ("Pending fix for bug 351878")]
-               [Explicit]
                public void UnloadAppDomain100Times () 
                {
                        for (int i = 0; i < 100; i++)