2009-08-28 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index c42b06ccba6387b798815f15dc9bee710a1d0eb7..329495c306ffb07f7ad0da4c86f49c406e0c843a 100644 (file)
@@ -1,3 +1,200 @@
+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.