2007-06-08 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index d2337b0732afd1cb900f866a6da1c097f1d5ba51..be48c0cbd3a01c7d360d34cd549558c466c5e47a 100644 (file)
@@ -1,3 +1,180 @@
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * GroupBoxTest.cs: Missed an if.
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * GroupBoxTest.cs: AutoSize is theme dependent.
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ComboBoxTest.cs: Add test for ScaleControl.
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * GroupBoxTest.cs: Add some 2.0 tests.
+
+2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * PanelTest.cs: Add.
+
+2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ScrollableControlTest.cs: ScrollToControl test is theme dependent due to
+       the width of scrollbars.
+
+2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ScrollableControlTest.cs: Add test for ScrollToControl.
+
+2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ScrollBarTest.cs, SplitterTest.cs: Add some 2.0 tests.
+       * ScrollBarTest.cs: Comment out several tests that no longer compile due
+       to bug #81818.
+
+2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ButtonTest.cs: BehaviorAutoSize is font dependent, only run on windows.
+
+2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ButtonBaseTest.cs: Add test for default values.
+       * ButtonTest.cs: Add test for default values, add test for AutoSize.
+
+2007-06-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PropertyGridTest.cs: Added test for bug #81796, and reworked
+       SelectedGridItem_Null test to no longer check actual message.
+
+2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs: Modify AutoSizeGrowAndShrink test to pass on all WM's.
+
+2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs: Add tests for AutoSize'ing.
+
+2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
+
+       * LabelTest.cs: Fix SizeTest for 2.0 profile since autosize theres
+       diferent behavior on 2.0.
+
+2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * ScrollableControlTest.cs: Add ResizeAnchoredTest.
+       * PropertyGridTest.cs: A few more tests.
+
+2007-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewTest.cs: Added a new test for 2.0 RedrawItem method.
+
+2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ControlTest.cs: Add tests for 2.0 scaling methods.
+
+2007-05-30  Andreia Gaita  <avidigal@novell.com>
+
+       * FocusTest.cs: Add tests for ContainerControl - fire events even if 
+       there is no form, and set active control before firing events.
+
+2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ControlTest.cs: Test to show the effects of ResumeLayout(false).
+
+2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListView.cs:
+       * ListViewItem.cs: Added 2.0 ListViewItem.ToolTipText tests.
+
+2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * TextBoxTest.cs: Ignore a couple of font-dependent tests.
+
+2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * MonthCalendarTest.cs: Added InitialSizeTest.
+
+2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * FormTest.cs: Increase timeout value. Might prevent tests from failing
+         on slower computers.
+
+2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DateTimePickerTest.cs: Added tests for MinDate and MaxDate.
+
+2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DateTimePickerTest.cs: Avoid test failures on Windows system with
+       non-us locale.
+
+2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * NumericUpDownTest.cs: Avoid use of global identifier since csc 1.x
+       does not support this.
+       * FormTest.cs: Avoid using anonymous methods. Allows our test to build
+       again using csc 1.x.
+
+2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TreeNodeCollectionTest.cs: Added tests for Add and AddRange. Fixed
+       and improved test for IList indexer.
+
+2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TextBoxTest.cs: Improve tests for Copy, Cut and Paste to also cover
+       bug #81736.
+
+2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * KeyEventArgsTest.cs: Added.
+
+2007-05-24  Andreia Gaita  <avidigal@novell.com>
+
+       * NumericUpDownTest.cs: Added 1.1 and 2.0 tests.
+
+2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListControlTest.cs:
+       * CheckedListBoxTest.cs: Move the GetItemText test
+       to ListControl, since the method it's part of it. Also
+       add a FilterItemOnProperty test.
+
+2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DefaultLayoutTest.cs: Add test for bug 81199. (nested controls)
+
+2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ContainerControlTest.cs: Test to show ProcessMnemonic is called
+       regardless of CanSelect.
+
+2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TestHelper.cs: Remove reference to event_log from constructor.
+
+2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ControlTest.cs: Add test to show that setting a control's Visible
+       property causes it's parent to relayout.
+
+2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DefaultLayoutTest.cs: Add test for docking when parent has Padding.
+
+2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
+
+       * TestHelper.cs: Remove Event log we already have a EventLogger class.
+
+2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
+
+       * TestHelper.cs: Event log added.
+
 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
 
        * ContextMenuTest.cs: ContextMenu tests added.