From 43bdc5f75dd1d2f0cce702ed1aef2947fcf79e54 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 4 Dec 2006 21:28:15 +0000 Subject: [PATCH] This one is fixed too. svn path=/trunk/mcs/; revision=68996 --- mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs index 0b5bb3654a9..5bf3969b790 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs @@ -73,7 +73,6 @@ namespace MonoTests.System.Windows.Forms } [Test] - [Category ("NotWorking")] public void TextBoxPropertyTest () { Assert.AreEqual (false, textBox.AcceptsReturn, "#21"); -- 2.11.4.GIT