From 7c0bc025f1c6cea0f1768c41f0d60379896579fd Mon Sep 17 00:00:00 2001 From: Everaldo Canuto Date: Sun, 4 May 2008 04:21:24 +0000 Subject: [PATCH] 2008-05-03 Everaldo Canuto * LinkLabelTest.cs: Remove NotWorking attribute from TestLinkArea, it is fixed in r102445. svn path=/trunk/mcs/; revision=102446 --- mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog | 5 +++++ .../Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog index 0c0b5e54c61..5b03fe4829d 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog @@ -1,3 +1,8 @@ +2008-05-03 Everaldo Canuto + + * LinkLabelTest.cs: Remove NotWorking attribute from TestLinkArea, it is + fixed in r102445. + 2008-05-01 Jonathan Pobst * DataGridViewRowCollectionTest.cs: Disable test requiring shared rows. diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs index bb1bc79028e..cb9eac670f2 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/LinkLabelTest.cs @@ -37,7 +37,6 @@ namespace MonoTests.System.Windows.Forms } [Test] - [Category ("NotWorking")] public void TestLinkArea () { LinkLabel l = new LinkLabel(); -- 2.11.4.GIT