2007-09-06 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index be48c0cbd3a01c7d360d34cd549558c466c5e47a..77d30ba5eeb00c2fa4a78e667e03d65359ca844f 100644 (file)
@@ -1,3 +1,369 @@
+2007-09-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: Add test for bug #82605.
+
+2007-08-31  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ToolStripItemTest.cs: Added test to show that Enabled can
+       depend on Parent/Owner's Enabled.
+
+2007-08-29  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ContainerControlTest.cs: Added test for ValidateChildren.
+
+2007-08-25  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FolderBrowserDialogTest.cs: Added tests for Description and
+       ShowNewFolderButton.
+
+2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FolderBrowserDialogTest.cs: Added tests for SelectedPath and
+       RootFolder.
+       * SaveFileDialogTest.cs: Renamed class and improved AddExtension test.
+
+2007-08-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewGroupTest.cs: New assertions for a pair of tests.
+
+2007-08-23  George Giolfan  <georgegiolfan@yahoo.com>
+
+       * FlowPanelTests.cs: Add PreferredSize test.
+
+2007-08-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListBoxTest.cs, ListViewTest.cs, TreeViewTest.cs: Add tests that show
+       IsInputChar should always return true for these controls.
+
+2007-08-22  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ComboBoxTest.cs: Add test for AutoSize behavior.
+
+2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewCellTest.cs: Added GetClipboardContentTest,
+         GetClipboardContentTestException.
+       * DataGridViewClipboardHeaderTest.cs, DataGridViewClipboardTest.cs: Added.
+       * DataGridViewColumnHeaderTest.cs: Added GetClipboardContentTestException
+       * DataGridViewRowHeaderTest.cs: Added GetClipboardContentTestException/2.
+       * DataGridViewTest.cs: Added GetClipboardContentsDisabled,
+         GetClipboardContents, GetClipboardContents_HeadersAlways,
+         GetClipboardContents_HeadersNever and GenerateClipboardTest with several
+         helper functions.
+
+2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewColumnCollectionTest.cs, DataGridViewComboBoxCellTest.cs,
+         DataGridViewRowCollectionTest.cs, DataGridViewTextBoxColumnTest.cs,
+         DataGridViewBandTest.cs: Fixed line endings.
+       * DataGridViewCommon.cs: Fixed line endings, added
+         CreateAndFillForClipboard.
+
+2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataObjectTest.cs: Added TestConvertible.
+
+2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewGroupCollectionTest.cs: New tests for the indexers.
+
+2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewTest.cs: Added EditingRowAfterAddingColumns.
+
+2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * StatusBarPanelTest.cs: Added IconWidth.
+
+2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
+
+       * FormTest.cs: Add test for opacity.
+
+2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
+
+       * DataGridTableStyle.cs: An assert added to test ResetHeaderFont.
+
+2007-08-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * FormTest.cs: Added test for bug 82358.
+
+2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs: Add test for bug #82470.
+
+2007-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewCollectionsTest.cs: New tests for ListViewItemCollection
+       when used with ListViewGroup.
+       * ListViewGroupCollectionTest.cs: Likewise.
+       * ListViewItemTest.cs: Likewise.
+
+2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ToolBarButtonTest.cs: Add test showing how ImageIndex and ImageKey interact.
+
+2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TextBoxTest.cs: Fix old SelectionLength assert to work on MS and match
+       corrected Mono behavior.
+
+2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewTest.cs: Added EditingRow.
+
+2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ToolTip.cs: Add test for bug #82399.
+
+2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TextBoxTest.cs: New test for 82371 to illustrate SelectionLength value when
+       no text is selected.
+
+2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListBoxTest.cs: Mark test MethodScaleControl as not working.
+
+2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewCommon.cs: Added CreateAndFillBig.
+       * DataGridViewTest.cs: Added SelectedRowsTest and SelectedColumnsTest.
+
+2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewCommon.cs: Added a comment.
+       * DataGridViewCellTest.cs: Added ReadOnlyTest.
+
+2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewColumnCollectionTest.cs: Added AddFullColumnSelect.
+
+2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * ContainerControlTest.cs, ControlTest.cs, DefaultLayoutTest.cs,
+         FormTest.cs, PanelTest.cs, TableLayoutTest.cs, UserControlTest.cs:
+         Dispose of forms when they're no longer used.
+       * ListViewCollectionsTest.cs: Dispose of listviews when they're no longer
+         used.
+
+2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListBoxTest.cs: Added test for ScaleControl.
+
+2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewTest.cs: Added test for #82326 and added a few forgotten
+         [Test] attributes.
+
+2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewCellTest.cs: Added EditTypeTest and TestDefaultValues.
+
+2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewTest.cs: Added AutoResizeColumnTest.
+
+2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewRowCollectionTest.cs: Added.
+
+2007-07-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewRowTest.cs: Comment out more asserts that probably are
+         DPI dependent.
+
+2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewRowTest.cs: Comment out a few asserts that probably are
+         DPI dependent.
+
+2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
+       * EventLogger.cs: Create a EventLog class, can print to the console
+         events as they are raised.
+       * DataGridViewCellTest.cs: Added AddRow_Changes.
+       * TestHelper.cs: Add DumpObject, can be used to dump an object's values
+         in a Assert.X (values) form.
+       * FormTest.cs: Added ChildFocused test (NotWorking).
+
+2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
+
+       * LabelTest.cs: Test showing that changing the width or height when
+       autosize = true has no effect.
+
+2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewColumnCollectionTest.cs,
+         DataGridViewTextBoxColumnTest.cs, DataGridViewBandTest.cs,
+         DataGridViewCommon.cs, DataGridViewComboBoxCellTest.cs: Added.
+       * DataGridViewColumnTest.cs: Added InitialValues.
+       * DataGridViewTest.cs: More tests.
+
+2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * DataGridViewTest.cs: More tests.
+       * CurrencyManagerTest.cs: Remove CWL's.
+
+2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * ScrollableControlTest.cs: Added AutoScrollPositiontest
+
+2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * FormHandleTest.cs: Make a couple of classes public, so that other
+         tests can use them.
+       * FormTest.cs: Added tests for #81969.
+
+2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * ComboBoxTests.cs, ComboBoxTest.cs: Unified ComboBoxTest.cs and
+         ComboBoxTests.cs, deleted ComboBoxTests.cs
+
+2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ToolStripTest.cs: One of my notworking tests slipped out.
+
+2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListBoxTest.cs, MenuStripTest.cs, ToolStripComboBoxTest.cs,
+       ToolStripContentPanelTest.cs, ToolStripControlHostTest.cs,
+       ToolStripDropDownTest.cs, ToolStripProgressBarTest.cs,
+       ToolStripTest.cs: Sync up some local test additions.
+
+2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListControl.cs: Fix test that is failing on i586.
+
+2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ContainerControlTest.cs: Add test for 2.0 AutoScaling.  It's
+       marked NotWorking because it depends on fonts and DPI, but it
+       can still be used to compare to .NET.
+
+2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ComboBoxTest.cs: Added test for bug #82069.
+       * ListControlTest.cs: Added tests for bug #81771.
+
+2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ButtonTest.cs: Add test showing a NSE if Flat BorderColor is 
+       transparent.
+
+2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * MessageTest.cs: Add tests for op_Equality and op_Inequality.
+
+2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * LinkAreaTest.cs: Add tests for op_Equality and op_Inequality.
+
+2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListBoxTest.cs: Add test for bug #80466.
+
+2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: Simplify and enable Gert's test for bug
+       #82040.  Add a test for bug #82041.
+
+2007-07-08  Gert Driesen  <drieseng@users.souceforge.net>
+
+       * TableLayoutTest.cs: Added test for bug #82040.
+
+2007-07-07  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: Add test for bug #81936.
+
+2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListControl.cs: Add test for Formatting behavior.
+
+2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * LabelTest.cs: Add test for Image[List|Index|Key].
+
+2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: I had marked CellBorderTest as WM dependent when it
+       failed on the buildbots.  I just realized it was actually failing due to
+       a Label change I hadn't committed, which has now been committed.
+
+2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
+
+       [Various tests from my local tree]
+       * ButtonBaseTest.cs: Test for default Accessibility.State.
+       * LabelTest.cs: Test for default Margin.
+       * MenuStripTest.cs: Test for CanSelect.
+       * ScrollBarTest.cs: Test for 2.0 ScrollBarEventArgs.
+       * SplitContainerTests.cs: Uncomment some Dock and Location asserts.
+       * StatusStripTest.cs: Tests for default RenderMode and AccessibilityObject.
+       * ToolStripDropDownTest.cs: Tests for default TextDirection and AccessibilityObject.
+       * ToolStripItemTest.cs: Test for default TextDirection, ProcessMnemonic.
+       * ToolStripMenuItemTest.cs: Test for default ForeColor and AccessibilityObject.
+       * UserControlTest.cs: Test for AutoSize behavior.
+
+2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewItemTest.cs: Add tests for Focused property.
+
+2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewTest.cs: Add tests for 2.0 FocusedItem property setter.
+
+2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewTest.cs: Add tests for 2.0 TopItem property setter.
+
+2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs, TableLayoutTest.cs: Mark some tests that depend on
+       WM decoration sizes as Ignore.
+
+2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewTest.cs: Add test for 2.0 HotTracking.
+
+2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: Add test for CellBorderStyle.
+
+2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs: Add tests for ScaleControl and GetScaledBounds.
+
+2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs: Add test for bug #81843.
+
+2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * UpDownBaseTest.cs: Test for Min/Max size.
+
+2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ErrorProviderTest.cs: Test for Clear method.
+
+2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * PictureBoxTests.cs: Test for 2.0 field defaults.
+
+2007-06-12  Andreia Gaita  <avidigal@novell.com>
+       
+       * TabControlTest.cs: Add test for tabcontrol without tabs but with a font
+       change (triggers a ResizeTabs call and was blowing up nicely - #81802).
+
+2007-06-12  Raja R Harinath  <rharinath@novell.com>
+
+       * ListViewCollectionsTest.cs (SelectedIndexCollectionTest_IndexOfTest):
+       Move to NET_2_0 profile.
+
+2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListViewCollectionsTest.cs: New tests for CheckedItemCollection and
+       SelectedIndexCollection when using VirtualMode.
+
 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
 
        * GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".