X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FTest%2FSystem.Windows.Forms%2FChangeLog;h=99c636b0abb7343abd284e874002e5b87beef02c;hb=cac4254dd5e766765abda8080662ef7e5647abdb;hp=3609fd4e2d4aed309b33a4c501d7858fb61531d5;hpb=f044c95ceb2fb28bc4e27aac03c6d17e428a01e4;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog index 3609fd4e2d4..99c636b0abb 100644 --- a/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog +++ b/mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog @@ -1,3 +1,239 @@ +2008-06-02 Jonathan Pobst + + * TimerTest.cs: Disable test that fails a bunch on buildbots. + +2008-06-02 Jonathan Pobst + + * TableLayoutTest.cs Add test for bug #396433. + +2008-06-02 Andreia Gaita + + * TextBoxTest.cs: Fix endif + +2008-06-02 Andy Hume + + * TextBoxTest.cs: Test for TextBoxAutoCompleteSourceConverter, + bug 396124. + +2008-06-02 Jonathan Pobst + + * TableLayoutTest.cs Add test for bug #396141. + +2008-05-21 Jonathan Pobst + + * TimerTest.cs: Increase sleep time to see if it will make + StartTest fail less. + +2008-05-21 Jonathan Pobst + + * DataGridViewDataBindingTest.cs: Add test for bug #345483. + +2008-05-21 Jonathan Pobst + + * DataGridViewDataBindingTest.cs: Add test for bug #337470. + +2008-05-20 Jonathan Pobst + + * DataGridViewDataBindingTest.cs: Add test for bug #325239. + +2008-05-20 Jonathan Pobst + + * DataGridViewDataBindingTest.cs: Add test for AutoGenerateColumns. + +2008-05-20 Jonathan Pobst + + * DataGridViewColumnCollectionTest.cs: Change Add() test to not + create 2 column collections. + +2008-05-20 Jonathan Pobst + + * DataGridViewDataBindingTest.cs: Added. + +2008-05-20 Andreia Gaita + + * 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 + + * TimerTest.cs : added test for bug #325033. + +2008-05-12 Jonathan Pobst + + * ApplicationTest.cs: Disable test that I am tired of seeing + false positives on the buildbot. + +2008-05-09 Carlos Alberto Cortez + + * BindingTest.cs: Activate a pair of previously not working 2.0 tests. + +2008-05-07 Carlos Alberto Cortez + + * ListBindingHelperTest.cs: Remove the NotWorking category from + GetListItemPropertiesTest, as well as add a pair of new assertions. + +2008-05-06 Carlos Alberto Cortez + + * BindingSourceTest.cs: New tests for ApplySort and RemoveSort methods. + +2008-05-06 Carlos Alberto Cortez + + * BindingSourceTest.cs: Activate a pair of tests. + +2008-05-06 Carlos Alberto Cortez + + * BindingSOurceTest.cs: New assertion for + ISupportInitializeNotification test. + +2008-05-06 Carlos Alberto Cortez + + * BindingSource.cs: New tests for ISupportInitializeNotification + property. + +2008-05-04 Carlos Alberto Cortez + + * BindingSourceTest.cs: New tests for Sort property. + +2008-05-04 Everaldo Canuto + + * LinkLabelTest.cs: Enable tests related to bug #346156. + +2008-05-04 Everaldo Canuto + + * LinkLabelTest.cs: Enable tests related to bug #346154. + +2008-05-03 Everaldo Canuto + + * LinkLabelTest.cs: Put LinkTest and LinkCollectionTest classes outside of + LinkLabelTest class, subclasses looks to be not work with nunit. + +2008-05-03 Everaldo Canuto + + * LinkLabelTest.cs: Remove NotWorking attribute from TestLinkArea, it is + fixed in r102445. + +2008-05-01 Jonathan Pobst + + * DataGridViewRowCollectionTest.cs: Disable test requiring shared rows. + * DataGridViewRowTest.cs, DataGridViewCellTest.cs: Disable + tests requiring DGVComboBox. + +2008-05-01 Jonathan Pobst + + * InputLanguageTest.cs: Add test for bug #385506. + +2008-04-29 Carlos Alberto Cortez + + * BindingSourceTest.cs: New Filter/RemoveFilter tests. + +2008-04-29 Carlos Alberto Cortez + + * DragAndDropTest.cs: New test. + +2008-04-28 Jonathan Pobst + + * ScrollBarTest.cs: Add test for bug #384182. + +2008-04-24 Jonathan Pobst + + * InputLanguageTest.cs: Add test for bug #373871. + +2008-04-23 Ivan N. Zlatev + + * 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 + + * DataGridViewRowHeaderTest.cs: Comment font dependent tests. + +2008-04-23 Carlos Alberto Cortez + + * DragAndDropTest.cs: New dnd tests. + +2008-04-22 Jonathan Pobst + + * DataGridViewRowHeaderTest.cs: Add some tests for new + functionality. + +2008-04-21 Jonathan Pobst + + * TreeView.cs: Add tests for bug #382028. + +2008-04-21 Gert Driesen + + * ControlTest.cs: Enabled test for bug #330501. + +2008-04-14 Carlos Alberto Cortez + + * CurrencyManagerTest.cs: New 2.0 IsBinding test. + +2008-04-12 Carlos Alberto Cortez + + * BindingTest.cs: Enable some more tests. + +2008-04-11 Carlos Alberto Cortez + + * BindingTest.cs: Enable IsBindingTest. + +2008-04-09 Jonathan Pobst + + * DataGridViewImageCellTest.cs: Add. + +2008-04-08 Jonathan Pobst + + * DataGridViewCheckBoxCellTest.cs: Add. + +2008-04-06 Carlos Alberto Cortez + + * BindingSourceTest.cs: Enable some old not working tests. + +2008-04-06 Carlos Alberto Cortez + + * DataBindingTests.cs: Enable some CurrencyManager tests. + +2008-04-05 Carlos Alberto Cortez + + * BindingSourceTest.cs: Add new tests for GetRelatedCurrencyManager + method. + +2008-04-03 Jonathan Pobst + + * DataGridViewLinkCellTest.cs: Add. + +2008-04-03 Jonathan Pobst + + * TimerTest.cs: Disable a finicky test that occasionally fails. + +2008-04-02 Carlos Alberto Cortez + + * BindingContextTest.cs: New test for ICurrencyManagerProvider + instances passed as data sources. + +2008-04-02 Carlos Alberto Cortez + + * BindingSourceTest.cs: New test for type instances as data sources. + +2008-04-02 Jonathan Pobst + + * DataGridViewButtonCellTest.cs: Add. + +2008-04-01 Carlos Alberto Cortez + + * BindingSourceTest.cs: New test for ICancelAddNew support. + * CurrencyManagerTest.cs: Likewise. + +2008-04-01 Jonathan Pobst + + * DataGridViewTest.cs: Commit the rest of my test so the tests + compile. + +2008-04-01 Jonathan Pobst + + * DataGridViewTest.cs: Add tests for IsInputChar and IsInputKey. + 2008-03-30 Carlos Alberto Cortez * BindingSourceTest.cs: More event tests and also a new ones for