Fix the build.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 20 Jun 2014 02:17:30 +0000 (04:17 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Fri, 20 Jun 2014 02:17:30 +0000 (04:17 +0200)
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormEventTest.cs

index 4baf7584c1102b456fc342c1efc72fa287c26df3..9712812c29459c740c810c5a642dd6cfadc778b8 100644 (file)
@@ -642,7 +642,7 @@ namespace MonoTests.System.Windows.Forms
                private static int oipt_t1 = 0;
                private static int oipt_t2 = 0;
                [Test]
-               [Category ("NotWorking")]
+               [NUnit.Framework.Category ("NotWorking")]
                public void OneIdlePerThread () {
                        Thread t = Thread.CurrentThread;
                        oipt_t1 = t.ManagedThreadId;