2008-06-02 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index 5ae9cc5ade62402d086eefa2ece6c39b3ae6d138..99c636b0abb7343abd284e874002e5b87beef02c 100644 (file)
@@ -1,3 +1,163 @@
+2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TimerTest.cs: Disable test that fails a bunch on buildbots.
+
+2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs Add test for bug #396433.
+
+2008-06-02  Andreia Gaita <avidigal@novell.com> 
+
+       * TextBoxTest.cs: Fix endif
+
+2008-06-02  Andy Hume  <andyhume32@yahoo.co.uk>
+
+       * TextBoxTest.cs: Test for TextBoxAutoCompleteSourceConverter, 
+        bug 396124.
+
+2008-06-02  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TableLayoutTest.cs Add test for bug #396141.
+
+2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * TimerTest.cs: Increase sleep time to see if it will make
+       StartTest fail less.
+
+2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Add test for bug #345483.
+
+2008-05-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Add test for bug #337470.
+
+2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Add test for bug #325239.
+
+2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Add test for AutoGenerateColumns.
+
+2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewColumnCollectionTest.cs: Change Add() test to not
+       create 2 column collections.
+
+2008-05-20  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewDataBindingTest.cs: Added.
+
+2008-05-20  Andreia Gaita <avidigal@novell.com> 
+
+       * WebBrowserTest.cs: Added WebBrowser unit tests (not included in the
+         build at the moment)
+       * tests2.sh: Fix case on dll name
+
+2008-05-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TimerTest.cs : added test for bug #325033.
+
+2008-05-12  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ApplicationTest.cs: Disable test that I am tired of seeing
+       false positives on the buildbot.
+
+2008-05-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingTest.cs: Activate a pair of previously not working 2.0 tests.
+
+2008-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ListBindingHelperTest.cs: Remove the NotWorking category from
+       GetListItemPropertiesTest, as well as add a pair of new assertions.
+
+2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingSourceTest.cs: New tests for ApplySort and RemoveSort methods.
+
+2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingSourceTest.cs: Activate a pair of tests.
+
+2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingSOurceTest.cs: New assertion for
+       ISupportInitializeNotification test.
+
+2008-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingSource.cs: New tests for ISupportInitializeNotification
+       property.
+
+2008-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingSourceTest.cs: New tests for Sort property.
+
+2008-05-04  Everaldo Canuto  <ecanuto@novell.com>
+
+       * LinkLabelTest.cs: Enable tests related to bug #346156.
+
+2008-05-04  Everaldo Canuto  <ecanuto@novell.com>
+
+       * LinkLabelTest.cs: Enable tests related to bug #346154.
+
+2008-05-03  Everaldo Canuto  <ecanuto@novell.com>
+
+       * LinkLabelTest.cs: Put LinkTest and LinkCollectionTest classes outside of 
+       LinkLabelTest class, subclasses looks to be not work with nunit.
+
+2008-05-03  Everaldo Canuto  <ecanuto@novell.com>
+
+       * LinkLabelTest.cs: Remove NotWorking attribute from TestLinkArea, it is
+       fixed in r102445.
+
+2008-05-01  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewRowCollectionTest.cs: Disable test requiring shared rows.
+       * DataGridViewRowTest.cs, DataGridViewCellTest.cs: Disable
+       tests requiring DGVComboBox.
+
+2008-05-01  Jonathan Pobst  <monkey@jpobst.com>
+
+       * InputLanguageTest.cs: Add test for bug #385506.
+
+2008-04-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * BindingSourceTest.cs: New Filter/RemoveFilter tests.
+
+2008-04-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * DragAndDropTest.cs: New test.
+
+2008-04-28  Jonathan Pobst  <monkey@jpobst.com>
+       
+       * ScrollBarTest.cs: Add test for bug #384182.
+
+2008-04-24  Jonathan Pobst  <monkey@jpobst.com>
+
+       * InputLanguageTest.cs: Add test for bug #373871.
+
+2008-04-23  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * ControlTest.cs: Remove the focusing tests from the validation 
+       test. They fail on X11 anyway due to a long standing X11 visibility 
+       asynchronicity problem in MWF. The Vaildation test do pass.
+
+2008-04-23  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewRowHeaderTest.cs: Comment font dependent tests.
+
+2008-04-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * DragAndDropTest.cs: New dnd tests.
+
+2008-04-22  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataGridViewRowHeaderTest.cs: Add some tests for new
+       functionality.
+
 2008-04-21  Jonathan Pobst  <monkey@jpobst.com>
 
        * TreeView.cs: Add tests for bug #382028.