d9081182cb9e1e7b38a6e993979f27c4d3a5fdbb
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Windows.Forms / ChangeLog
1 2007-08-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2
3         * DataObjectTest.cs: Added TestConvertible.
4
5 2007-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6
7         * ListViewGroupCollectionTest.cs: New tests for the indexers.
8
9 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
10
11         * DataGridViewTest.cs: Added EditingRowAfterAddingColumns.
12
13 2007-08-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
14
15         * StatusBarPanelTest.cs: Added IconWidth.
16
17 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
18
19         * FormTest.cs: Add test for opacity.
20
21 2007-08-19  Everaldo Canuto  <ecanuto@novell.com>
22
23         * DataGridTableStyle.cs: An assert added to test ResetHeaderFont.
24
25 2007-08-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
26
27         * FormTest.cs: Added test for bug 82358.
28
29 2007-08-17  Jonathan Pobst  <monkey@jpobst.com>
30
31         * FormTest.cs: Add test for bug #82470.
32
33 2007-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
34
35         * ListViewCollectionsTest.cs: New tests for ListViewItemCollection
36         when used with ListViewGroup.
37         * ListViewGroupCollectionTest.cs: Likewise.
38         * ListViewItemTest.cs: Likewise.
39
40 2007-08-14  Jonathan Pobst  <monkey@jpobst.com>
41
42         * ToolBarButtonTest.cs: Add test showing how ImageIndex and ImageKey interact.
43
44 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
45
46         * TextBoxTest.cs: Fix old SelectionLength assert to work on MS and match
47         corrected Mono behavior.
48
49 2007-08-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
50
51         * DataGridViewTest.cs: Added EditingRow.
52
53 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
54
55         * ToolTip.cs: Add test for bug #82399.
56
57 2007-08-10  Jonathan Pobst  <monkey@jpobst.com>
58
59         * TextBoxTest.cs: New test for 82371 to illustrate SelectionLength value when
60         no text is selected.
61
62 2007-08-09  Jonathan Pobst  <monkey@jpobst.com>
63
64         * ListBoxTest.cs: Mark test MethodScaleControl as not working.
65
66 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
67
68         * DataGridViewCommon.cs: Added CreateAndFillBig.
69         * DataGridViewTest.cs: Added SelectedRowsTest and SelectedColumnsTest.
70
71 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
72
73         * DataGridViewCommon.cs: Added a comment.
74         * DataGridViewCellTest.cs: Added ReadOnlyTest.
75
76 2007-08-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
77
78         * DataGridViewColumnCollectionTest.cs: Added AddFullColumnSelect.
79
80 2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
81
82         * ContainerControlTest.cs, ControlTest.cs, DefaultLayoutTest.cs,
83           FormTest.cs, PanelTest.cs, TableLayoutTest.cs, UserControlTest.cs:
84           Dispose of forms when they're no longer used.
85         * ListViewCollectionsTest.cs: Dispose of listviews when they're no longer
86           used.
87
88 2007-08-07  Jonathan Pobst  <monkey@jpobst.com>
89
90         * ListBoxTest.cs: Added test for ScaleControl.
91
92 2007-08-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
93
94         * DataGridViewTest.cs: Added test for #82326 and added a few forgotten
95           [Test] attributes.
96
97 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
98
99         * DataGridViewCellTest.cs: Added EditTypeTest and TestDefaultValues.
100
101 2007-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
102
103         * DataGridViewTest.cs: Added AutoResizeColumnTest.
104
105 2007-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
106
107         * DataGridViewRowCollectionTest.cs: Added.
108
109 2007-07-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
110
111         * DataGridViewRowTest.cs: Comment out more asserts that probably are
112           DPI dependent.
113
114 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
115
116         * DataGridViewRowTest.cs: Comment out a few asserts that probably are
117           DPI dependent.
118
119 2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
120
121         * DataGridViewRowTest.cs: Added AddRow_Changes, InitialValues.
122         * EventLogger.cs: Create a EventLog class, can print to the console
123           events as they are raised.
124         * DataGridViewCellTest.cs: Added AddRow_Changes.
125         * TestHelper.cs: Add DumpObject, can be used to dump an object's values
126           in a Assert.X (values) form.
127         * FormTest.cs: Added ChildFocused test (NotWorking).
128
129 2007-07-25  Jonathan Pobst  <monkey@jpobst.com>
130
131         * LabelTest.cs: Test showing that changing the width or height when
132         autosize = true has no effect.
133
134 2007-07-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
135
136         * DataGridViewColumnCollectionTest.cs,
137           DataGridViewTextBoxColumnTest.cs, DataGridViewBandTest.cs,
138           DataGridViewCommon.cs, DataGridViewComboBoxCellTest.cs: Added.
139         * DataGridViewColumnTest.cs: Added InitialValues.
140         * DataGridViewTest.cs: More tests.
141
142 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
143
144         * DataGridViewTest.cs: More tests.
145         * CurrencyManagerTest.cs: Remove CWL's.
146
147 2007-07-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
148
149         * ScrollableControlTest.cs: Added AutoScrollPositiontest
150
151 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
152
153         * FormHandleTest.cs: Make a couple of classes public, so that other
154           tests can use them.
155         * FormTest.cs: Added tests for #81969.
156
157 2007-07-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
158
159         * ComboBoxTests.cs, ComboBoxTest.cs: Unified ComboBoxTest.cs and
160           ComboBoxTests.cs, deleted ComboBoxTests.cs
161
162 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
163
164         * ToolStripTest.cs: One of my notworking tests slipped out.
165
166 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
167
168         * ListBoxTest.cs, MenuStripTest.cs, ToolStripComboBoxTest.cs,
169         ToolStripContentPanelTest.cs, ToolStripControlHostTest.cs,
170         ToolStripDropDownTest.cs, ToolStripProgressBarTest.cs,
171         ToolStripTest.cs: Sync up some local test additions.
172
173 2007-07-18  Jonathan Pobst  <monkey@jpobst.com>
174
175         * ListControl.cs: Fix test that is failing on i586.
176
177 2007-07-17  Jonathan Pobst  <monkey@jpobst.com>
178
179         * ContainerControlTest.cs: Add test for 2.0 AutoScaling.  It's
180         marked NotWorking because it depends on fonts and DPI, but it
181         can still be used to compare to .NET.
182
183 2007-07-16  Gert Driesen  <drieseng@users.sourceforge.net>
184
185         * ComboBoxTest.cs: Added test for bug #82069.
186         * ListControlTest.cs: Added tests for bug #81771.
187
188 2007-07-12  Jonathan Pobst  <monkey@jpobst.com>
189
190         * ButtonTest.cs: Add test showing a NSE if Flat BorderColor is 
191         transparent.
192
193 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
194
195         * MessageTest.cs: Add tests for op_Equality and op_Inequality.
196
197 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
198
199         * LinkAreaTest.cs: Add tests for op_Equality and op_Inequality.
200
201 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
202
203         * ListBoxTest.cs: Add test for bug #80466.
204
205 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
206
207         * TableLayoutTest.cs: Simplify and enable Gert's test for bug
208         #82040.  Add a test for bug #82041.
209
210 2007-07-08  Gert Driesen  <drieseng@users.souceforge.net>
211
212         * TableLayoutTest.cs: Added test for bug #82040.
213
214 2007-07-07  Jonathan Pobst  <monkey@jpobst.com>
215
216         * TableLayoutTest.cs: Add test for bug #81936.
217
218 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
219
220         * ListControl.cs: Add test for Formatting behavior.
221
222 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
223
224         * LabelTest.cs: Add test for Image[List|Index|Key].
225
226 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
227
228         * TableLayoutTest.cs: I had marked CellBorderTest as WM dependent when it
229         failed on the buildbots.  I just realized it was actually failing due to
230         a Label change I hadn't committed, which has now been committed.
231
232 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
233
234         [Various tests from my local tree]
235         * ButtonBaseTest.cs: Test for default Accessibility.State.
236         * LabelTest.cs: Test for default Margin.
237         * MenuStripTest.cs: Test for CanSelect.
238         * ScrollBarTest.cs: Test for 2.0 ScrollBarEventArgs.
239         * SplitContainerTests.cs: Uncomment some Dock and Location asserts.
240         * StatusStripTest.cs: Tests for default RenderMode and AccessibilityObject.
241         * ToolStripDropDownTest.cs: Tests for default TextDirection and AccessibilityObject.
242         * ToolStripItemTest.cs: Test for default TextDirection, ProcessMnemonic.
243         * ToolStripMenuItemTest.cs: Test for default ForeColor and AccessibilityObject.
244         * UserControlTest.cs: Test for AutoSize behavior.
245
246 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
247
248         * ListViewItemTest.cs: Add tests for Focused property.
249
250 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
251
252         * ListViewTest.cs: Add tests for 2.0 FocusedItem property setter.
253
254 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
255
256         * ListViewTest.cs: Add tests for 2.0 TopItem property setter.
257
258 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
259
260         * FormTest.cs, TableLayoutTest.cs: Mark some tests that depend on
261         WM decoration sizes as Ignore.
262
263 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
264
265         * ListViewTest.cs: Add test for 2.0 HotTracking.
266
267 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
268
269         * TableLayoutTest.cs: Add test for CellBorderStyle.
270
271 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
272
273         * FormTest.cs: Add tests for ScaleControl and GetScaledBounds.
274
275 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
276
277         * TableLayoutTest.cs: Add test for bug #81843.
278
279 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
280
281         * UpDownBaseTest.cs: Test for Min/Max size.
282
283 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
284
285         * ErrorProviderTest.cs: Test for Clear method.
286
287 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
288
289         * PictureBoxTests.cs: Test for 2.0 field defaults.
290
291 2007-06-12  Andreia Gaita  <avidigal@novell.com>
292         
293         * TabControlTest.cs: Add test for tabcontrol without tabs but with a font
294         change (triggers a ResizeTabs call and was blowing up nicely - #81802).
295
296 2007-06-12  Raja R Harinath  <rharinath@novell.com>
297
298         * ListViewCollectionsTest.cs (SelectedIndexCollectionTest_IndexOfTest):
299         Move to NET_2_0 profile.
300
301 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
302
303         * ListViewCollectionsTest.cs: New tests for CheckedItemCollection and
304         SelectedIndexCollection when using VirtualMode.
305
306 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
307
308         * GroupBoxTest.cs: Argh! I cannot freaking get this right.  Remove the "!".
309
310 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
311
312         * GroupBoxTest.cs: Missed an if.
313
314 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
315
316         * GroupBoxTest.cs: AutoSize is theme dependent.
317
318 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
319
320         * ComboBoxTest.cs: Add test for ScaleControl.
321
322 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
323
324         * GroupBoxTest.cs: Add some 2.0 tests.
325
326 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
327
328         * PanelTest.cs: Add.
329
330 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
331
332         * ScrollableControlTest.cs: ScrollToControl test is theme dependent due to
333         the width of scrollbars.
334
335 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
336
337         * ScrollableControlTest.cs: Add test for ScrollToControl.
338
339 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
340
341         * ScrollBarTest.cs, SplitterTest.cs: Add some 2.0 tests.
342         * ScrollBarTest.cs: Comment out several tests that no longer compile due
343         to bug #81818.
344
345 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
346
347         * ButtonTest.cs: BehaviorAutoSize is font dependent, only run on windows.
348
349 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
350
351         * ButtonBaseTest.cs: Add test for default values.
352         * ButtonTest.cs: Add test for default values, add test for AutoSize.
353
354 2007-06-04  Gert Driesen  <drieseng@users.sourceforge.net>
355
356         * PropertyGridTest.cs: Added test for bug #81796, and reworked
357         SelectedGridItem_Null test to no longer check actual message.
358
359 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
360
361         * FormTest.cs: Modify AutoSizeGrowAndShrink test to pass on all WM's.
362
363 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
364
365         * FormTest.cs: Add tests for AutoSize'ing.
366
367 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
368
369         * LabelTest.cs: Fix SizeTest for 2.0 profile since autosize theres
370         diferent behavior on 2.0.
371
372 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
373
374         * ScrollableControlTest.cs: Add ResizeAnchoredTest.
375         * PropertyGridTest.cs: A few more tests.
376
377 2007-06-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
378
379         * ListViewTest.cs: Added a new test for 2.0 RedrawItem method.
380
381 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
382
383         * ControlTest.cs: Add tests for 2.0 scaling methods.
384
385 2007-05-30  Andreia Gaita  <avidigal@novell.com>
386
387         * FocusTest.cs: Add tests for ContainerControl - fire events even if 
388         there is no form, and set active control before firing events.
389
390 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
391
392         * ControlTest.cs: Test to show the effects of ResumeLayout(false).
393
394 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
395
396         * ListView.cs:
397         * ListViewItem.cs: Added 2.0 ListViewItem.ToolTipText tests.
398
399 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
400
401         * TextBoxTest.cs: Ignore a couple of font-dependent tests.
402
403 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
404
405         * MonthCalendarTest.cs: Added InitialSizeTest.
406
407 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
408
409         * FormTest.cs: Increase timeout value. Might prevent tests from failing
410           on slower computers.
411
412 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
413
414         * DateTimePickerTest.cs: Added tests for MinDate and MaxDate.
415
416 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
417
418         * DateTimePickerTest.cs: Avoid test failures on Windows system with
419         non-us locale.
420
421 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
422
423         * NumericUpDownTest.cs: Avoid use of global identifier since csc 1.x
424         does not support this.
425         * FormTest.cs: Avoid using anonymous methods. Allows our test to build
426         again using csc 1.x.
427
428 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
429
430         * TreeNodeCollectionTest.cs: Added tests for Add and AddRange. Fixed
431         and improved test for IList indexer.
432
433 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
434
435         * TextBoxTest.cs: Improve tests for Copy, Cut and Paste to also cover
436         bug #81736.
437
438 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
439
440         * KeyEventArgsTest.cs: Added.
441
442 2007-05-24  Andreia Gaita  <avidigal@novell.com>
443
444         * NumericUpDownTest.cs: Added 1.1 and 2.0 tests.
445
446 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
447
448         * ListControlTest.cs:
449         * CheckedListBoxTest.cs: Move the GetItemText test
450         to ListControl, since the method it's part of it. Also
451         add a FilterItemOnProperty test.
452
453 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
454
455         * DefaultLayoutTest.cs: Add test for bug 81199. (nested controls)
456
457 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
458
459         * ContainerControlTest.cs: Test to show ProcessMnemonic is called
460         regardless of CanSelect.
461
462 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
463
464         * TestHelper.cs: Remove reference to event_log from constructor.
465
466 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
467
468         * ControlTest.cs: Add test to show that setting a control's Visible
469         property causes it's parent to relayout.
470
471 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
472
473         * DefaultLayoutTest.cs: Add test for docking when parent has Padding.
474
475 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
476
477         * TestHelper.cs: Remove Event log we already have a EventLogger class.
478
479 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
480
481         * TestHelper.cs: Event log added.
482
483 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
484
485         * ContextMenuTest.cs: ContextMenu tests added.
486
487 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com> 
488
489         * ToolBarButtonTest.cs: Added test for Name.
490
491 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
492
493         * FormTest.cs: Renamed FormCantGetTooSmall test and use comparison
494         with SystemInformation.MinimumWindowSize. Enable test.
495
496 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
497
498         * FormTest.cs: Added ShowDialogCloseTest.
499
500 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
501
502         * FormTest.cs: Mark FormCantGetTooSmall as NotWorking.  It only applies to Windows.
503
504 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
505
506         * DefaultLayoutTest.cs: Tests for bugs 81694, 81695.
507         * FormTest.cs: Test setting the form size smaller than the WM will
508         allow it.
509
510 2007-05-21  Chris Toshok  <toshok@ximian.com>
511
512         * DataBindingTests.cs (TestColumnAdd): enable this test.  the
513         system.data changes required are in, and it works now.
514
515 2007-05-19  Andreia Gaita  <avidigal@novell.com>
516
517         * NumericUpDownTest: Added.
518
519 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
520
521         * DataObjectTest.cs: Added.
522
523 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
524
525         * TreeViewTest.cs: Added test for DoubleBuffered.
526
527 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
528
529         * KeysConverterTest.cs: Added.
530         * LinkConverterTest.cs: Added.
531         * LinkLabelTest.cs: Added tests for LinkLabel.Link.
532
533 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
534
535         * ListBoxTest.cs: New test for some exceptions in
536         ListBox.ObjectCollection methods.
537
538 2007-05-17  Chris Toshok  <toshok@ximian.com>
539
540         * ControlBindingsCollectionTest.cs: new test file, move a test
541         from BindingTest here.
542
543         * BindingTest.cs (DuplicateBindingAdd): move the test to
544         ControlBindingsCollectionTest.
545
546         * BindingManagerBaseTest.cs (BindingsTest): enable this test.
547         passes now.
548
549         * DataBindingTests.cs: define #WITH_BINDINGS, since we now seem to
550         work with them.
551         (TestInsertRowBeforeCurrent): ignore this test on 2.0 though, as
552         we generate too many Binding.Format events.
553         (TestColumnAdd): ignore this test on 1.1, until System.Data
554         generates the proper (2) number of events causing us to emit
555         MetadataChanged.
556
557         * CurrencyManagerTest.cs (AddNew2): ignore this test for the time
558         being.  it's hitting a System.Data exception which doesn't happen
559         on MS.
560
561 2007-05-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
562
563         * TextBoxTest.cs: BackColorTest: Fix it, we may get invalidates and
564           paints after a Form.Show ().
565
566 2007-05-17  Andreia Gaita  <avidigal@novell.com>
567
568         * TabControlTest.cs: Ignore the enter/leave tests for a bit
569
570 2007-05-17  Andreia Gaita  <avidigal@novell.com>
571
572         * TabControlTest.cs: Add tests for Enter/Leave events on tabpages
573
574 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
575
576         * TreeViewImageIndexConverterTest.cs: Added.
577
578 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
579
580         * ToolStripTextBoxTest.cs: Enable tests for auto complete and shortcuts
581         enabled stuff.
582
583 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
584
585         * ImageKeyConverterTest.cs: Added.
586         * TreeViewImageKeyConverterTest.cs: Added.
587
588 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
589
590         * TextBoxTest.cs: Add test for IsInputChar method.
591
592 2007-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
593
594         * ToolStripItemCollectionTest.cs: Removed duplicate test.
595
596 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
597
598         * ToolBarTest.cs: Add tests for toolbar size (horizontal and vertical),
599         also test #81523.
600
601 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
602
603         * ToolBarTest.cs: CreateHandleTest added.
604
605 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
606
607         * FormTest.cs: Marking test for bug 81582 as NotWorking as it fails
608         on X11.  Bug is reopened.
609
610 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
611
612         * ToolStripItemCollectionTest.cs: Enable tests.
613
614 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
615
616         * MaskedTextBoxTest.cs: Added more tests.
617
618 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
619
620         * FormTest.cs: Add test for bug 81582.
621
622 2007-05-10  Gert Driesen  <drieseng@users.sourceforge.net>
623
624         * ToolStripItemCollectionTest.cs: Added tests for ctor, Insert and
625         Remove.
626
627 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
628
629         * ControlTest.cs: Expand and enable test for UseWaitCursor.
630
631 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
632
633         * ControlTest.cs: Added test for IsInputChar.
634
635 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
636
637         * ControlTest.cs: Added tests for PreProcessMessage and
638         PreProcessControlMessage.
639
640 2007-05-08  Gert Driesen  <drieseng@users.sourceforge.net>
641
642         * ControlTest.cs: Added test for UseWaitCursor.
643
644 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
645
646         * ControlTest.cs: Tests demonstrating Control.AutoSize from 
647         Stefan Noack.
648
649 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
650
651         * ToolStripManagerTest.cs: Add test for bug #81477.
652
653 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
654
655         * ControlTest.cs: Expand GetChildAtPointTest to cover 2.0 cases.
656
657 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
658
659         Added.
660
661 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
662
663         * MdiFormTest.cs: Added DeactivatedEventTest.
664
665 2007-05-03  Chris Toshok  <toshok@ximian.com>
666
667         * DataBindingTests.cs: enable TestInsertRowAtCurrent in the 2.0
668         profile as well.
669
670 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
671
672         * ApplicationTest.cs: Add a test for RaiseIdle.
673
674 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
675
676         * TreeNodeCollectionTest.cs: Add Unit tests for ContainsKey and 
677       IndexOfKey methods.
678
679 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
680
681         * DataGridViewColumnTest.cs: Added test for bug #81464, improved 
682         existing tests.
683         * DataGridViewTextBoxCellTest.cs: Added test for Value.
684         * RichTextBoxTest.cs: Added test for bug #80626.
685         * TabControlTest.cs: Added test for TabPageCollection indexer.
686         * TextBoxTest.cs: Enabled test for bug #80626.
687
688 2007-04-29  Andreia Gaita  <avidigal@novell.com>
689
690         * TabControlTest.cs: Add more 2.0 select and deselect tab tests.
691
692 2007-04-28  Gert Driesen  <drieseng@users.sourceforge.net>
693
694         * DataBindingTest.cs: Avoid using anonymous methods to allow tests to
695         build using csc 1.x.
696         * CurrencyManagerTest.cs: Same.
697
698 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
699
700         * BindingNavigatorTest.cs: Ignored failing test until a bug gets fixed
701
702 2007-04-27  Chris Toshok  <toshok@ximian.com>
703
704         * CurrencyManagerTest.cs, DataBindingTests.cs,
705         BindingManagerBaseTest.cs, BindingSourceTest.cs, BindingTest.cs:
706         lots of misc changes.
707
708 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
709
710         * ToolStripTest.cs: Fix the failing MethodGetNextItem test.
711
712 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
713
714         * FormHandleTest.cs, ControlEventTest.cs, MenuStripTest.cs,
715           ProgressBarTest.cs, RichTextBoxTest.cs, ListViewEventTest.cs,
716           TreeViewTest.cs, ColumnHeaderTest.cs, ApplicationContextTest.cs,
717           MdiFormTest.cs, MenuItemTest.cs, TextBoxTest.cs, ListBoxTest.cs,
718           ToolStripTest.cs, ToolStripMenuItemTest.cs, ControlTest.cs,
719           ToolBarTest.cs: Dispose of the 61 forms we were keeping open while
720           running the tests.
721         * ApplicationTest.cs: Dispose of the 61 forms we were keeping open
722           while running the tests. Added OpenFormsTest.
723         * FormTest.cs: Dispose of the 61 forms we were keeping open while
724           running the tests. Added DialogOwnerTest.
725
726 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
727
728         * BindingNavigatorTest.cs: Added more tests to check more behaviour
729
730 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
731
732         * ToolStripDropDownTest.cs: Add Assert for default orientation.
733         * ToolStripTest.cs: Enable tests for CanOverflow and DefaultDropDownDirection.
734         Add test for GetNextItem.
735
736 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
737
738         * MdiFormTest.cs: Added tests for #81409.
739
740 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
741
742         * MdiFormTest.cs: Added tests for #81409.
743
744 2007-04-24  Raja R Harinath  <rharinath@novell.com>
745
746         * BindingNavigatorTest.cs (CheckStandardItems): Avoid use of NUnit
747         API newer than present in the tree.
748
749 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
750
751         * BindingNavigatorTest.cs: Initial tests
752
753 2007-04-23  Chris Toshok  <toshok@ximian.com>
754
755         * TestHelper.cs: move RunningOnUnix here.
756
757         * FocusTest.cs: use TestHelper.RunningOnUnix.
758
759         * FormTest.cs: use TestHelper.RunningOnUnix.
760
761 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
762
763         * TableLayoutTest.cs: Add a bunch of tests I thought I had lost
764         before I lose them for real.
765
766 2007-04-21  Jonathan Pobst  <monkey@jpobst.com>
767
768         * DefaultLayoutTest.cs: Added test for bug #81397.
769
770 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
771
772         * RichTextBoxTest.cs: Added test for bug #80620.
773         * TreeViewTest.cs: Added test for bug #80620.
774         * ListViewTest.cs: Added test for bug #80620.
775         * UpDownTest.cs: Added test for bug #80620.
776         * TextBoxTest.cs: Enabled test for bug #80620.
777
778 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
779
780         * GroupBoxTest.cs: Add tests for default properties and
781         DisplayRectangle.
782
783 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
784
785         * FormTest.cs: Enabled test for bug #80773.
786
787 2007-04-17  Chris Toshok  <toshok@ximian.com>
788
789         * BindingTest.cs: remove the NotWorking from
790         BindingContextChangedTest2, and add a new, NotWorking test.
791
792 2007-04-16  Jonathan Pobst  <monkey@jpobst.com>
793
794         * ButtonTest.cs, ToolStripItemTest.cs: Remove image stretching
795         from ImageList tests and reenable tests.
796
797 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
798
799         * ToolStripItemTest.cs: Enable a bunch of tests for recently 
800         implemented properties.
801         * ToolStripManager.cs: Add tests for Merge and RevertMerge.
802
803 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
804
805         * DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
806         Enabled test after IsInEditOrNavigateMode fix.
807
808 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
809
810         * DataGridTextBoxColumnTest.cs: Added tests for IFormattable and
811         TypeConverter usage in Edit and Commit.
812
813 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
814
815         * ListViewItemTest.cs: Added several ctor tests. Added tests to verify
816         throws exceptions. Added tests for ListViewSubItemCollection's Clear
817         and RemoteAt methods that prove that we need to ensure there's always
818         at least one subitem.
819
820 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
821
822         * ProgressBarTest.cs: Added ForeColor and ResetForeColor tests.
823         * TextBoxTest.cs: Added NotWorking tests for bugs #80620 and #80626.
824
825 2007-04-05  Gert Driesen  <drieseng@users.sourceforge.net>
826
827         * TreeViewTest.cs: Added NotWorking test for bug #81319.
828
829 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
830
831         * ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
832           generate paint messages on Windows) and change PubPropTest to
833           accept (0,0) as a valid mouse location.
834
835 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
836
837         * DateTimePickerTest.cs: Added a few more cases to TextTest.
838
839 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
840
841         * DateTimePickerTest.cs: Added a few more cases to TextTest.
842
843 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
844
845         * MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.
846
847 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
848
849         * ContainerControlTest.cs: Add RemoveActiveControlTest
850         * MdiFormHandleTest.cs, BindingTest.cs: Remove stacktrace from output.
851         * FormTest.cs: Add special window style cases.
852
853 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
854
855         * RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
856         Added ScrollBars tests.
857         * TextBoxTest.cs: Improve BackColor test. Added ScrollBars tests.
858         Improved ReadOnly tests.
859
860 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
861
862         * FormHandleTest.cs: Enabled test for bug #81272.
863
864 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
865
866         * HScrollPropertiesTest.cs, VScrollPropertiesTest.cs: Added.
867
868 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
869
870         * UserControlTest.cs: Add test for CreateParams.
871
872 2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>
873
874         * FormHandleTest.cs: Added test for bug #81272.
875
876 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
877
878         * MdiFormTest.cs: Added test for #79964.
879
880 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
881
882         * ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
883         some tests I didn't mean to commit yet.
884
885 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
886
887         * StatusStripTest.cs: Added.
888         * ToolStripContainerTest.cs: Added.
889         * ToolStripContentPanelTest.cs: Added.
890         * ToolStripDropDownTest.cs: Added.
891         * ToolStripManagerTest.cs: Added.
892         * ToolStripOverflowButtonTest.cs: Added.
893         * ToolStripOverflowTest.cs: Added.
894         * ToolStripPanelTest.cs: Added.
895         * ToolStripProgressBarTest.cs: Enable tests about MarqueeAnimationSpeed.
896         * ToolStripStatusLabelTest.cs: Added.
897
898 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
899
900         * ListViewItemTest.cs: Add tests for constructors taking
901         an array of strings, for the ListViewSubItem constructors,
902         and for the ListViewSubItemCollection.AddRange method receiving
903         and array of null strings.
904
905 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
906
907         * ToolStripTest.cs: Fix ambiguous Category attribute.
908
909 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
910
911         * ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.
912
913 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
914
915         * ButtonTest.cs: Add test demonstrating the behavior of ImageList.
916         * MenuStripTest.cs: General test suite.
917         * ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
918         * ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
919         * ToolStripItemTest.cs: Test for method Dispose.
920         * ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
921         * ToolStripProgressBarTest.cs: Enable previously NotWorking test.
922         * ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
923         CreateLayoutSettings.
924
925 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
926
927         * DefaultLayoutTest.cs: Enable some NotWorking tests that now
928         work correctly.
929
930 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
931
932         * ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
933         tests to pass on .Net 2.0.
934
935 2007-03-22  Jonathan Pobst  <monkey@jpobst.com>
936
937         * FormTest.cs: Mark new test FormStartupPositionChangeTest as 
938         NotWorking to fix the monobuild.
939
940 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
941
942         * MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
943           monobuild for unknown reasons.
944         * FormTest.cs: Make Location NotWorking, it fails on monobuild for
945           unknown reasons.
946
947 2007-03-22  Chris Toshok  <toshok@ximian.com>
948
949         * FormTest.cs: enable Location test for #80052.
950
951 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
952
953         * MdiFormTest.cs: Added a StartLocationTest, and commented out all old
954           StartLocationTest*s, since they are failiing on WinXP with XP
955           theme.
956         * FormTest.cs: Added tests for StartPosition.
957
958 2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
959
960         * DefaultLayoutTest.cs: Fixed line endings.
961         * BindingSourceTest.cs: Remove a couple of warnings.
962
963 2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
964
965         * ListViewItemTest.cs: Add test for BackColor, ForeColor,
966         UseItemStyleForSubItems.
967
968 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
969
970         * EventLogger.cs: Add CountEvents.
971         * MdiFormTest.cs: Added CloseTest.
972
973 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
974
975         * RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.
976
977 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
978
979         * RichBoxTest.cs: Enabled ReadOnly test.
980
981 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
982
983         * PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.
984
985 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
986
987         * ToolStripTest.cs: Enable gert's DockSize test for bug #80762.
988
989 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
990
991         * FormHandleTest.cs: Create new forms at a few specific places + a few
992           more corner cases. No longer not working.
993         * MdiFormHandleTest.cs: These tests are working now.
994         * FormTest.cs: IsHandleCreated is working now, the parented tests are
995           not working.
996
997 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
998
999         * MenuItemTest.cs: Add test for OwnerDraw (#81182).
1000
1001 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
1002
1003         * RichTextBoxTest.cs: Marked failing test NotWorking.
1004
1005 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1006
1007         * ControlTest.cs: Added InvokeTestParentHandle.
1008
1009 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
1010
1011         * RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
1012         * TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
1013
1014 2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1015
1016         * ComboBoxTest.cs: Added DataBindingTest.
1017
1018 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1019
1020         * MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
1021           to get in.
1022
1023 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1024
1025         * MdiFormTest.cs, ControlTest.cs: Remove a warning.
1026
1027 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1028
1029         * ApplicationContextTest.cs: Added NotWorking test for nested
1030           application contexts.
1031         * ControlHandleTest.cs: Comment out the dnd tests, they create a form
1032           on windows that won't close until the mouse is moved. Add a few
1033           more corner cases to the test.
1034         * MdiFormTest.cs: Add TopLevelTest.
1035
1036 2007-03-15  Chris Toshok  <toshok@ximian.com>
1037
1038         * BindingSourceTest.cs: add another test, and mark the NotWorking
1039         ones so that they aren't clogging up the 2.0 build.
1040
1041 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
1042
1043         * DefaultLayoutTest.cs: Add test for bug #80912.
1044
1045 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
1046         
1047         * Common.cs, TestHelper.cs: Replaces all uses of the custom
1048         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
1049
1050 2007-03-15  Chris Toshok  <toshok@ximian.com>
1051
1052         * ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
1053         with an extra one included.
1054
1055 2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1056
1057         * FormTest.cs: Disable FormBorderStyleTest for the moment.
1058         * DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
1059         
1060 2007-03-14  Jackson Harper  <jackson@ximian.com>
1061
1062         * TreeViewTest.cs: Some more tests pass now.
1063
1064 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
1065
1066         * ErrorProviderTest.cs: Enabled previously failing tests.
1067
1068 2007-03-14  Andreia Gaita  <avidigal@novell.com>
1069
1070         * TabControlTest.cs: Add tests for Deselecting, Deselected, 
1071         Selecting events.
1072
1073 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
1074
1075         * TreeViewTest.cs: Add TreeViewNodeSorterTest.
1076
1077 2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>
1078
1079         * ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
1080         test NotWorking. Removed extra tabs. 
1081
1082 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
1083
1084         * FormTest.cs: Add test for bug #80773.
1085
1086 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
1087
1088         * ControlTest.cs: Add test for bug #81125.
1089
1090 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
1091
1092         * FormTest.cs: Add a test showing we do not recreate the handle when
1093         MinimizeBox or MaximizeBox is changed. [Part of bug #80640]
1094
1095 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
1096
1097         * ControlTest.cs: Add test for bug #80621.
1098
1099 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
1100
1101         * LinkLabelTest.cs: LinkLabel tests added.
1102
1103 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
1104
1105         * FormHandleTest.cs: Fixed build using csc 1.x.
1106         * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
1107         * ControlHandleTest.cs: Fixed build using csc 1.x.
1108         * TextBoxTest.cs: Improved test for BackColor. Added test for
1109         ForeColor.
1110
1111 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
1112
1113         * TextBoxTest.cs: Isolate BackColor tests.
1114
1115 2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1116         
1117         * FormHandleTest.cs: Added.
1118         * MdiFormHandleTest.cs: Added.
1119
1120 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1121
1122         * ListViewTest.cs: Added tests for the ListView and
1123         Index properties of ListViewItems in VirtualMode.
1124
1125         * ListViewCollectionsTest.cs: Remove warning when building
1126         tests.
1127
1128 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
1129
1130         * FormTest.cs: Added tests for bug #80791 and #80574.
1131
1132 2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1133
1134         * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
1135
1136 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
1137
1138         * FormTest.cs: Add tests for bugs #80574, #80791.
1139
1140 2007-03-05  Chris Toshok  <toshok@ximian.com>
1141
1142         [merge -r72718:73765 from mwf-handle-branch]
1143
1144         2007-03-05  Chris Toshok  <toshok@ximian.com>
1145
1146                 * ControlHandleTest.cs: make this build on both 1.1 and 2.0
1147                 profiles.
1148
1149         2007-02-28  Chris Toshok  <toshok@ximian.com>
1150
1151                 * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
1152                 the Control thread dies (that Application.Run returns, basically).
1153                 This works in isolation, but for some reason it isn't exiting when
1154                 run in concert with other tests (this test is the cause of the
1155                 hangs running the unit tests.)  Marking NotWorking for the time
1156                 being.  This needs to be fixed before merging back to the
1157                 mainline, imo.
1158
1159 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1160
1161         * FormTest.cs: Added MaximizedParentedFormTest.
1162
1163 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1164
1165         * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
1166         by ListViewItemCollection when virtual mode is used.
1167
1168 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
1169
1170         * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
1171         * ColumnHeaderTest.cs: Added more DisplayIndex tests.
1172
1173 2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1174
1175         * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
1176         as well as for the exceptions they throw.
1177
1178 2007-02-28  Jonathan Pobst  <monkey@jpobst.com>
1179
1180         * DefaultLayoutTest.cs: Add test for bug #80917.
1181
1182 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
1183
1184         * ListViewCollectionsTest.cs: Added and improved tests for removing
1185         columns and items, and clearing the collections.
1186         * ListViewTest.cs: Improved ClearTest to also verify whether removed
1187         columns and items are unlinked from owning ListView.
1188
1189 2007-02-23  Raja R Harinath  <rharinath@novell.com>
1190
1191         Fix compilation error
1192         * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
1193
1194 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
1195
1196         * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
1197
1198 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
1199
1200         * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
1201         is already -1.
1202
1203 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
1204
1205         * ComboBoxTest.cs: Added test for Text. Added and improved tests for
1206         FindString and FindStringExact. Improved ObjectCollection tests.
1207
1208 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1209
1210         * ListControlTest.cs: Added test for #80794.
1211
1212 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1213
1214         * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
1215           ExStyle and a test for parented forms.
1216
1217 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
1218
1219         * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
1220
1221 2007-02-15  Jonathan Pobst  <monkey@jpobst.com>
1222
1223         * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
1224         libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
1225         bug is fixed.
1226
1227 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1228
1229         * DateTimePickerTest.cs: Use OSVersion to determine whether to call
1230           GetUserDefaultLCID or not, seems like the runtime crashes on some
1231           architectures instead of throwing an exception otherwise.
1232
1233 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1234
1235         * DateTimePickerTest.cs: Some culture dependant tests are only supposed
1236           to run with en-US locale, so check it. On Windows call
1237           GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
1238           honor Thread.CurrentCulture, only the Windows setting (and some
1239           other test might have set Thread.CurrentCulture to some other
1240           value, so the checking only this might fail). Added test for
1241           setting invalid Text property.
1242         * EventLogger.cs: Added. Takes an object and creates a class on the fly
1243           that will log all the object's events.
1244
1245 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1246
1247         * ListViewTest.cs: Added DisposeTest test for bug #80607.
1248         * ColumnHeaderTest.cs: Remove the NotWorking category for
1249         tests for bug #80607.
1250
1251 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
1252
1253         * LabelTest.cs: Add asserts for CompatibleTextRendering = false
1254         on PreferredHeight test for 2.0 profile.
1255
1256 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1257
1258         * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
1259
1260 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1261
1262         * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
1263           PropertyManagerTest.cs, CurrencyManagerTest.cs,
1264           DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
1265           GridColumnStylesCollectionTest.cs,
1266           GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
1267           ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
1268           BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
1269
1270 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
1271
1272         * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
1273
1274 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
1275
1276         * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
1277         create PreferredHeight.
1278
1279 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
1280
1281         * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
1282         * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
1283
1284 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
1285
1286         * FormTest.cs: Added tests for bug #80773.
1287
1288 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
1289
1290         * PrintDialogTest.cs: Added test for bug #80764.
1291
1292 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
1293
1294         * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
1295         test exploring interaction between Image, ImageIndex, and ImageKey.
1296
1297 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
1298
1299         * FormTest.cs: Improved test for bug #80604.
1300
1301 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
1302
1303         * ControlTest.cs: Removed use of #pragma to allow tests to be built using
1304         csc 1.x.
1305
1306 2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
1307
1308         * LogGenerator.cs: Generate code that can be built using csc 1.x.
1309         * ControlLogger.cs: Fixed code to compile using csc 1.x.
1310
1311 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1312
1313         * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
1314           tests a lot of different custom formats.
1315
1316 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
1317
1318         * DataGridViewColumnTest.cs: Added test for bug #80746.
1319
1320 2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>
1321
1322         * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
1323
1324 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1325
1326         * TimerTest.cs: Added
1327
1328 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
1329
1330         * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
1331         and make them pass on all cultures.
1332
1333 2007-02-04  Jonathan Pobst  <monkey@jpobst.com>
1334
1335         * PaddingConverterTest.cs: Make tests non culture-dependent.
1336
1337 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1338
1339         * TestHelper.cs: Added a helper method to remove warnings.
1340
1341 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1342
1343         * ControlTest.cs: Removed warnings. Added CaptureTest.
1344         * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
1345         * ControlLogger(2).cs: Added.
1346
1347 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
1348
1349         * LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 
1350
1351 2007-02-01  Everaldo Canuto  <everaldo@simios.org>
1352
1353         * TestHelper.cs: TesHelper class added. This class will provide some 
1354         usefull methods that can be used to test Control derived classes,
1355         at moment only static methods GetCreateParams, IsStyleSet and
1356         IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
1357         and Msg is also available as public to help is control tests.
1358
1359 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1360
1361         * ControlTest.cs: Added ControlSizeTest.
1362
1363 2007-01-31  Jonathan Pobst  <monkey@jpobst.com>
1364
1365         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
1366         Mark BehaviorAutoSize as NotWorking, it is font dependent.
1367
1368 2007-01-29  Chris Toshok  <toshok@ximian.com>
1369
1370         * ControlHandleTest.cs: make this compile against mono.  we can
1371         remove the __MonoCS__ ifdefs as we add properties.  Also, split
1372         out the Show() tests because they were failing and I wanted to see
1373         which other tests were passing.
1374
1375 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
1376
1377         * PaddingConverterTest.cs: Added.
1378
1379 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1380
1381         * StatusBarTest.cs: Added a few more tests.
1382
1383 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
1384
1385         * ControlHandleTest.cs: Added.  Has tests to find exactly which
1386         Methods and Properties create a Handle.  Not added to sources file
1387         because it's written against MS, and we're probably missing some
1388         methods/properties.
1389
1390 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
1391
1392         * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
1393         Try to make some tests not Font/DPI dependent.
1394
1395 2007-01-25  Chris Toshok  <toshok@ximian.com>
1396
1397         * SplitterTest.cs: new tests.
1398
1399 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1400
1401         * ComboBoxTest.cs: Added tests for ResetText.
1402
1403 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1404
1405         * ComboBoxTest.cs: Add tests for new properties.
1406         * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
1407
1408 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
1409
1410         * FormTest.cs: Added NotWorking test for bug #80604.
1411         * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
1412         properties introduced in 2.0 profile.
1413
1414 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
1415
1416         * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
1417         * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
1418         it's values match MS only.
1419         * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
1420         reworked.
1421         * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
1422         is fixed.  Same for Constructor: A12.
1423
1424 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1425
1426         * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
1427         they'll only work if you actually have a display to show them on.
1428
1429 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
1430
1431         * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 
1432
1433 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
1434
1435         * ToobarTest.cs: TooBar.ButtonSize tests added. 
1436
1437 2007-01-23  Jonathan Pobst  <monkey@jpobst.com>
1438
1439         * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
1440         There is a TODO in the DataGrid source referencing that Add should allow
1441         multiple columns with the same name, but currently doesn't.
1442
1443 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1444
1445         * ControlTest.cs: Added a tests for ControlCollection and
1446         MDI children.
1447
1448 2007-01-23  Andreia Gaita  <avidigal@novell.com>
1449
1450         * SendKeysTest.cs: Marked interactive, they're unstable
1451         * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
1452         we have to see why SetTopLevel is toggling the Form's visibility.
1453         
1454 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1455
1456         * ControlTest.cs: Make OnPaintTest NotWorking, since it only
1457         works once in a while.
1458
1459 2007-01-23  Chris Toshok  <toshok@ximian.com>
1460
1461         * BindingSourceTest.cs: initial BindingSource tests.  not built
1462         yet.
1463
1464 2007-01-23  Chris Toshok  <toshok@ximian.com>
1465
1466         * DefaultLayoutTest.cs: make the docking tests independent of
1467         constants relating to the form's clientrectangle bounds, since on
1468         X it has a different value when the window isn't mapped (as in
1469         this case).
1470
1471 2007-01-23  Andreia Gaita  <avidigal@novell.com>
1472
1473         * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
1474         failing on ms.net
1475
1476 2007-01-23  Andreia Gaita  <avidigal@novell.com>
1477
1478         * SendKeysTest.cs: wrong value for Interval, should be > 0
1479
1480 2007-01-23  Andreia Gaita  <avidigal@novell.com>
1481
1482         * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
1483         was failing under ms.net.
1484         
1485         * ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
1486         only for 1.1 - was failing under ms.net
1487         
1488         * ControlTest.cs: 
1489                 - AnchorDockTest: Fix incorrect assertion #5 - was failing 
1490                 under ms.net
1491                 - TestForm: Fix incorrect assertion #4 - was failing 
1492                 under ms.net
1493         * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0        
1494
1495 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
1496
1497         * FormTest.cs: Add test for bug #80574.
1498
1499 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
1500
1501         * TabControlTest.cs: Add tests for SelectTab and Selected event.
1502
1503 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
1504
1505         * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
1506         with other !Dock.Fill controls.
1507
1508 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
1509
1510         * DefaultLayoutTest.cs: Add test for interactions between
1511         setting Dock and Anchor.
1512
1513 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
1514
1515         * TreeNodeTest.cs: Add test for 2.0 Name property.
1516
1517 2007-01-19  Chris Toshok  <toshok@ximian.com>
1518
1519         * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
1520         DataGrid.ReadOnly affects things.
1521
1522 2007-01-19  Chris Toshok  <toshok@ximian.com>
1523
1524         * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
1525         and add a couple of tests for the overloaded ReadOnly property.
1526         can't figure out how it's being used, maybe all it really does is
1527         chain up to base.ReadOnly.
1528
1529         * DataGridColumnStyleTest.cs: add some tests to see if we should
1530         be mucking with the ReadOnly property when the PropertyDescriptor
1531         is set (turns out we shouldn't be).
1532
1533 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
1534
1535         * FormTest.cs: Add test for bug #79959.
1536
1537 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1538
1539         * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
1540         * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
1541
1542 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
1543
1544         * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
1545
1546 2007-01-18  Chris Toshok  <toshok@ximian.com>
1547
1548         * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
1549
1550         * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
1551
1552 2007-01-16  Chris Toshok  <toshok@ximian.com>
1553
1554         * UpDownTest.cs: add UpDownActiveControlTest.
1555
1556 2007-01-16  Jonathan Pobst  <monkey@jpobst.com>
1557
1558         * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
1559
1560         * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
1561
1562         * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
1563
1564         * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
1565
1566         * MenuStripTest.cs: Add test for MDI.
1567
1568         * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
1569
1570         * ToolStripMenuItemTest.cs: Add test for MDI.   
1571
1572         * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
1573
1574 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1575
1576         * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
1577
1578 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
1579
1580         * MenuTest.cs: Add test for #80006, mainmenu merge operations.
1581
1582 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
1583
1584         * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
1585
1586 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1587
1588         * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
1589
1590 2007-01-13  Andreia Gaita  <avidigal@novell.com>
1591
1592         * ControlTest.cs: Add test to check if Exception is raised when
1593         adding a top level control (form) as a child control
1594         
1595 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
1596
1597         * ControlStyleTest.cs: Added style test for LinkLabel with text, but
1598         no links.
1599
1600 2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>
1601
1602         * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
1603         generating WM_ACTIVATE on unix.
1604         * FormTest.cs: Same.
1605
1606 2007-01-10  Chris Toshok  <toshok@ximian.com>
1607
1608         * FocusTest.cs: Disable a couple of tests that rely on the
1609         focus/active control state being available directly after
1610         form.Show() - doesn't work on X11, since form.Show shows the
1611         window asynchronously.  Also, add a large focus/enter/leave event
1612         handling test andreia and I were using to correct problems in
1613         ContainerControl.set_ActiveControl.
1614         
1615         * FormTest.cs: add a test to show that even if OnActivate is
1616         overriden and not chained up to the base class, ActiveControl is
1617         still set.  Unfortunately it doesn't work on the X11 backend
1618         because Form.Show is necessarily an async operation.
1619
1620         * ApplicationTest.cs: don't show forms in the taskbar, and dispose
1621         of them.
1622
1623         * ApplicationContextTest.cs: same.
1624
1625 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1626
1627         * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
1628         -2 values (auto resizing).
1629
1630 2007-01-10  Chris Toshok  <toshok@ximian.com>
1631
1632         * ContainerControlTest.cs: add a test for setting ActiveControl to
1633         a non-child control.
1634
1635 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
1636
1637         * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
1638
1639 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
1640
1641         * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
1642
1643 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
1644
1645         * ControlTest.cs: Added test for bug #80456.
1646
1647 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
1648
1649         * ControlPropertyEventsTest.cs: Added.  These test property getters and
1650         setters and ensure that all relevant events are called on setters for
1651         Control.
1652
1653 2007-01-04  Chris Toshok  <toshok@ximian.com>
1654
1655         * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
1656         stack trace in a comment).
1657         
1658         * RichTextBoxTest.cs: disable FindTest.
1659         
1660 2007-01-04  Andreia Gaita  <avidigal@novell.com>
1661
1662         * FormTest.cs: disabled ActivateTest
1663         * FocusTest.cs: disabled ActiveControl_Disabled test
1664
1665 2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1666
1667         * ColumnHeaderTest.cs: New test.
1668
1669 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
1670
1671         * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
1672         HelpProviderTest.cs: Add tests for Tag properties.
1673
1674         * LinkAreaTest.cs: Add test for ToString.
1675
1676 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
1677
1678         * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
1679         that is DPI-dependent.
1680         * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
1681         * TextBoxTest.cs: Ignore test that is DPI-dependent.
1682
1683 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
1684
1685         * ControlTest.cs: Added FontHeight test.
1686
1687 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
1688
1689         * ListControlTest.cs: Added test for AllowSelection.
1690         * UpDownTest.cs: MockItem is now nested class.
1691         * ListBoxTest.cs: Added test for AllowSelection.
1692         * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
1693         SelectionMode, Text and ValueMember.
1694
1695 2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>
1696
1697         * ToolBarTest.cs: Enabled test for bug #80416.
1698
1699 2006-12-31  Chris Toshok  <toshok@ximian.com>
1700
1701         * ControlEventTest.cs: add SizeChanged to the resize/layout event
1702         test.
1703
1704 2006-12-31  Chris Toshok  <toshok@ximian.com>
1705
1706         * ControlTest.cs: new test for Anchor/Dock interactions.  Also add
1707         tests for Control.SetTopLevel.
1708
1709 2006-12-31  Andreia Gaita  <avidigal@novell.com>
1710
1711         * ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
1712         ActiveControl tests to FocusTest, for easier management.
1713         Add Validation tests.
1714
1715 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
1716
1717         * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
1718
1719 2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
1720
1721         * ToolBarTest.cs: Added test for bug #80416.
1722
1723 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
1724
1725         * ContainerControlTest.cs: Added tests for ActiveControl.
1726
1727 2006-12-30  Chris Toshok  <toshok@ximian.com>
1728
1729         * DefaultLayoutTest.cs: add some more variants for the test for
1730         80336, and remove the NotWorking from the 80336 test.
1731
1732         * SendKeysTest.cs: mark these tests as not working with Xvfb so I
1733         can exclude them.
1734
1735 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1736
1737         * DataGridTest.cs: Fixed compiler warnings.
1738
1739 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1740
1741         * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
1742         until Theme.DefaultFont change is approved.
1743
1744 2006-12-29  Chris Toshok  <toshok@ximian.com>
1745
1746         * ControlEventTest.cs: add a test to determine the ordering of
1747         Layout/Resize events.
1748
1749 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1750
1751         * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
1752
1753 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1754
1755         * ControlTest.cs: Added test for Font and ResetFont.
1756         * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
1757
1758 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
1759
1760         * ControlTest.cs: Improved DoubleBufferedTest.
1761
1762 2006-12-28  Chris Toshok  <toshok@ximian.com>
1763
1764         * ControlTest.cs: add a test to check whether parent.PerformLayout
1765         is called from OnResized (it isn't).
1766
1767         * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
1768         including the (not working) test case in bug #80336.  Move the
1769         docking/undocking tests here.
1770
1771 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1772
1773         * ControlTest.cs: More tests for double buffers.
1774         
1775 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1776
1777         * ControlTest.cs: Added double buffering tests.
1778
1779 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1780
1781         * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
1782         test for invisible control.
1783
1784 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1785
1786         * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
1787         MaxDate and MinDate on 2.0 profile. Removed extra tabs.
1788
1789 2006-12-27  Jonathan Pobst  <monkey@jpobst.com>
1790
1791         * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
1792         ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
1793         ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
1794
1795 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1796
1797         * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
1798         
1799 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
1800
1801         * ScrollableControlTest.cs: Added tests for AutoScroll and
1802         AutoScrollMinSize.
1803
1804 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1805
1806         * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
1807
1808 2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1809
1810         * ControlTest.cs: Added NotWorking test for DoubleBuffered.
1811
1812 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
1813
1814         * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
1815         IsFormatProviderDefault.
1816         * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
1817         RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
1818
1819 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
1820
1821         * DateTimePickerTest.cs: Fixed line endings.    
1822         * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
1823
1824 2006-12-23  Daniel Nauck  <dna@mono-project.de>
1825
1826         * UserControlTest.cs: Add.
1827
1828 2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>
1829
1830         * ControlTest.cs: Enabled test for bug #80280.
1831
1832 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
1833
1834         * RichTextBoxTest.cs: Added test for bug #80301.
1835         * TextBoxTest.cs: Added test for bug #80301.
1836
1837 2006-12-21  Daniel Nauck  <dna@mono-project.de>
1838
1839         * ComboBoxTest.cs,
1840         TextBoxTest.cs: Added AutoComplete property tests.
1841
1842 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1843         
1844         * DateTimePickerTest.cs: Created.
1845         
1846 2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1847
1848         * MonthCalendarTest.cs: 
1849         - Enable tests again.
1850         - Added tests for *BoldedDates.
1851         
1852         * ControlTest.cs: Added test for BackgroundImageLayout.
1853         
1854 2006-12-19  Chris Toshok  <toshok@ximian.com>
1855
1856         * DataGridViewBandTest.cs: nuke this file, as there's no way to
1857         construct a DataGridViewBand in isolation (exception through
1858         reflection).
1859
1860 2006-12-19  Chris Toshok  <toshok@ximian.com>
1861
1862         * RowStyleTest.cs: unit tests for RowStyle.
1863
1864         * ColumnStyleTest.cs: unit tests for ColumnStyle.
1865
1866 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1867
1868         * ListViewCollectionsTest.cs: Added tests for the new 2.0
1869         methods and properties (SelectedIndexCollection,
1870         SelectedItemCollection, and ListViewSubItemCollection).
1871         * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
1872
1873 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
1874
1875         * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
1876         AddRange overloads.
1877         * TreeViewTest.cs: Fixed ExpandAll tests.
1878
1879 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1880
1881         * ApplicationTest.cs: Restart () test is 2.0 only.
1882
1883 2006-12-19  Daniel Nauck  <dna@mono-project.de>
1884
1885         * ApplicationTest.cs: Added test for Restart ().
1886
1887 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1888
1889         * MonthCalendarTest.cs: Added test for DefaultMargin.
1890
1891 2006-12-18  Daniel Nauck  <dna@mono-project.de>
1892
1893         * DataGridViewAdvancedBorderStyleTest.cs,
1894         DataGridViewRowTest.cs,
1895         DataGridViewElementTest.cs,
1896         DataGridViewCellTest.cs,
1897         DataGridViewCellStyleTest.cs,
1898         DataGridViewTest.cs: fixed NUnit obsolete warnings and
1899         DataGridView tests against .NET 2.0
1900
1901 2006-12-17  Daniel Nauck  <dna@mono-project.de>
1902
1903         * ButtonTest.cs: Added tests for FlatButtonAppearance.
1904
1905 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1906
1907         * TreeViewTest.cs: Added tests for bug #80284.
1908
1909 2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>
1910
1911         * ControlTest.cs: Added (notworking) test for bug #80280.
1912         Removed extra tabs.
1913
1914 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1915         
1916         * TabControlTest.cs: Fixed SelectedIndex tests
1917         for MS.NET 2.0
1918
1919 2006-12-16  Andreia Gaita  <avidigal@novell.com>
1920
1921         * SendKeysTest.cs: Test cases for SendKeys
1922
1923         These tests can only run in ms.net one at a time.
1924         Since ms.net apparently hooks the keyboard to 
1925         implement this, running two tests in a row
1926         makes the second test run before the hook
1927         of the first test is released, effectively
1928         hanging the keyboard. CTRL-ALT-DEL releases
1929         the keyboard, but the test still hangs.
1930         Running each test separately works.
1931  
1932
1933 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1934
1935         * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
1936
1937 2006-12-16  Daniel Nauck  <dna@mono-project.de>
1938
1939         * PaddingTest.cs: new tests for Padding.
1940
1941 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1942
1943         * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
1944         * ListViewItemTest.cs: add new ListViewSubItem text property test.
1945
1946 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1947
1948         * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
1949
1950 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1951
1952         * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
1953
1954 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1955
1956         * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
1957
1958 2006-12-15  Daniel Nauck  <dna@mono-project.de>
1959
1960         * ListViewGroupTest.cs: new tests for ListViewGroups.
1961         * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
1962
1963 2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>
1964
1965         * TabControlTest.cs: Added tests for Control.RemoveAt.
1966
1967 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1968
1969         * ListViewItemTest.cs: 
1970         * ListViewCollectionsTest.cs: Add tests for the new 2.0
1971         ListViewItemCollection methods (IndexOfKey, ContainsKey,
1972         new indexer overload, Find, RemoveByKey).
1973
1974 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1975
1976         * TextBoxTest.cs: Added test for bug #80163.
1977
1978 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
1979
1980         * ControlTest.cs: Improved Region test.
1981
1982 2006-12-12  Andreia Gaita  <avidigal@novell.com>
1983
1984         * ControlTest.cs: Add region tests.
1985
1986 2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1987
1988         * ControlTest.cs: add tests for WM_PARENTNOTIFY.
1989         
1990 2006-12-11  Chris Toshok  <toshok@ximian.com>
1991
1992         * ControlTest.cs: add some unit tests for null parameters to some
1993         of the ControlCollection methods.
1994
1995 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
1996
1997         * ControlTest.cs: Added test for invalid Dock value.
1998
1999 2006-12-11  Andreia Gaita  <avidigal@novell.com>
2000
2001         * TabControlTest.cs: add tests to check if SelectedIndex is
2002         properly set if the TabControl has no pages, before and 
2003         after the handle is created
2004
2005 2006-12-10  Chris Toshok  <toshok@ximian.com>
2006
2007         * ColumnClickEventArgsTest.cs: new tests.
2008
2009 2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>
2010
2011         * TabControlTest.cs: Added SelectedIndex tests.
2012
2013 2006-12-08  Chris Toshok  <toshok@ximian.com>
2014
2015         * ButtonTest.cs: add tests for DialogResult changes when setting
2016         Form.AcceptButton and Form.CancelButton.
2017
2018 2006-12-08  Chris Toshok  <toshok@ximian.com>
2019
2020         * MenuItemTest.cs: add test for menu item events when cloning menu
2021         items.  Tests for the bug in #80183.
2022
2023 2006-12-06  Chris Toshok  <toshok@ximian.com>
2024
2025         * FormTest.cs: make sure Form.ImeMode is NoControl by default.
2026
2027         * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
2028
2029 2006-12-06  Chris Toshok  <toshok@ximian.com>
2030
2031         * RadioButtonTest.cs: add a couple of test involving TabStop.
2032
2033 2006-12-06  Chris Toshok  <toshok@ximian.com>
2034
2035         * ImageListTest.cs: add a rather complicated series of assertions
2036         about the imagelist ShouldSerialize/CanReset methods.  these pass
2037         on MS and mono now, though.  yay.
2038
2039 2006-12-06  Jackson Harper  <jackson@ximian.com>
2040
2041         * TextBoxTest.cs: Add a test for Modified property.
2042         - We need to put something on the clipboard before we can paste.
2043
2044 2006-12-04  Jackson Harper  <jackson@ximian.com>
2045
2046         * TextBoxTest: More of these tests work now.
2047         - Add a test to ensure that recieving focus selects all of the
2048         text
2049
2050 2006-12-04  Chris Toshok  <toshok@ximian.com>
2051
2052         * PrintDialogTest.cs: add [Category("Printing")] to all these
2053         tests so I can exclude them.
2054
2055 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2056
2057         * StatusBarPanelTest.cs: Added a test for invalid
2058         minimum widths.
2059         
2060 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2061
2062         * MdiFormTest.cs: Change a few tests to dispose of
2063         the form when the test is finished.
2064
2065 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2066
2067         * MdiFormTest.cs: Added a few NotWorking tests for
2068         initial form location.
2069
2070 2006-12-04  Everaldo Canuto  <everaldo@simios.org>
2071
2072         * LabelTest.cs: Add tests for sizes, test for bug #80137.
2073
2074 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2075
2076         * MdiFormTest.cs: All current NotWorking tests are now
2077         working, added a few more tests.
2078
2079 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
2080
2081         * CurrencyManagerTest.cs: Added test for bug #80107.
2082
2083 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
2084
2085         * DataGridTest.cs: Fixed build.
2086
2087 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
2088
2089         * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
2090
2091 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
2092
2093         * MenuTest.cs: Tag property assert for 2.0 profile.
2094         
2095 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
2096
2097         * ToolBarTest.cs:
2098         - Remove ButtonSize.Width and ButtonSize.Height assert because
2099         it depends of system metrics and diferent fonts can cause 
2100         diferent sizes.
2101         - Remove "NotWorking" mark from ToolBarPropertyTest, this test
2102         now must works well.
2103         
2104 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2105
2106         * MessageTest.cs: Added test for ToString.
2107         
2108 2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2109
2110         * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
2111         
2112 2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
2113
2114         * MenuItemTest.cs: Added test for Text property.
2115
2116 2006-11-29  Chris Toshok  <toshok@ximian.com>
2117
2118         * BindingTest.cs: add two new tests.
2119
2120 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2121
2122         * TrackBar.cs: Changed SizeTest and OrientationTest 
2123         to work on MS with both WinXP theme and Win2K theme.
2124
2125 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
2126
2127         * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
2128
2129 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
2130
2131         * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
2132
2133 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
2134
2135         * FormTest.cs: Added test for bug #80052.
2136
2137 2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>
2138
2139         * MdiFormTest.cs: Added test for bug #80036.
2140
2141 2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>
2142
2143         * MdiFormTest.cs: Added NotWorking test for Form.Text.
2144
2145 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2146
2147         * FormTest.cs: Added test for bug #80020.
2148         * MdiFormTest.cs: Fixed typo, added additonal info.
2149
2150 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2151
2152         * MdiFormTest.cs: Improved Text test to also verify behavior when
2153         Text of MDI child or container is empty. Added NotWorking test for
2154         Text after MDI is maximized. Added comment with existing NotWorking
2155         test for ActiveMdiChild.
2156
2157 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
2158
2159         * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
2160         ToStringTest.
2161
2162 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2163         
2164         * ControlTest.cs: Added tests for #79999.
2165
2166 2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2167         
2168         * MdiFormTest.cs: Added tests for WindowState (mdi 
2169         children) and Text (mdi parent with maximized mdi
2170         children).
2171
2172 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
2173
2174         * ControlEventTest.cs: Added tests for Invalidated event.
2175         * TreeNodeCollectionTest.cs: Added IList indexer tests.
2176
2177 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
2178
2179         * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
2180
2181 2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>
2182
2183         * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
2184
2185 2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
2186
2187         * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
2188         * UpDownTest.cs: Fixed ToStringTest.
2189
2190 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
2191
2192         * CommonDialogsTest.cs: Added
2193
2194 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2195
2196          * StatusBarPanelTest.cs: Added tests for bug #79842
2197          and tests for default properties.
2198
2199 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2200
2201         * TrackBarTest.cs: Added tests for bug #79718.
2202         
2203 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
2204
2205         * TextBoxTest.cs: Added test for bug #79851.
2206
2207 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
2208
2209         * TabControlTest.cs: Added test for bug #79847.
2210
2211 2006-11-04  Chris Toshok  <toshok@ximian.com>
2212
2213         * ControlTest.cs: enable a bunch more of these on linux, and split
2214         out problematic areas into smaller NotWorking tests.
2215
2216 2006-11-04  Chris Toshok  <toshok@ximian.com>
2217
2218         * FormTest.cs: add a few more tests to determine various aspects
2219         of the Close() method.
2220
2221 2006-11-04  Chris Toshok  <toshok@ximian.com>
2222
2223         * FormTest.cs: add a test to more accurately test for bug #79155
2224         (make sure an ObjectDisposedException is thrown if you Show() a
2225         Form you just Close()'d).
2226
2227 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2228
2229         * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
2230
2231 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
2232
2233         * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
2234         #79812. Added (NotWorking) SelectedText tests.
2235
2236 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
2237
2238         * TextBoxTest.cs: Added tests for part of bug #79799.
2239
2240 2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
2241
2242         * ControlTest.cs: Fixed build using csc 1.x.
2243
2244 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
2245
2246         * PictureBoxTest.cs: Enable the previously not working
2247           ToStringMethodTest and move the not working Image property
2248           test to its own method.
2249         * UpDownTest.cs: Added
2250
2251 2006-10-29  Chris Toshok  <toshok@ximian.com>
2252
2253         * ControlTest.cs: correct namespace and add TopLevelControlTest
2254         for bug #79781.
2255
2256 2006-10-29  Alexander Olk  <alex.olk@googlemail.com>
2257
2258         * FormTest.cs: Fix typo.
2259
2260 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
2261
2262         * PropertyGridTest.cs: Enabled previously not-working tests.
2263
2264 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
2265
2266         * PropertyGridTest.cs: Added some tests for PropertyGrid.
2267
2268 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
2269
2270         * FocusTest.cs: add more test cases for GetNextControl.
2271         see #78650
2272
2273 2006-10-11  Chris Toshok  <toshok@ximian.com>
2274
2275         * ToolBarTest.cs: add test for ToolBarButton rectangles.
2276
2277 2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>
2278
2279         * ListViewCollectionsTest.cs: Added tests for bug #79415.
2280         * ListViewTest.cs: Enabled test for bug #79416.
2281
2282 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 
2283
2284         * ContainerControlTest.cs: New. Add a few test cases for 
2285         GetContainerControl method.
2286
2287 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 
2288
2289         * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
2290
2291 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
2292
2293         * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
2294         as NonWorking (see bug #79552). Fixed line-endings.
2295
2296 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
2297
2298         * SystemInformationTest.cs: Add tests case for MenuFont.
2299
2300 2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
2301         * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
2302
2303 2006-09-13  Jonathan Pobst  <monkey@jpobst.com>
2304
2305         * SplitContainerTests.cs: Added.
2306
2307 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
2308
2309         * ListViewTest.cs: Added test for bug #79076. Added tests for 
2310         sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
2311         NotWorking).
2312         * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
2313         and ListViewItemCollection fixes.
2314
2315 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2316
2317         * ComboBoxTest.cs: Add tests for sorting and selection handling.
2318         Deal with a couple of exception mismatches in 2_0.
2319
2320 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2321
2322         * ComboBoxTest.cs: Add tests for CB.ObjectCollection
2323         methods throwing ArgumentNullException.
2324
2325 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2326
2327         * ComboBoxTest.cs: Add tests for adding/modifying null items
2328         in ObjectCollection.
2329         * ListBox.cs: Likewise.
2330
2331 2006-08-08  Chris Toshok  <toshok@ximian.com>
2332
2333         * GridTableStylesCollectionTest.cs: make this fixture public so
2334         it's actually included, and add a test for changing the
2335         MappingName of a constituent TableStyle.
2336
2337 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2338
2339         * PrintDialogTest.cs: Added.
2340
2341 2006-07-21  Matt Hargett (matt@use.net)
2342
2343         * ControlTest.cs: Added tests for MinimumSize/MaximumSize
2344
2345 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2346
2347         * ListControlTest.cs: Added DataSourceWrongArgumentType method
2348         to test the exception being thrown.
2349
2350 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2351
2352         * ListControlTest.cs: Added.
2353
2354 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
2355
2356         * EventArgsTest.cs: Added
2357
2358 2006-07-10  Chris Toshok  <toshok@ximian.com>
2359
2360         * DataGridTest.cs: make this class public so it shows up in the
2361         list of fixtures (and its tests get run).
2362
2363         * CurrencyManagerTest.cs: add a test that just spews properties
2364         about the currency manager and the datasource, as well as a test
2365         for the finalType field.
2366
2367 2006-07-07  Chris Toshok  <toshok@ximian.com>
2368
2369         * DataGridTableStyleTest.cs: couple more tests.
2370
2371 2006-07-06  Peter Dennis Bartok <pbartok@novell.com>
2372
2373         * ControlTest.cs: Added "LinkLabel with link" test
2374
2375 2006-06-30  Chris Toshok  <toshok@ximian.com>
2376
2377         * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
2378         default DataGridTableStyle.
2379
2380 2006-06-23  Chris Toshok  <toshok@ximian.com>
2381
2382         * PropertyManagerTest.cs: new tests regarding the
2383         [Related]PropertyManager class.
2384
2385 2006-06-19  Peter Dennis Bartok <pbartok@novell.com>
2386
2387         * ControlTest.cs: Added tests for enabled state inheritance
2388
2389 2006-06-19  Chris Toshok  <toshok@ximian.com>
2390
2391         * CurrencyManagerTest.cs: add some tests for related currency
2392         managers.
2393
2394         * BindingContextTest.cs: add a test for
2395         BindingContext.CollectionChanged -=.  Also add a test for passing
2396         null for data_member to BindingContext.Contains.
2397
2398 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2399
2400         * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
2401         setter.
2402
2403 2006-06-01  Chris Toshok  <toshok@ximian.com>
2404
2405         * CurrencyManagerTest.cs: add a few tests to see what events are
2406         being emitted in which order from AddNew, CancelCurrentEdit and
2407         EndCurrentEdit.
2408
2409 2006-05-31  Peter Dennis Bartok <pbartok@novell.com>
2410
2411         * LabelTest.cs: 
2412           - Added (still unused) fuzzy compare for events
2413           - Disabled event order tests, they are too strict
2414         * ScrollBarTest.cs: Disabled event order tests, are too strict
2415
2416 2006-05-25  Jackson Harper  <jackson@ximian.com>
2417
2418         * TreeViewTest.cs: Add a couple of default properties.  Put in
2419         correct namespace.
2420         * TabControlTest.cs: Put in correct namespace.
2421
2422 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
2423
2424         * BindingContextTest.cs : added more tests for Item, Contains()
2425           and GetEnumerator().
2426
2427 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
2428
2429         * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
2430
2431 2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
2432
2433         Some compat fixes found by make run-test-ondotnet:
2434         * ListBoxTest.cs : they don't throw exceptions.
2435         * RichTextBoxTest.cs,
2436           ScrollBarTest.cs,
2437           ComboBoxTest.cs,
2438           ComboBoxTests.cs : Commented some lines out since they are
2439           environment (especially desktop theme) dependent.
2440           TabControlTest.cs : SetSelectedIndex() was my bad that the test
2441           needed the tab control be drawn to pass the test.
2442           Some tests are env. dependent (as well as others).
2443
2444 2006-05-16  Miguel de Icaza  <miguel@novell.com>
2445
2446         * DataGridTest.cs: Add a test case based on 78420, confirm that
2447         the fix works.
2448
2449 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
2450
2451         * TabControlTest.cs : added test for bug #78395.
2452
2453 2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>
2454
2455         * TabControlTest.cs: Added test for bug #78121. Marked failing tests
2456         NotWorking. Set eol-style to native.
2457
2458 2006-04-12  Peter Dennis Bartok <pbartok@novell.com>
2459
2460         * ControlTest.cs: Added backcolor tests related to transparency
2461           (bug #78026)
2462
2463 2006-03-31  Peter Dennis Bartok <pbartok@novell.com>
2464
2465         * ControlTest.cs: Ignore Invoke test, it hangs
2466
2467 2006-02-28  Matt Hargett (matt@use.net)
2468
2469         * ComboBoxTests.cs: Added
2470
2471 2006-02-02  Peter Dennis Bartok <pbartok@novell.com>
2472
2473         * ControlTest.cs: Added test for layout nesting
2474         * MonthCalendarTest.cs: Fixed typo in class name
2475
2476 2005-12-01  Jackson Harper  <jackson@ximian.com>
2477
2478          * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
2479          SingleNodeIndexTest.
2480          - Fixed warning CS0219. Patches by Dieter Bremes
2481
2482 2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>
2483
2484         * DataGridViewElementTest.cs DataGridViewBandTest.cs
2485         DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
2486         DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
2487
2488         Add some DataGridView tests.
2489
2490 2005-11-11  Ankit Jain  <jankit@novell.com>
2491
2492         * RichTextBoxTest.cs: Fix typos.
2493
2494 2005-11-09  Peter Dennis Bartok <pbartok@novell.com>
2495
2496         * RichTextBoxTest.cs: Added Find() tests
2497
2498 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
2499
2500         * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
2501
2502 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
2503
2504         * ListViewCollectionsTest.cs: Add tests for the ListView Collections
2505
2506 2005-10-17  Ritvik Mayank  <mritvik@novell.com>
2507
2508         * TabControlTest.cs : Added test case for TabControl
2509
2510 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
2511
2512         * TrackBarTest.cs : Added test case for TrackBar
2513
2514 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
2515          
2516         * DataGridBoolColumn.cs: fixes warning
2517
2518 2005-10-10  Peter Dennis Bartok <pbartok@novell.com>
2519
2520         * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
2521           order for want and actual to avoid misleading errors
2522
2523 2005-10-07  Peter Dennis Bartok <pbartok@novell.com>
2524
2525         * GenerateControlStyleTest.cs: Code to auto-generate the
2526           source file ControlStyleTest.cs
2527         * ControlStyleTest.cs: Tests for testing ControlStyles
2528
2529 2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2530
2531         * Common.cs : Add common things here.
2532         * LabelTest.cs : Remove common declarations to Common.cs
2533         * ScrollBarTest.cs : Remove common declarations to Common.cs
2534                              Add more propery range / exception tests
2535                              Add more event order tests
2536                              Fix Mouse tests.
2537                              Add event arg tests.
2538
2539 2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2540
2541         * LabelTest.cs : Added more event tests (external handlers)
2542                           Added event arg checks
2543                           Fixed OnPaint tests.
2544                           Seperated invalidation tests.
2545
2546 2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2547
2548         * ScrollBarTest.cs : Add more tests for event firing order
2549                              Messages to simulate mouse events
2550
2551 2005-09-23  Ritvik Mayank  <mritvik@novell.com>
2552
2553         * ErrorProviderTest.cs : Added test case for ErrorProvider
2554
2555 2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2556
2557         * LabelTest.cs : Added messages to simulate Key* events.
2558                          Key* events have tests now.
2559
2560 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
2561
2562         * LabelTest.cs : Implement event firing order tests.
2563         * ScrollBarTest.cs : Implement event firing order tests.
2564
2565 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
2566          
2567         * MenuTest.cs: Fixes some tests
2568         * MenuItemTest.cs: New unit test
2569
2570 2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>
2571
2572        * LabelTest.cs : Several new tests.
2573        * ScrollBarTest.cs : Several new tests.
2574        * bitmaps : added dir containing images for tests.
2575
2576 2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>
2577
2578         * ListViewItemTest.cs: New unit test 
2579
2580 2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>
2581
2582         * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
2583         LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
2584         ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
2585         ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,       
2586         ToolBarTest.cs, MenuTest.cs
2587
2588         Remove all the tests that are giving errors. All of them should 
2589         be reviewed. Right now having this text throwing 40 errors do not
2590         help at all to do regression testing. Peter has already assigned
2591         a group of controls to every developer that will be tested and 
2592         reviewed.
2593
2594 2005-09-20  Ritvik Mayank  <mritvik@novell.com>
2595
2596         * PictureBoxTest.cs : Test case for PictureBox
2597
2598 2005-09-08  Ritvik Mayank  <mritvik@novell.com>
2599
2600         * MonthCalendarTest.cs : Test case for MonthCalendar
2601
2602 2005-08-29  Ritvik Mayank  <mritvik@novell.com>
2603         
2604         * ProgressBarTest.cs : Test case for ProgressBar
2605         * ToolBarTest.cs : Test case for ToolBar
2606         * ToolTipTest.cs : Test case for ToolTip
2607         * RichTextBoxTest.cs : Test case for RichTextBox
2608
2609 2005-08-16  Martin Baulig  <martin@ximian.com>
2610
2611         * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
2612         to make it compile.
2613
2614 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
2615         
2616         * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
2617           ListViewTest.cs: enhancement and cleanup
2618
2619 2005-08-16  Ritvik Mayank  <mritvik@novell.com>
2620
2621         * ImageListTest.cs   : Test case for ImageList
2622         * RadioButtonTest.cs : Test case for RadioButton
2623         * ScrollBarTest.cs   : Test case for ScrollBar
2624         * StatusBatTest.cs   : Test case for StatusBar
2625
2626 2005-08-10  Ritvik Mayank  <mritvik@novell.com>
2627
2628         * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
2629           yet implemented)
2630
2631 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
2632
2633         * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
2634         * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
2635
2636 2005-08-06  Ritvik Mayank  <mritvik@novell.com>
2637
2638         * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   
2639
2640 2005-08-05  Ritvik Mayank  <mritvik@novell.com>
2641
2642         * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
2643           LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
2644           CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
2645           CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
2646           FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
2647           ListViewEventTest.cs :
2648                       Cleanup, Ignored tests which need manual intervention,
2649                       work still in progress.  
2650         
2651 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
2652
2653         * DataGridTextBoxColumnTest.cs: test fixes and enhancements
2654         * GridTableStylesCollectionTest.cs: test fixes and enhancements
2655         * DataGridTest.cs: test fixes and enhancements
2656         * DataGridCellTest.cs: New unit test
2657         * GridColumnStylesCollectionTest.cs: test fixes and enhancements
2658         * DataGridTableStyleTest.cs: test fixes and enhancements
2659
2660 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>
2661
2662         * ControlTest.cs: Cleanup, fixed commented out tests with syntax 
2663           errors, streamlined a few tests, added full tab order test, still
2664           work in progress
2665
2666 2005-08-02  Ritvik Mayank  <mritvik@novell.com>
2667         
2668         * FormTest.cs : Test case for Form
2669         * GropBoxTest : Test case for GroupBox
2670         * MenuTest.cs : Test case for Menu
2671         * ImageListTest.cs : Test case for ImageList
2672
2673 2005-07-26  Ritvik Mayank  <mritvik@novell.com>
2674         
2675         * ListViewTest.cs : Test case for ListView
2676         * ListViewEventTest.cs : Test case for ListView events
2677         * ComboBoxTest.cs : Test case for ComboBox
2678         * FormEventTest.cs : Test case for Form events
2679
2680 2005-07-12  Ritvik Mayank  <mritvik@novell.com>
2681         
2682         * CheckBoxTest.cs : Test case for CheckBox
2683         * CheckBoxEventTest.cs : Test case for CheckBox events
2684         * CheckedListBoxTest.cs : Test case for CheckedListBox
2685         * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
2686
2687 2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>
2688
2689         * DataGridTextBoxColumnTest.cs: Test case
2690         * GridTableStylesCollectionTest.cs: Test case
2691         * DataGridTest.cs: Test case
2692         * GridColumnStylesCollectionTest.cs: Test case
2693         * DataGridTableStyleTest.cs: Test case
2694
2695
2696 2005-07-04  Ritvik Mayank  <mritvik@novell.com>
2697         
2698         * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
2699         * ListBoxEventTest.cs  : Test Cases for ListBox Events
2700
2701 2005-06-13  Ritvik Mayank  <mritvik@novell.com>
2702         
2703         * TextBoxTest.cs : Test Cases for TextBox 
2704         * BUttonTest.cs  : Test Cases for Buttons
2705
2706 2005-05-11  Ritvik Mayank  <mritvik@novell.com>
2707         
2708         * ControlEventTest.cs : Test Cases for Events 
2709         
2710 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
2711
2712         * ControlTest.cs : Minor modifications
2713
2714 2005-05-02  Ritvik Mayank  <mritvik@novell.com>
2715         
2716         * ControlTest.cs : Test for Control
2717
2718 2005-04-25  Ritvik Mayank  <mritvik@novell.com>
2719         * LabelPropertyTest.cs : Test for Label
2720
2721 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
2722         * TreeViewTest.cs : Test for TreeView
2723         * TreeNodeTest.cs : Test for TreeNode
2724
2725 2004-11-29  Ravindra <rkumar@novell.com> 
2726         * ImageIndexConverter.cs : Test for ImageIndexConversion.
2727         
2728
2729