Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreia Gaita <avidigal@novell.com>2007-01-23 22:47:33 +0300
committerAndreia Gaita <avidigal@novell.com>2007-01-23 22:47:33 +0300
commit7808e22d13b9b590aef4367e71e8f38bf841db0d (patch)
treee5ccd109ffc9e21d75c58af100e175d5f41fd216
parent6637d40778c59ae8034ba4ba710b5bfd1f4d106f (diff)
2007-01-23 Andreia Gaita <avidigal@novell.com>
* SendKeysTest.cs: Marked interactive, they're unstable * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking, we have to see why SetTopLevel is toggling the Form's visibility. svn path=/trunk/mcs/; revision=71550
-rw-r--r--mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog6
-rw-r--r--mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs1
-rw-r--r--mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs1
3 files changed, 8 insertions, 0 deletions
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 735c2f29fe8..4838ce51d7e 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,9 @@
+2007-01-23 Andreia Gaita <avidigal@novell.com>
+
+ * SendKeysTest.cs: Marked interactive, they're unstable
+ * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
+ we have to see why SetTopLevel is toggling the Form's visibility.
+
2007-01-23 Rolf Bjarne Kvinge <RKvinge@novell.com>
* ControlTest.cs: Make OnPaintTest NotWorking, since it only
diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs
index 9f5a3acf656..26942ba95d1 100644
--- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs
+++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs
@@ -1592,6 +1592,7 @@ namespace MonoTests.System.Windows.Forms
f.Controls.Add(f1);
}
+ [Category ("NotWorking")]
[Test]
public void TestForm ()
{
diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs
index 43e32b4d4ed..608eb1e36ed 100644
--- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs
+++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/SendKeysTest.cs
@@ -30,6 +30,7 @@ namespace MonoTests.System.Windows.Forms
[TestFixture]
[Category("NotDotNet")]
[Category("NotWithXvfb")]
+ [Category("Interactive")]
public class SendKeysTest {
static Queue keys = new Queue();