2008-06-02 Andy Hume <andyhume32@yahoo.co.uk>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
index 84a6a23afdbf34021c137489047636087fb167a4..8d50ba283293d90c2053583c10f15a90f45f26c6 100644 (file)
@@ -1,3 +1,96 @@
+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