b48e3690e92a793794ebe3be3ae2f19ff77b559d
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
2
3         * ListViewItemTest.cs: New unit test 
4
5 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
6
7         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
8         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
9         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
10         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
11         ToolBarTest.cs, MenuTest.cs
12
13         Remove all the tests that are giving errors. All of them should 
14         be reviewed. Right now having this text throwing 40 errors do not
15         help at all to do regression testing. Peter has already assigned
16         a group of controls to every developer that will be tested and 
17         reviewed.
18
19 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
20
21         * PictureBoxTest.cs : Test case for PictureBox
22
23 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
24
25         * MonthCalendarTest.cs : Test case for MonthCalendar
26
27 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
28         
29         * ProgressBarTest.cs : Test case for ProgressBar
30         * ToolBarTest.cs : Test case for ToolBar
31         * ToolTipTest.cs : Test case for ToolTip
32         * RichTextBoxTest.cs : Test case for RichTextBox
33
34 2005-08-16  Martin Baulig  <martin@ximian.com>
35
36         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
37         to make it compile.
38
39 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
40         
41         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
42           ListViewTest.cs: enhancement and cleanup
43
44 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
45
46         * ImageListTest.cs   : Test case for ImageList
47         * RadioButtonTest.cs : Test case for RadioButton
48         * ScrollBarTest.cs   : Test case for ScrollBar
49         * StatusBatTest.cs   : Test case for StatusBar
50
51 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
52
53         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
54           yet implemented)
55
56 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
57
58         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
59         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
60
61 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
62
63         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
64
65 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
66
67         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
68           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
69           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
70           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
71           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
72           ListViewEventTest.cs :
73                       Cleanup, Ignored tests which need manual intervention,
74                       work still in progress.  
75         
76 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
77
78         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
79         * GridTableStylesCollectionTest.cs: test fixes and enhancements
80         * DataGridTest.cs: test fixes and enhancements
81         * DataGridCellTest.cs: New unit test
82         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
83         * DataGridTableStyleTest.cs: test fixes and enhancements
84
85 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
86
87         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
88           errors, streamlined a few tests, added full tab order test, still
89           work in progress
90
91 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
92         
93         * FormTest.cs : Test case for Form
94         * GropBoxTest : Test case for GroupBox
95         * MenuTest.cs : Test case for Menu
96         * ImageListTest.cs : Test case for ImageList
97
98 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
99         
100         * ListViewTest.cs : Test case for ListView
101         * ListViewEventTest.cs : Test case for ListView events
102         * ComboBoxTest.cs : Test case for ComboBox
103         * FormEventTest.cs : Test case for Form events
104
105 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
106         
107         * CheckBoxTest.cs : Test case for CheckBox
108         * CheckBoxEventTest.cs : Test case for CheckBox events
109         * CheckedListBoxTest.cs : Test case for CheckedListBox
110         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
111
112 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
113
114         * DataGridTextBoxColumnTest.cs: Test case
115         * GridTableStylesCollectionTest.cs: Test case
116         * DataGridTest.cs: Test case
117         * GridColumnStylesCollectionTest.cs: Test case
118         * DataGridTableStyleTest.cs: Test case
119
120
121 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
122         
123         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
124         * ListBoxEventTest.cs  : Test Cases for ListBox Events
125
126 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
127         
128         * TextBoxTest.cs : Test Cases for TextBox 
129         * BUttonTest.cs  : Test Cases for Buttons
130
131 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
132         
133         * ControlEventTest.cs : Test Cases for Events 
134         
135 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
136
137         * ControlTest.cs : Minor modifications
138
139 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
140         
141         * ControlTest.cs : Test for Control
142
143 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
144         * LabelPropertyTest.cs : Test for Label
145
146 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
147         * TreeViewTest.cs : Test for TreeView
148         * TreeNodeTest.cs : Test for TreeNode
149
150 2004-11-29  Ravindra <rkumar@novell.com> 
151         * ImageIndexConverter.cs : Test for ImageIndexConversion.
152         
153