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=cafd8a58b6fd6c69c70613894f4a12a11dcd4102;hpb=fd7f08b657ef0a7645e3b871589bdf97f0ddbcec;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 cafd8a58b6f..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,360 @@ +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 + RemoveCurrent and IsBindingSuspended properties. + +2008-03-30 Carlos Alberto Cortez + + * BindingSourceTest.cs: Add tests for ListChanged event, and also new + assertions for Position property. Mark ListChanged_DataSourceSet as + not working, while I try to figure out why setting the DataSource + fires 2 events instead of only one. + +2008-03-28 Carlos Alberto Cortez + + * BindingSource.cs: Add test for just added members in BindingSource. + +2008-03-28 Jonathan Pobst + + * ComboBoxTest.cs: Add test for bug #374654. + +2008-03-28 Jonathan Pobst + + * DataGridViewTextBoxCellTest.cs: Mark 2 of the new tests + as font dependent. + +2008-03-28 Jonathan Pobst + + * DataGridViewTextBoxCellTest.cs: Bunch of new tests. + +2008-03-27 Carlos Alberto Cortez + + * DataBindingTests.cs: Mark as NotWorking some CurrencyManager tests by + now. + +2008-03-26 Jonathan Pobst + + * DataGridViewTest.cs: Add test for bug #343965. + +2008-03-26 Jonathan Pobst + + * TreeViewTest.cs: Add test for bug #373603. + +2008-03-25 Carlos Alberto Cortez + + * ListBindingHelper.cs: New test for GetListName method. + +2008-03-25 Carlos Alberto Cortez + + * BindingSourceTest.cs: New tests for Add/AddNew/Clear methods, as + well as new assertions for other tests. + +2008-03-25 Jonathan Pobst + + * DataGridViewTest.cs: Enable gert's test for bug #325979. + +2008-03-24 Carlos Alberto Cortez + + * BindingSourceTest.cs: Re-activate some tests and also add a new + ones. + +2008-03-24 Jonathan Pobst + + * DataGridViewTest.cs: Add test for bug #331649. + +2008-03-24 Jonathan Pobst + + * DataGridViewTest.cs: Add test for bug #325588. + +2008-03-23 Carlos Alberto Cortez + + * BindingSourceTest.cs: New assertion for DataMember_ListRelationship + test method. + +2008-03-23 Carlos Alberto Cortez + + * ListBindingHelperTest.cs: New assertion for GetListTest () test + method. + +2008-03-21 Jonathan Pobst + + * MenuItemTest.cs: Add test for #372845. + +2008-03-21 Andreia Gaita + + * FocusTest.cs: New test for #372616. Checks if a control inside a + UserControl is selected when UserControl gets focus. + +2008-03-20 Carlos Alberto Cortez + + * BindingSourceTest.cs: New assertion case for DataSource, passing an + instance of IListSource. + * ListBindingHelperTest.cs: Make ListSource class internal. + +2008-03-20 Jonathan Pobst + + * DataGridViewCellTest.cs: Tests for newly implemented stuffs. + +2008-03-20 Jonathan Pobst + + * DataGridViewCellTest.cs: Don't verify exception message, + throwing the exception is enough. + +2008-03-20 Carlos Alberto Cortez + + * ListBindingHelperTest.cs: Update GetListTest with new assertions. + Also add GetListItemProperties tests - not working by now, but should + guide us to a correct implementation. + +2008-03-19 Jonathan Pobst + + * DataGridViewCellTest.cs: Ignore Size test since a + cell's height is based off its height. + +2008-03-19 Jonathan Pobst + + * DataGridViewCellTest.cs: Add new suite of tests. + +2008-03-15 Carlos Alberto Cortez + + * ListBindingHelperTest.cs: New GetListItemType test. + 2008-03-13 Carlos Alberto Cortez * ListBindingHelperTest.cs: New file and a new test.