- Add a test to ensure that recieving focus selects all of the
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index e93f80b71fe47ef0efa9029ded5372545e3148d5..cc67c608ea8b6b5af1307a301a0820c2ba7f4cf8 100644 (file)
@@ -1,3 +1,203 @@
+2006-12-04  Jackson Harper  <jackson@ximian.com>
+
+       * TextBoxTest: More of these tests work now.
+       - Add a test to ensure that recieving focus selects all of the
+       text
+
+2006-12-04  Chris Toshok  <toshok@ximian.com>
+
+       * PrintDialogTest.cs: add [Category("Printing")] to all these
+       tests so I can exclude them.
+
+2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * StatusBarPanelTest.cs: Added a test for invalid
+       minimum widths.
+       
+2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * MdiFormTest.cs: Change a few tests to dispose of
+       the form when the test is finished.
+
+2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * MdiFormTest.cs: Added a few NotWorking tests for
+       initial form location.
+
+2006-12-04  Everaldo Canuto  <everaldo@simios.org>
+
+       * LabelTest.cs: Add tests for sizes, test for bug #80137.
+
+2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * MdiFormTest.cs: All current NotWorking tests are now
+       working, added a few more tests.
+
+2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CurrencyManagerTest.cs: Added test for bug #80107.
+
+2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataGridTest.cs: Fixed build.
+
+2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
+
+2006-12-01  Everaldo Canuto  <everaldo@simios.org>
+
+       * MenuTest.cs: Tag property assert for 2.0 profile.
+       
+2006-11-30  Everaldo Canuto  <everaldo@simios.org>
+
+       * ToolBarTest.cs:
+       - Remove ButtonSize.Width and ButtonSize.Height assert because
+       it depends of system metrics and diferent fonts can cause 
+       diferent sizes.
+       - Remove "NotWorking" mark from ToolBarPropertyTest, this test
+       now must works well.
+       
+2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * MessageTest.cs: Added test for ToString.
+       
+2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
+       
+2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MenuItemTest.cs: Added test for Text property.
+
+2006-11-29  Chris Toshok  <toshok@ximian.com>
+
+       * BindingTest.cs: add two new tests.
+
+2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * TrackBar.cs: Changed SizeTest and OrientationTest 
+       to work on MS with both WinXP theme and Win2K theme.
+
+2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
+
+2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
+
+2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FormTest.cs: Added test for bug #80052.
+
+2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MdiFormTest.cs: Added test for bug #80036.
+
+2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MdiFormTest.cs: Added NotWorking test for Form.Text.
+
+2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FormTest.cs: Added test for bug #80020.
+       * MdiFormTest.cs: Fixed typo, added additonal info.
+
+2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * MdiFormTest.cs: Improved Text test to also verify behavior when
+       Text of MDI child or container is empty. Added NotWorking test for
+       Text after MDI is maximized. Added comment with existing NotWorking
+       test for ActiveMdiChild.
+
+2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
+       ToStringTest.
+
+2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+       
+       * ControlTest.cs: Added tests for #79999.
+
+2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+       
+       * MdiFormTest.cs: Added tests for WindowState (mdi 
+       children) and Text (mdi parent with maximized mdi
+       children).
+
+2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ControlEventTest.cs: Added tests for Invalidated event.
+       * TreeNodeCollectionTest.cs: Added IList indexer tests.
+
+2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
+
+2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
+
+2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
+       * UpDownTest.cs: Fixed ToStringTest.
+
+2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
+
+       * CommonDialogsTest.cs: Added
+
+2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+        * StatusBarPanelTest.cs: Added tests for bug #79842
+        and tests for default properties.
+
+2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * TrackBarTest.cs: Added tests for bug #79718.
+       
+2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TextBoxTest.cs: Added test for bug #79851.
+
+2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TabControlTest.cs: Added test for bug #79847.
+
+2006-11-04  Chris Toshok  <toshok@ximian.com>
+
+       * ControlTest.cs: enable a bunch more of these on linux, and split
+       out problematic areas into smaller NotWorking tests.
+
+2006-11-04  Chris Toshok  <toshok@ximian.com>
+
+       * FormTest.cs: add a few more tests to determine various aspects
+       of the Close() method.
+
+2006-11-04  Chris Toshok  <toshok@ximian.com>
+
+       * FormTest.cs: add a test to more accurately test for bug #79155
+       (make sure an ObjectDisposedException is thrown if you Show() a
+       Form you just Close()'d).
+
+2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
+
+2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
+       #79812. Added (NotWorking) SelectedText tests.
+
+2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TextBoxTest.cs: Added tests for part of bug #79799.
+
+2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ControlTest.cs: Fixed build using csc 1.x.
+
 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
 
        * PictureBoxTest.cs: Enable the previously not working