2009-08-28 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index 4cd1b8d9f0ea45732cbc679be247e61df21f7594..329495c306ffb07f7ad0da4c86f49c406e0c843a 100644 (file)
@@ -1,3 +1,356 @@
+2009-08-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataGridViewCellTest.cs : nunit test upgrade to modern style.
+
+2009-08-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ToolStripDropDownItemTest.cs: New test file.
+
+2009-08-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * DataGridTest.cs: Don't use DataGrid.Rows.Add() for our latest test,
+       since it is 2.0. Use DataGrid.NewRow() instead.
+
+2009-08-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * DataGridTest.cs: New test for the interaction between DataSource and
+       TableStyles.
+
+2009-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * GridColumnStylesCollectionTest.cs: New test for #465019. Also make
+       public the test class, so it is *actually* loaded by nunit.
+
+2009-07-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ToolStripItemCollectionTest.cs: New test for Find.
+
+2009-07-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * RadioButtonTest.cs: Update the Checked test to not depend on
+       Form.Show, since we need to check the same behaviour even if no handle
+       has been created yet.
+
+2009-06-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Duplicate test label fix.
+
+2009-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * DataObjectTest.cs: New assertions for the text functionality.
+
+2009-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListBindingHelperTest.cs: New assertion for GetListItemType, as well
+       as a new helper collection class.
+
+2009-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ClipboardTest.cs: New test for serializable types.
+
+2009-05-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ToolStripDropDownTest.cs: New test to assure the Height atfer
+       calculating the layout depends on ToolStripItem.GetPreferredHeight.
+
+2009-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ToolStripControlHost.cs: New tests for DefaultSize and
+       OnHostedControlResize members.
+
+2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
+
+       * ToolStripMenuItemTest.cs: Improve test, and remove the
+       NotWorking attribute. Also remove the 'var' keywords, doh!
+
+2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
+
+       * ToolStripMenuItemTest.cs: Simplify test.
+
+2009-05-08  Andrés G. Aragoneses  <aaragoneses@novell.com>
+
+       * ToolStripMenuItemTest.cs: Add yet another non-passing test
+         (wors in MS.NET).
+
+2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
+
+       * ToolStripMenuItemTest.cs: add tests for Owner and OwnerItem.
+
+2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
+
+       * ToolStripMenuItemTest.cs: more accurate test, and fix build
+       (namespace clash).
+
+2009-05-06  Andrés G. Aragoneses <aaragoneses@novell.com>
+
+       * ToolStripMenuItemTest.cs: Add a test for GetCurrentParent
+       (passes on MS.NET). Related to a11y bugs #485524 and #479397.
+
+2009-05-04  Andrés G. Aragoneses <aaragoneses@novell.com>
+
+       * TabControlTest.cs: More accurate test for bug#499887 showing
+       the SelectedIndex at the moment of the event (passes on MS.NET).
+
+2009-04-30  Andrés G. Aragoneses <aaragoneses@novell.com>
+
+       * TabControlTest.cs: Added test for bug#499887.
+
+2009-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ClipboardTest.cs: New rrich text format test, and also re-name the 
+       previous test to be a little more informative. Also clear the data 
+       we have put in the clipboard before returning.
+
+2009-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ToolStripTest.cs:
+       * ToolStripItemTest.cs: Update our Dispose tests.
+
+2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add tests to verify that the current cell changes 
+       if IsHandleCreated and the first row is added in a non-databound scenario.
+
+2009-03-19  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs, DataGridViewColumnTest.cs: Add tests for 
+       Row/CellTemplates being always null.
+
+2009-03-17  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add tests for the relevance of IsHandleCreated and 
+       the BindingContext for the databound state of the DataGridView.
+
+2009-03-17  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add a test for Browsable(false) columns.
+
+2009-03-08  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add tests for CurrentCell.
+
+2009-03-08  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add tests for ColumnCount.
+
+2009-03-07  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add more tests for the RowCount property.
+
+2009-03-06  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: 
+
+2009-03-05 Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add tests for scroll to selection to verify that 
+       the effect is applied synchronously.
+         Based on a patch by Tom Hindle <tom_hindle@sil.org>
+
+2009-03-04  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add tests for RowCount/ColumnCount decreasing. 
+
+2009-03-04  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewCellTest.cs: Add tests for OnDataGridViewChanged behavior.
+
+2009-02-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * MaskedTextBoxTest.cs: Yet a new Text test case.
+
+2009-02-04  Mario Carrion <mcarrion@novell.com>
+
+       * ColumnHeaderTest.cs: Testing ListView.ColumnWidthChanged when 
+       changing Width (for bug #467086).
+
+2009-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * FormEventTest.cs: New test for VisibleChanged event (and children
+       controls as well).
+
+2009-01-30  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * NumericUpDownTest.cs: Add a test to check Height == PreferredHeight.
+
+2009-01-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListBoxTest.cs: New test for RemoveAt and selection.
+
+2009-01-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ClipboardTest.cs: Ouch, I am an idiot - the members used in the new
+       file are 2.0.
+
+2009-01-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ClipboardTest.cs: New tests file.
+
+2009-01-16  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormEventTest.cs: Disable failing test that was enabled in r118455.
+
+2009-01-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * RadioButtonTest.cs: New test for Checked property. Also reset
+       'event_called' field to keep sanity for other tests.
+
+2008-12-31  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * DataGridViewTest.cs: Add a test for bug #457305.
+
+2008-12-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Add test for bug #462019.
+
+2008-12-22  Mario Carrion <mcarrion@novell.com>
+
+       * ControlTest.cs: CreatedAccessibilityTest enabled, testing
+       handle creation and custom accessibility implementation.
+
+2008-12-19  Mario Carrion <mcarrion@novell.com>
+
+       * ControlTest.cs: Reverted r121558: Removed 
+       AccessibilityPropertiesTest.
+
+2008-12-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ListViewItemTest.cs: Add test for empty constructor.
+
+2008-12-15  Mario Carrion <mcarrion@novell.com>
+
+       * ControlTest.cs: New test added: AccessibilityPropertiesTest to test
+       accessibility properties: AccessibleName, AccessibleDescription, 
+       AccessibleDefaultActionDescription and AccessibleRole.
+
+2008-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * MaskedTextBoxTest.cs: New test for the Text property.
+       By Andrus Moor (kobruleht2 at hot.ee).
+
+2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * BindingSourceTest.cs: Sort_IBindingListView passes now.
+
+2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * BindingSourceTest.cs: ListChanged_DataSourceSet passes now.
+
+2008-12-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * PaintEventArgsTest.cs: Tests were failing due to being dependent
+       on the order in which the tests were running, which changed when we
+       did nunit 2.2->2.4.  Modified tests to not use global Graphics contexts,
+       and to dispose the Graphics like they were relying on the
+       GraphicsDispose () test to do.
+
+2008-11-24  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Flush and add test for bug #448005.
+       * DataGridViewRowCollectionTest.cs: Add test for bug #448005.
+
+2008-11-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs: Add test for bug #447873.
+
+2008-11-20  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ToolStripItemTest.cs: Add test to ensure we don't crash when
+       ImageIndex refers to a non-existant index.
+
+2008-11-18  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewColumnCollectionTest.cs: Add test to ensure we re-index
+       columns after modifying the collection.
+
+2008-11-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewTest.cs: Add a test showing how RowTemplate works.
+
+2008-11-01  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewRowCollectionTest.cs: Add some tests for bug #442181.
+
+2008-11-11  Andreia Gaita <shana@jitted.com> 
+
+       * TestHelper.cs: Inconsistent eol fixes and eol-style
+
+2008-11-11  Andreia Gaita <shana@jitted.com> 
+
+       * FocusTest.cs, FormTest.cs, FormEventTest.cs: Enable tests that depend on
+         synchronous WM_ACTIVATE messages and are now working with the latest
+         message fixes
+
+2008-11-07  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DefaultLayoutTest.cs: Add some tests from Jonathan Anderson
+       for bug #439479.
+
+2008-11-06  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DefaultLayoutTest.cs: Add some tests from Jonathan Anderson
+       for bug #439443.
+
+2008-11-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ProgressBarTest.cs: Add new tests provided by Andy Hume. See
+       bug #440220.
+
+2008-11-03  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FormTest.cs: Add test for bug #438866.
+
+2008-10-31  Andreia Gaita  <shana@jitted.com>
+
+       * TestHelper.cs: Remove extraneous debug message
+       
+2008-10-31  Andreia Gaita  <shana@jitted.com>
+
+       * TestHelper.cs: Add virtual setup and teardown methods. Any forms left
+         hanging around after a test will be disposed here so that they don't
+         clutter up the screen while the tests are running.
+
+       * *.cs: All tests now inherit from TestHelper so that the setup and
+         teardown routines are always called (barring one or two that already
+         inherit from swf classes that needs to be fixed)
+
+2008-10-19  Andreia Gaita  <avidigal@novell.com>
+
+       * tests2.sh: Remove extra echos
+
+2008-10-19  Andreia Gaita  <avidigal@novell.com>
+
+       * FormTest.cs: Fix failing test on .NET/Win
+
+2008-10-19  Andreia Gaita  <avidigal@novell.com>
+
+       * FormTest.cs: Forms that get closed without a handle being created are
+       disposed in 2.0. Fixes failing FormTest.FormClose and
+       FormTest.FormClose2 on windows.
+
+2008-10-18  Andreia Gaita  <avidigal@novell.com>
+
+       * tests2.sh: Some useful test options, see usage (default behaviour
+       remains the same)
+
+2008-10-17  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ComboBoxTest.cs: Add test for bug #436328.
+
+2008-10-15  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * TimerTest.cs: Enabling test case for bug #325033, because it's 
+       fixed.
+
+2008-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ImageListTest.cs: Improved test for ICollection.CopyTo.
+
+2008-09-30  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TreeNodeTest.cs: Test for ImageKey/ImageIndex plus flush some tests
+       sitting in my local tree.
+
 2008-09-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * DragAndDropTest.cs: Simplify some of the helper code, as well as