From 7e7a261fa1bd36cca1f33cced78efe8a53e850a2 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 23 Jan 2007 18:43:23 +0000 Subject: [PATCH] 2007-01-23 Rolf Bjarne Kvinge * ControlTest.cs: Make OnPaintTest NotWorking, since it only works once in a while. svn path=/trunk/mcs/; revision=71537 --- mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog | 5 +++++ .../Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs | 1 + 2 files changed, 6 insertions(+) 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 2a45873aa76..735c2f29fe8 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 @@ +2007-01-23 Rolf Bjarne Kvinge + + * ControlTest.cs: Make OnPaintTest NotWorking, since it only + works once in a while. + 2007-01-23 Chris Toshok * BindingSourceTest.cs: initial BindingSource tests. not built 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 162dccf99d0..9f5a3acf656 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 @@ -73,6 +73,7 @@ namespace MonoTests.System.Windows.Forms } [Test] + [Category ("NotWorking")] public void OnPaintTest () { using (OnPaintTester t = new OnPaintTester ()) { -- 2.11.4.GIT