Unit test for bug #821.
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / UserControlTest.cs
index 0b35ddcf532d43236bf85c3efdcafa6fcc0ccb9f..d86ebc4eb7cf012d93fb35abd48eea8741298152 100644 (file)
@@ -37,14 +37,14 @@ using System.ComponentModel;
 namespace MonoTests.System.Windows.Forms
 {
        [TestFixture]
-       public class UserControlTest
+       public class UserControlTest : TestHelper
        {
                UserControl uc = null;
 
                [SetUp]
-               public void SetUp()
-               {
+               protected override void SetUp () {
                        uc = new UserControl();
+                       base.SetUp ();
                }
 
                [Test]