* FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Wed, 25 Apr 2007 10:28:27 +0000 (10:28 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Wed, 25 Apr 2007 10:28:27 +0000 (10:28 -0000)
commit788c933c5194f7f600ef6d0bbc2d98a660e7984c
treedd34cad9c734224172ffafe2e9ae508086d27a3d
parent4654353514c1e5292197451440bce730fc8cb62c
* FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
  ProgressBarTest.cs, RichTextBoxTest.cs, ListViewEventTest.cs,
  TreeViewTest.cs, ColumnHeaderTest.cs, ApplicationContextTest.cs,
  MdiFormTest.cs, MenuItemTest.cs, TextBoxTest.cs, ListBoxTest.cs,
  ToolStripTest.cs, ToolStripMenuItemTest.cs, ControlTest.cs,
  ToolBarTest.cs: Dispose of the 61 forms we were keeping open while
  running the tests.
* ApplicationTest.cs: Dispose of the 61 forms we were keeping open
  while running the tests. Added OpenFormsTest.
* FormTest.cs: Dispose of the 61 forms we were keeping open while
  running the tests. Added DialogOwnerTest.

svn path=/trunk/mcs/; revision=76241
20 files changed:
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ApplicationContextTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ApplicationTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ColumnHeaderTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlEventTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormHandleTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/FormTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBoxTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListViewEventTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MdiFormTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuItemTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/MenuStripTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ProgressBarTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/RichTextBoxTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TextBoxTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolBarTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripMenuItemTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripTest.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TreeViewTest.cs