2007-04-19  Jonathan Pobst  <monkey@jpobst.com>

	* GroupBoxTest.cs: Add tests for default properties and DisplayRectangle.

2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Enabled test for bug #80773.

2007-04-17  Chris Toshok  <toshok@ximian.com>

	* BindingTest.cs: remove the NotWorking from
	BindingContextChangedTest2, and add a new, NotWorking test.

2007-04-16  Jonathan Pobst  <monkey@jpobst.com>

	* ButtonTest.cs, ToolStripItemTest.cs: Remove image stretching
	from ImageList tests and reenable tests.

2007-04-13  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripItemTest.cs: Enable a bunch of tests for recently 
	implemented properties.
	* ToolStripManager.cs: Add tests for Merge and RevertMerge.

2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridTextBoxColumnTest.cs: Added IsInEditOrNavigateMode tests.
	Enabled test after IsInEditOrNavigateMode fix.

2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridTextBoxColumnTest.cs: Added tests for IFormattable and
	TypeConverter usage in Edit and Commit.

2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewItemTest.cs: Added several ctor tests. Added tests to verify
	throws exceptions. Added tests for ListViewSubItemCollection's Clear
	and RemoteAt methods that prove that we need to ensure there's always
	at least one subitem.

2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>

	* ProgressBarTest.cs: Added ForeColor and ResetForeColor tests.
	* TextBoxTest.cs: Added NotWorking tests for bugs #80620 and #80626.

2007-04-05  Gert Driesen  <drieseng@users.sourceforge.net>

	* TreeViewTest.cs: Added NotWorking test for bug #81319.

2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ControlTest.cs: Ignore EventStyleTest (can't find a reliable way to
	  generate paint messages on Windows) and change PubPropTest to
	  accept (0,0) as a valid mouse location.

2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DateTimePickerTest.cs: Added a few more cases to TextTest.

2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DateTimePickerTest.cs: Added a few more cases to TextTest.

2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MdiFormTest.cs: Added ChangeClientSizeTest for bug 80995.

2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ContainerControlTest.cs: Add RemoveActiveControlTest
	* MdiFormHandleTest.cs, BindingTest.cs: Remove stacktrace from output.
	* FormTest.cs: Add special window style cases.

2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>

	* RichTextBoxTest.cs: Added BackColor test. Improved ReadOnly tests.
	Added ScrollBars tests.
	* TextBoxTest.cs: Improve BackColor test. Added ScrollBars tests.
	Improved ReadOnly tests.

2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormHandleTest.cs: Enabled test for bug #81272.

2007-03-30  Jonathan Pobst  <monkey@jpobst.com>

	* HScrollPropertiesTest.cs, VScrollPropertiesTest.cs: Added.

2007-03-30  Jonathan Pobst  <monkey@jpobst.com>

	* UserControlTest.cs: Add test for CreateParams.

2007-03-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormHandleTest.cs: Added test for bug #81272.

2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MdiFormTest.cs: Added test for #79964.

2007-03-28  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripOverflowButtonTest.cs, ToolStripOverflowTest.cs: Disable
	some tests I didn't mean to commit yet.

2007-03-28  Jonathan Pobst  <monkey@jpobst.com>

	* StatusStripTest.cs: Added.
	* ToolStripContainerTest.cs: Added.
	* ToolStripContentPanelTest.cs: Added.
	* ToolStripDropDownTest.cs: Added.
	* ToolStripManagerTest.cs: Added.
	* ToolStripOverflowButtonTest.cs: Added.
	* ToolStripOverflowTest.cs: Added.
	* ToolStripPanelTest.cs: Added.
	* ToolStripProgressBarTest.cs: Enable tests about MarqueeAnimationSpeed.
	* ToolStripStatusLabelTest.cs: Added.

2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewItemTest.cs: Add tests for constructors taking
	an array of strings, for the ListViewSubItem constructors,
	and for the ListViewSubItemCollection.AddRange method receiving
	and array of null strings.

2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripTest.cs: Fix ambiguous Category attribute.

2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripTest.cs: Mark WM decoration dependent test as NotWorking.

2007-03-25  Jonathan Pobst  <monkey@jpobst.com>

	* ButtonTest.cs: Add test demonstrating the behavior of ImageList.
	* MenuStripTest.cs: General test suite.
	* ToolStripComboBoxTest.cs: Enable tests for FlatStyle.
	* ToolStripControlHostTest.cs: Form.ShowInTaskbar = false.
	* ToolStripItemTest.cs: Test for method Dispose.
	* ToolStripMenuItemTest.cs: Add tests for constructor and keyboard shortcuts.
	* ToolStripProgressBarTest.cs: Enable previously NotWorking test.
	* ToolStripTest.cs: Add tests for Overflow, Dock/Orientation, and 
	CreateLayoutSettings.

2007-03-24  Jonathan Pobst  <monkey@jpobst.com>

	* DefaultLayoutTest.cs: Enable some NotWorking tests that now
	work correctly.

2007-03-24  Jonathan Pobst  <monkey@jpobst.com>

	* ProgressBarTest.cs, ScrollBarTest.cs, TimerTest.cs: Update
	tests to pass on .Net 2.0.

2007-03-22  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Mark new test FormStartupPositionChangeTest as 
	NotWorking to fix the monobuild.

2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MdiFormTest.cs: Make StartLocationTest NotWorking, it fails on
	  monobuild for unknown reasons.
	* FormTest.cs: Make Location NotWorking, it fails on monobuild for
	  unknown reasons.

2007-03-22  Chris Toshok  <toshok@ximian.com>

	* FormTest.cs: enable Location test for #80052.

2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MdiFormTest.cs: Added a StartLocationTest, and commented out all old
	  StartLocationTest*s, since they are failiing on WinXP with XP
	  theme.
	* FormTest.cs: Added tests for StartPosition.

2007-03-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DefaultLayoutTest.cs: Fixed line endings.
	* BindingSourceTest.cs: Remove a couple of warnings.

2007-03-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewItemTest.cs: Add test for BackColor, ForeColor,
	UseItemStyleForSubItems.

2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* EventLogger.cs: Add CountEvents.
	* MdiFormTest.cs: Added CloseTest.

2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* RichBoxTest.cs: Disabled ReadOnly test until I can test it on linux.

2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* RichBoxTest.cs: Enabled ReadOnly test.

2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* PaintEventArgsTest.cs: Enabled tests for bug #78448 on 2.0 profile.

2007-03-19  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripTest.cs: Enable gert's DockSize test for bug #80762.

2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* FormHandleTest.cs: Create new forms at a few specific places + a few
	  more corner cases. No longer not working.
	* MdiFormHandleTest.cs: These tests are working now.
	* FormTest.cs: IsHandleCreated is working now, the parented tests are
	  not working.

2007-03-19  Everaldo Canuto  <everaldo@simios.org>

	* MenuItemTest.cs: Add test for OwnerDraw (#81182).

2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* RichTextBoxTest.cs: Marked failing test NotWorking.

2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ControlTest.cs: Added InvokeTestParentHandle.

2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>

	* RichTextBoxTest.cs: Added tests for ReadOnly effect on BackColor.
	* TextBoxTest.cs: Added tests for ReadOnly effect on BackColor.

2007-03-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ComboBoxTest.cs: Added DataBindingTest.

2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MdiFormTest.cs: Make TopLevelTest not working until the fix is ready
	  to get in.

2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* MdiFormTest.cs, ControlTest.cs: Remove a warning.

2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ApplicationContextTest.cs: Added NotWorking test for nested
	  application contexts.
	* ControlHandleTest.cs: Comment out the dnd tests, they create a form
	  on windows that won't close until the mouse is moved. Add a few
	  more corner cases to the test.
	* MdiFormTest.cs: Add TopLevelTest.

2007-03-15  Chris Toshok  <toshok@ximian.com>

	* BindingSourceTest.cs: add another test, and mark the NotWorking
	ones so that they aren't clogging up the 2.0 build.

2007-03-15  Jonathan Pobst  <monkey@jpobst.com>

	* DefaultLayoutTest.cs: Add test for bug #80912.

2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
	
	* Common.cs, TestHelper.cs: Replaces all uses of the custom
	WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.

2007-03-15  Chris Toshok  <toshok@ximian.com>

	* ControlTest.cs: add Ivan's WindowTargetTest after fixing them,
	with an extra one included.

2007-03-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* FormTest.cs: Disable FormBorderStyleTest for the moment.
	* DefaultLayoutTest.cs: Disable BehaviorOverriddenDisplayRectangle for the moment.
	
2007-03-14  Jackson Harper  <jackson@ximian.com>

	* TreeViewTest.cs: Some more tests pass now.

2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>

	* ErrorProviderTest.cs: Enabled previously failing tests.

2007-03-14  Andreia Gaita  <avidigal@novell.com>

	* TabControlTest.cs: Add tests for Deselecting, Deselected, 
	Selecting events.

2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>

	* TreeViewTest.cs: Add TreeViewNodeSorterTest.

2007-03-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* ErrorProviderTest.cs: Improved GetandSetErrorTest. Marked failing
	test NotWorking. Removed extra tabs. 

2007-03-13  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Add test for bug #80773.

2007-03-12  Jonathan Pobst  <monkey@jpobst.com>

	* ControlTest.cs: Add test for bug #81125.

2007-03-12  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Add a test showing we do not recreate the handle when
	MinimizeBox or MaximizeBox is changed. [Part of bug #80640]

2007-03-12  Jonathan Pobst  <monkey@jpobst.com>

	* ControlTest.cs: Add test for bug #80621.

2007-03-11  Everaldo Canuto  <everaldo@simios.org>

	* LinkLabelTest.cs: LinkLabel tests added.

2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormHandleTest.cs: Fixed build using csc 1.x.
	* MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
	* ControlHandleTest.cs: Fixed build using csc 1.x.
	* TextBoxTest.cs: Improved test for BackColor. Added test for
	ForeColor.

2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>

	* TextBoxTest.cs: Isolate BackColor tests.

2007-03-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
	
	* FormHandleTest.cs: Added.
	* MdiFormHandleTest.cs: Added.

2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewTest.cs: Added tests for the ListView and
	Index properties of ListViewItems in VirtualMode.

	* ListViewCollectionsTest.cs: Remove warning when building
	tests.

2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Added tests for bug #80791 and #80574.

2007-03-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* SendKeysTest.cs: Fixed to not hang keyboard on Windows.

2007-03-08  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Add tests for bugs #80574, #80791.

2007-03-05  Chris Toshok  <toshok@ximian.com>

	[merge -r72718:73765 from mwf-handle-branch]

	2007-03-05  Chris Toshok  <toshok@ximian.com>

		* ControlHandleTest.cs: make this build on both 1.1 and 2.0
		profiles.

	2007-02-28  Chris Toshok  <toshok@ximian.com>

		* ControlTest.cs: Flesh out ControlInvokeTest to make sure that
		the Control thread dies (that Application.Run returns, basically).
		This works in isolation, but for some reason it isn't exiting when
		run in concert with other tests (this test is the cause of the
		hangs running the unit tests.)  Marking NotWorking for the time
		being.  This needs to be fixed before merging back to the
		mainline, imo.

2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* FormTest.cs: Added MaximizedParentedFormTest.

2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewCollectionsTest.cs: Added tests for the exceptions thrown
	by ListViewItemCollection when virtual mode is used.

2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
	* ColumnHeaderTest.cs: Added more DisplayIndex tests.

2007-02-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewTest.cs: Add test for VirtualMode and VirtualSize,
	as well as for the exceptions they throw.

2007-02-28  Jonathan Pobst  <monkey@jpobst.com>

	* DefaultLayoutTest.cs: Add test for bug #80917.

2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewCollectionsTest.cs: Added and improved tests for removing
	columns and items, and clearing the collections.
	* ListViewTest.cs: Improved ClearTest to also verify whether removed
	columns and items are unlinked from owning ListView.

2007-02-23  Raja R Harinath  <rharinath@novell.com>

	Fix compilation error
	* DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.

2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.

2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
	is already -1.

2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* ComboBoxTest.cs: Added test for Text. Added and improved tests for
	FindString and FindStringExact. Improved ObjectCollection tests.

2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ListControlTest.cs: Added test for #80794.

2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* FormTest.cs: Added NotWorking test for Form CreateParams.Style and
	  ExStyle and a test for parented forms.

2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>

	* SaveFileDialogTest.cs: Added tests for SaveFileDialog.

2007-02-15  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
	libgdiplus: #80842.  Marked as Ignore for now, will re-enable when
	bug is fixed.

2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DateTimePickerTest.cs: Use OSVersion to determine whether to call
	  GetUserDefaultLCID or not, seems like the runtime crashes on some
	  architectures instead of throwing an exception otherwise.

2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DateTimePickerTest.cs: Some culture dependant tests are only supposed
	  to run with en-US locale, so check it. On Windows call
	  GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
	  honor Thread.CurrentCulture, only the Windows setting (and some
	  other test might have set Thread.CurrentCulture to some other
	  value, so the checking only this might fail). Added test for
	  setting invalid Text property.
	* EventLogger.cs: Added. Takes an object and creates a class on the fly
	  that will log all the object's events.

2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewTest.cs: Added DisposeTest test for bug #80607.
	* ColumnHeaderTest.cs: Remove the NotWorking category for
	tests for bug #80607.

2007-02-13  Everaldo Canuto  <everaldo@simios.org>

	* LabelTest.cs: Add asserts for CompatibleTextRendering = false
	on PreferredHeight test for 2.0 profile.

2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.

2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
	  PropertyManagerTest.cs, CurrencyManagerTest.cs,
	  DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
	  GridColumnStylesCollectionTest.cs,
	  GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
	  ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
	  BindingContextTest.cs, RowStyleTest.cs: Removed warnings.

2007-02-12  Everaldo Canuto  <everaldo@simios.org>

	* LabelTest.cs: "NotWorking" removed from PreferredHeight test.

2007-02-12  Everaldo Canuto  <everaldo@simios.org>

	* LabelTest.cs: Rename PreferredSize test to PreferredWidth and
	create PreferredHeight.

2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>

	* PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
	* ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.

2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Added tests for bug #80773.

2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* PrintDialogTest.cs: Added test for bug #80764.

2007-02-08  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
	test exploring interaction between Image, ImageIndex, and ImageKey.

2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Improved test for bug #80604.

2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Removed use of #pragma to allow tests to be built using
	csc 1.x.

2007-02-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* LogGenerator.cs: Generate code that can be built using csc 1.x.
	* ControlLogger.cs: Fixed code to compile using csc 1.x.

2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* DateTimePickerTest.cs: Created more tests for DateTimePicker, now
	  tests a lot of different custom formats.

2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridViewColumnTest.cs: Added test for bug #80746.

2007-02-07  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListBoxTest.cs: Added tests for bug #80696 and bug #80753.

2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* TimerTest.cs: Added

2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
	and make them pass on all cultures.

2007-02-04  Jonathan Pobst  <monkey@jpobst.com>

	* PaddingConverterTest.cs: Make tests non culture-dependent.

2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* TestHelper.cs: Added a helper method to remove warnings.

2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ControlTest.cs: Removed warnings. Added CaptureTest.
	* LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
	* ControlLogger(2).cs: Added.

2007-02-01  Everaldo Canuto  <everaldo@simios.org>

	* LabelTest.cs: StyleTest created to test #79537. TestHelper was used. 

2007-02-01  Everaldo Canuto  <everaldo@simios.org>

	* TestHelper.cs: TesHelper class added. This class will provide some 
	usefull methods that can be used to test Control derived classes,
	at moment only static methods GetCreateParams, IsStyleSet and
	IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
	and Msg is also available as public to help is control tests.

2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: Added ControlSizeTest.

2007-01-31  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
	Mark BehaviorAutoSize as NotWorking, it is font dependent.

2007-01-29  Chris Toshok  <toshok@ximian.com>

	* ControlHandleTest.cs: make this compile against mono.  we can
	remove the __MonoCS__ ifdefs as we add properties.  Also, split
	out the Show() tests because they were failing and I wanted to see
	which other tests were passing.

2007-01-26  Jonathan Pobst  <monkey@jpobst.com>

	* PaddingConverterTest.cs: Added.

2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* StatusBarTest.cs: Added a few more tests.

2007-01-25  Jonathan Pobst  <monkey@jpobst.com>

	* ControlHandleTest.cs: Added.  Has tests to find exactly which
	Methods and Properties create a Handle.  Not added to sources file
	because it's written against MS, and we're probably missing some
	methods/properties.

2007-01-25  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
	Try to make some tests not Font/DPI dependent.

2007-01-25  Chris Toshok  <toshok@ximian.com>

	* SplitterTest.cs: new tests.

2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ComboBoxTest.cs: Added tests for ResetText.

2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ComboBoxTest.cs: Add tests for new properties.
	* MdiFormTest.cs: Set ShowInTaskbar = false for main forms.

2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Added NotWorking test for bug #80604.
	* ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
	properties introduced in 2.0 profile.

2007-01-24  Jonathan Pobst  <monkey@jpobst.com>

	* ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
	* FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
	it's values match MS only.
	* LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is 
	reworked.
	* ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
	is fixed.  Same for Constructor: A12.

2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
	they'll only work if you actually have a display to show them on.

2007-01-23  Everaldo Canuto  <everaldo@simios.org>

	* ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test. 

2007-01-23  Everaldo Canuto  <everaldo@simios.org>

	* ToobarTest.cs: TooBar.ButtonSize tests added. 

2007-01-23  Jonathan Pobst  <monkey@jpobst.com>

	* GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
	There is a TODO in the DataGrid source referencing that Add should allow
	multiple columns with the same name, but currently doesn't.

2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: Added a tests for ControlCollection and
	MDI children.

2007-01-23  Andreia Gaita  <avidigal@novell.com>

	* SendKeysTest.cs: Marked interactive, they're unstable
	* ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
	we have to see why SetTopLevel is toggling the Form's visibility.
	
2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: Make OnPaintTest NotWorking, since it only
	works once in a while.

2007-01-23  Chris Toshok  <toshok@ximian.com>

	* BindingSourceTest.cs: initial BindingSource tests.  not built
	yet.

2007-01-23  Chris Toshok  <toshok@ximian.com>

	* DefaultLayoutTest.cs: make the docking tests independent of
	constants relating to the form's clientrectangle bounds, since on
	X it has a different value when the window isn't mapped (as in
	this case).

2007-01-23  Andreia Gaita  <avidigal@novell.com>

	* DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast, 
	failing on ms.net

2007-01-23  Andreia Gaita  <avidigal@novell.com>

	* SendKeysTest.cs: wrong value for Interval, should be > 0

2007-01-23  Andreia Gaita  <avidigal@novell.com>

	* BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
	was failing under ms.net.
	
	* ComboBoxText.cs (FindStringExactMatchException): Add check for exception 
	only for 1.1 - was failing under ms.net
	
	* ControlTest.cs: 
		- AnchorDockTest: Fix incorrect assertion #5 - was failing 
		under ms.net
		- TestForm: Fix incorrect assertion #4 - was failing 
		under ms.net
	* TreeNodeCollectionTest.cs: Add new Add() tests for 2.0	

2007-01-18  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Add test for bug #80574.

2007-01-22  Jonathan Pobst  <monkey@jpobst.com>

	* TabControlTest.cs: Add tests for SelectTab and Selected event.

2007-01-20  Jonathan Pobst  <monkey@jpobst.com>

	* DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
	with other !Dock.Fill controls.

2007-01-20  Jonathan Pobst  <monkey@jpobst.com>

	* DefaultLayoutTest.cs: Add test for interactions between
	setting Dock and Anchor.

2007-01-19  Jonathan Pobst  <monkey@jpobst.com>

	* TreeNodeTest.cs: Add test for 2.0 Name property.

2007-01-19  Chris Toshok  <toshok@ximian.com>

	* DataGridTextBoxColumnTest.cs: add a couple more tests to see how
	DataGrid.ReadOnly affects things.

2007-01-19  Chris Toshok  <toshok@ximian.com>

	* DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
	and add a couple of tests for the overloaded ReadOnly property.
	can't figure out how it's being used, maybe all it really does is
	chain up to base.ReadOnly.

	* DataGridColumnStyleTest.cs: add some tests to see if we should
	be mucking with the ReadOnly property when the PropertyDescriptor
	is set (turns out we shouldn't be).

2007-01-18  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Add test for bug #79959.

2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* StatusBarTest.cs: Added tests for StatusBarPanelCollection.
	* StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.

2007-01-18  Jonathan Pobst  <monkey@jpobst.com>

	* NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.

2007-01-18  Chris Toshok  <toshok@ximian.com>

	* DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)

	* DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)

2007-01-16  Chris Toshok  <toshok@ximian.com>

	* UpDownTest.cs: add UpDownActiveControlTest.

2007-01-16  Jonathan Pobst  <monkey@jpobst.com>

	* ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.

	* ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.

	* EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.

	* FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).

	* MenuStripTest.cs: Add test for MDI.

	* SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.

	* ToolStripMenuItemTest.cs: Add test for MDI.	

	* ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.

2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MdiFormTest.cs: Added tests for ActiveChild for mdi parents.

2007-01-15  Everaldo Canuto  <everaldo@simios.org>

	* MenuTest.cs: Add test for #80006, mainmenu merge operations.

2007-01-15  Everaldo Canuto  <everaldo@simios.org>

	* MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.

2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.

2007-01-13  Andreia Gaita  <avidigal@novell.com>

	* ControlTest.cs: Add test to check if Exception is raised when
	adding a top level control (form) as a child control
	
2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlStyleTest.cs: Added style test for LinkLabel with text, but
	no links.

2007-01-12  Gert Driesen  <drieseng@users.sourceforge.net>

	* FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
	generating WM_ACTIVATE on unix.
	* FormTest.cs: Same.

2007-01-10  Chris Toshok  <toshok@ximian.com>

	* FocusTest.cs: Disable a couple of tests that rely on the
	focus/active control state being available directly after
	form.Show() - doesn't work on X11, since form.Show shows the
	window asynchronously.  Also, add a large focus/enter/leave event
	handling test andreia and I were using to correct problems in
	ContainerControl.set_ActiveControl.
	
	* FormTest.cs: add a test to show that even if OnActivate is
	overriden and not chained up to the base class, ActiveControl is
	still set.  Unfortunately it doesn't work on the X11 backend
	because Form.Show is necessarily an async operation.

	* ApplicationTest.cs: don't show forms in the taskbar, and dispose
	of them.

	* ApplicationContextTest.cs: same.

2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ColumnHeaderTest.cs: Add a test for settings Width to -1 and
	-2 values (auto resizing).

2007-01-10  Chris Toshok  <toshok@ximian.com>

	* ContainerControlTest.cs: add a test for setting ActiveControl to
	a non-child control.

2007-01-08  Jonathan Pobst  <monkey@jpobst.com>

	* FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.

2007-01-08  Jonathan Pobst  <monkey@jpobst.com>

	* ControlTest.cs: Added tests for 2.0 ControlCollection methods.

2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Added test for bug #80456.

2007-01-05  Jonathan Pobst  <monkey@jpobst.com>

	* ControlPropertyEventsTest.cs: Added.  These test property getters and
	setters and ensure that all relevant events are called on setters for
	Control.

2007-01-04  Chris Toshok  <toshok@ximian.com>

	* CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
	stack trace in a comment).
	
	* RichTextBoxTest.cs: disable FindTest.
	
2007-01-04  Andreia Gaita  <avidigal@novell.com>

	* FormTest.cs: disabled ActivateTest
	* FocusTest.cs: disabled ActiveControl_Disabled test

2007-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ColumnHeaderTest.cs: New test.

2007-01-04  Jonathan Pobst  <monkey@jpobst.com>

	* CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
	HelpProviderTest.cs: Add tests for Tag properties.

	* LinkAreaTest.cs: Add test for ToString.

2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
	that is DPI-dependent.
	* RichTextBoxTest.cs: Ignore test that is DPI-dependent.
	* TextBoxTest.cs: Ignore test that is DPI-dependent.

2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Added FontHeight test.

2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListControlTest.cs: Added test for AllowSelection.
	* UpDownTest.cs: MockItem is now nested class.
	* ListBoxTest.cs: Added test for AllowSelection.
	* CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
	SelectionMode, Text and ValueMember.

2007-01-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* ToolBarTest.cs: Enabled test for bug #80416.

2006-12-31  Chris Toshok  <toshok@ximian.com>

	* ControlEventTest.cs: add SizeChanged to the resize/layout event
	test.

2006-12-31  Chris Toshok  <toshok@ximian.com>

	* ControlTest.cs: new test for Anchor/Dock interactions.  Also add
	tests for Control.SetTopLevel.

2006-12-31  Andreia Gaita  <avidigal@novell.com>

	* ContainerControlTest.cs / FocusTest.cs: Moved Gert's 
	ActiveControl tests to FocusTest, for easier management.
	Add Validation tests.

2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>

	* UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.

2006-12-31  Gert Driesen  <drieseng@users.sourceforge.net>

	* ToolBarTest.cs: Added test for bug #80416.

2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* ContainerControlTest.cs: Added tests for ActiveControl.

2006-12-30  Chris Toshok  <toshok@ximian.com>

	* DefaultLayoutTest.cs: add some more variants for the test for
	80336, and remove the NotWorking from the 80336 test.

	* SendKeysTest.cs: mark these tests as not working with Xvfb so I
	can exclude them.

2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridTest.cs: Fixed compiler warnings.

2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
	until Theme.DefaultFont change is approved.

2006-12-29  Chris Toshok  <toshok@ximian.com>

	* ControlEventTest.cs: add a test to determine the ordering of
	Layout/Resize events.

2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.

2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Added test for Font and ResetFont.
	* DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.

2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Improved DoubleBufferedTest.

2006-12-28  Chris Toshok  <toshok@ximian.com>

	* ControlTest.cs: add a test to check whether parent.PerformLayout
	is called from OnResized (it isn't).

	* DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
	including the (not working) test case in bug #80336.  Move the
	docking/undocking tests here.

2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: More tests for double buffers.
	
2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: Added double buffering tests.

2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
	test for invisible control.

2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>

	* MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
	MaxDate and MinDate on 2.0 profile. Removed extra tabs.

2006-12-27  Jonathan Pobst  <monkey@jpobst.com>

	* ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
	ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
	ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.

2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MonthCalendarTest.cs: Added test for Click and DoubleClick events.
	
2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>

	* ScrollableControlTest.cs: Added tests for AutoScroll and
	AutoScrollMinSize.

2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.

2006-12-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: Added NotWorking test for DoubleBuffered.

2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
	IsFormatProviderDefault.
	* DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
	RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.

2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* DateTimePickerTest.cs: Fixed line endings.	
	* upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.

2006-12-23  Daniel Nauck  <dna@mono-project.de>

	* UserControlTest.cs: Add.

2006-12-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Enabled test for bug #80280.

2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>

	* RichTextBoxTest.cs: Added test for bug #80301.
	* TextBoxTest.cs: Added test for bug #80301.

2006-12-21  Daniel Nauck  <dna@mono-project.de>

	* ComboBoxTest.cs,
	TextBoxTest.cs: Added AutoComplete property tests.

2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
	
	* DateTimePickerTest.cs: Created.
	
2006-12-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MonthCalendarTest.cs: 
	- Enable tests again.
	- Added tests for *BoldedDates.
	
	* ControlTest.cs: Added test for BackgroundImageLayout.
	
2006-12-19  Chris Toshok  <toshok@ximian.com>

	* DataGridViewBandTest.cs: nuke this file, as there's no way to
	construct a DataGridViewBand in isolation (exception through
	reflection).

2006-12-19  Chris Toshok  <toshok@ximian.com>

	* RowStyleTest.cs: unit tests for RowStyle.

	* ColumnStyleTest.cs: unit tests for ColumnStyle.

2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewCollectionsTest.cs: Added tests for the new 2.0
	methods and properties (SelectedIndexCollection,
	SelectedItemCollection, and ListViewSubItemCollection).
	* ListViewItemTest.cs: Added test for ImageKey 2.0 property.

2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
	AddRange overloads.
	* TreeViewTest.cs: Fixed ExpandAll tests.

2006-12-19  Daniel Nauck  <dna@mono-project.de>

	* ApplicationTest.cs: Restart () test is 2.0 only.

2006-12-19  Daniel Nauck  <dna@mono-project.de>

	* ApplicationTest.cs: Added test for Restart ().

2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MonthCalendarTest.cs: Added test for DefaultMargin.

2006-12-18  Daniel Nauck  <dna@mono-project.de>

	* DataGridViewAdvancedBorderStyleTest.cs,
	DataGridViewRowTest.cs,
	DataGridViewElementTest.cs,
	DataGridViewCellTest.cs,
	DataGridViewCellStyleTest.cs,
	DataGridViewTest.cs: fixed NUnit obsolete warnings and
	DataGridView tests against .NET 2.0

2006-12-17  Daniel Nauck  <dna@mono-project.de>

	* ButtonTest.cs: Added tests for FlatButtonAppearance.

2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>

	* TreeViewTest.cs: Added tests for bug #80284.

2006-12-17  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Added (notworking) test for bug #80280.
	Removed extra tabs.

2006-12-16  Andreia Gaita  <avidigal@novell.com>
	
	* TabControlTest.cs: Fixed SelectedIndex tests
	for MS.NET 2.0

2006-12-16  Andreia Gaita  <avidigal@novell.com>

	* SendKeysTest.cs: Test cases for SendKeys

	These tests can only run in ms.net one at a time.
	Since ms.net apparently hooks the keyboard to 
	implement this, running two tests in a row
	makes the second test run before the hook
	of the first test is released, effectively
	hanging the keyboard. CTRL-ALT-DEL releases
	the keyboard, but the test still hangs.
	Running each test separately works.
 

2006-12-16  Daniel Nauck  <dna@mono-project.de>

	* AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.

2006-12-16  Daniel Nauck  <dna@mono-project.de>

	* PaddingTest.cs: new tests for Padding.

2006-12-15  Daniel Nauck  <dna@mono-project.de>

	* ListViewCollectionsTest.cs: test works now on the 1.1 profile.
	* ListViewItemTest.cs: add new ListViewSubItem text property test.

2006-12-15  Daniel Nauck  <dna@mono-project.de>

	* ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection

2006-12-15  Daniel Nauck  <dna@mono-project.de>

	* ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests

2006-12-15  Daniel Nauck  <dna@mono-project.de>

	* ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.

2006-12-15  Daniel Nauck  <dna@mono-project.de>

	* ListViewGroupTest.cs: new tests for ListViewGroups.
	* ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.

2006-12-14  Gert Driesen  <drieseng@users.sourceforge.net>

	* TabControlTest.cs: Added tests for Control.RemoveAt.

2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListViewItemTest.cs: 
	* ListViewCollectionsTest.cs: Add tests for the new 2.0
	ListViewItemCollection methods (IndexOfKey, ContainsKey,
	new indexer overload, Find, RemoveByKey).

2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* TextBoxTest.cs: Added test for bug #80163.

2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Improved Region test.

2006-12-12  Andreia Gaita  <avidigal@novell.com>

	* ControlTest.cs: Add region tests.

2006-12-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ControlTest.cs: add tests for WM_PARENTNOTIFY.
	
2006-12-11  Chris Toshok  <toshok@ximian.com>

	* ControlTest.cs: add some unit tests for null parameters to some
	of the ControlCollection methods.

2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Added test for invalid Dock value.

2006-12-11  Andreia Gaita  <avidigal@novell.com>

	* TabControlTest.cs: add tests to check if SelectedIndex is
	properly set if the TabControl has no pages, before and 
	after the handle is created

2006-12-10  Chris Toshok  <toshok@ximian.com>

	* ColumnClickEventArgsTest.cs: new tests.

2006-12-10  Gert Driesen  <drieseng@users.sourceforge.net>

	* TabControlTest.cs: Added SelectedIndex tests.

2006-12-08  Chris Toshok  <toshok@ximian.com>

	* ButtonTest.cs: add tests for DialogResult changes when setting
	Form.AcceptButton and Form.CancelButton.

2006-12-08  Chris Toshok  <toshok@ximian.com>

	* MenuItemTest.cs: add test for menu item events when cloning menu
	items.  Tests for the bug in #80183.

2006-12-06  Chris Toshok  <toshok@ximian.com>

	* FormTest.cs: make sure Form.ImeMode is NoControl by default.

	* ButtonTest.cs: add a unit test for Button.DefaultImeMode.

2006-12-06  Chris Toshok  <toshok@ximian.com>

	* RadioButtonTest.cs: add a couple of test involving TabStop.

2006-12-06  Chris Toshok  <toshok@ximian.com>

	* ImageListTest.cs: add a rather complicated series of assertions
	about the imagelist ShouldSerialize/CanReset methods.  these pass
	on MS and mono now, though.  yay.

2006-12-06  Jackson Harper  <jackson@ximian.com>

	* TextBoxTest.cs: Add a test for Modified property.
	- We need to put something on the clipboard before we can paste.

2006-12-04  Jackson Harper  <jackson@ximian.com>

	* TextBoxTest: More of these tests work now.
	- Add a test to ensure that recieving focus selects all of the
	text

2006-12-04  Chris Toshok  <toshok@ximian.com>

	* PrintDialogTest.cs: add [Category("Printing")] to all these
	tests so I can exclude them.

2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* StatusBarPanelTest.cs: Added a test for invalid
	minimum widths.
	
2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MdiFormTest.cs: Change a few tests to dispose of
	the form when the test is finished.

2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MdiFormTest.cs: Added a few NotWorking tests for
	initial form location.

2006-12-04  Everaldo Canuto  <everaldo@simios.org>

	* LabelTest.cs: Add tests for sizes, test for bug #80137.

2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MdiFormTest.cs: All current NotWorking tests are now
	working, added a few more tests.

2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* CurrencyManagerTest.cs: Added test for bug #80107.

2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridTest.cs: Fixed build.

2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.

2006-12-01  Everaldo Canuto  <everaldo@simios.org>

	* MenuTest.cs: Tag property assert for 2.0 profile.
	
2006-11-30  Everaldo Canuto  <everaldo@simios.org>

	* ToolBarTest.cs:
	- Remove ButtonSize.Width and ButtonSize.Height assert because
	it depends of system metrics and diferent fonts can cause 
	diferent sizes.
	- Remove "NotWorking" mark from ToolBarPropertyTest, this test
	now must works well.
	
2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MessageTest.cs: Added test for ToString.
	
2006-11-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
	
2006-11-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* MenuItemTest.cs: Added test for Text property.

2006-11-29  Chris Toshok  <toshok@ximian.com>

	* BindingTest.cs: add two new tests.

2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* TrackBar.cs: Changed SizeTest and OrientationTest 
	to work on MS with both WinXP theme and Win2K theme.

2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* MdiFormTest.cs: Fixed test on (MS) 2.0 profile.

2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.

2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Added test for bug #80052.

2006-11-25  Gert Driesen  <drieseng@users.sourceforge.net>

	* MdiFormTest.cs: Added test for bug #80036.

2006-11-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* MdiFormTest.cs: Added NotWorking test for Form.Text.

2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* FormTest.cs: Added test for bug #80020.
	* MdiFormTest.cs: Fixed typo, added additonal info.

2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* MdiFormTest.cs: Improved Text test to also verify behavior when
	Text of MDI child or container is empty. Added NotWorking test for
	Text after MDI is maximized. Added comment with existing NotWorking
	test for ActiveMdiChild.

2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
	ToStringTest.

2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
	
	* ControlTest.cs: Added tests for #79999.

2006-11-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
	
	* MdiFormTest.cs: Added tests for WindowState (mdi 
	children) and Text (mdi parent with maximized mdi
	children).

2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlEventTest.cs: Added tests for Invalidated event.
	* TreeNodeCollectionTest.cs: Added IList indexer tests.

2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>

	* TextBoxTest.cs: Added (NotWorking) test for bug #79909.

2006-11-11  Gert Driesen  <drieseng@users.sourceforge.net>

	* TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.

2006-11-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
	* UpDownTest.cs: Fixed ToStringTest.

2006-11-09  Alexander Olk  <alex.olk@googlemail.com>

	* CommonDialogsTest.cs: Added

2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	 * StatusBarPanelTest.cs: Added tests for bug #79842
	 and tests for default properties.

2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* TrackBarTest.cs: Added tests for bug #79718.
	
2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* TextBoxTest.cs: Added test for bug #79851.

2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>

	* TabControlTest.cs: Added test for bug #79847.

2006-11-04  Chris Toshok  <toshok@ximian.com>

	* ControlTest.cs: enable a bunch more of these on linux, and split
	out problematic areas into smaller NotWorking tests.

2006-11-04  Chris Toshok  <toshok@ximian.com>

	* FormTest.cs: add a few more tests to determine various aspects
	of the Close() method.

2006-11-04  Chris Toshok  <toshok@ximian.com>

	* FormTest.cs: add a test to more accurately test for bug #79155
	(make sure an ObjectDisposedException is thrown if you Show() a
	Form you just Close()'d).

2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.

2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* ComboBoxTests.cs: Moved to correct namespace. Added test for bug
	#79812. Added (NotWorking) SelectedText tests.

2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* TextBoxTest.cs: Added tests for part of bug #79799.

2006-11-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* ControlTest.cs: Fixed build using csc 1.x.

2006-10-30  Alexander Olk  <alex.olk@googlemail.com>

	* PictureBoxTest.cs: Enable the previously not working
	  ToStringMethodTest and move the not working Image property
	  test to its own method.
	* UpDownTest.cs: Added

2006-10-29  Chris Toshok  <toshok@ximian.com>

	* ControlTest.cs: correct namespace and add TopLevelControlTest
	for bug #79781.

2006-10-29  Alexander Olk  <alex.olk@googlemail.com>

	* FormTest.cs: Fix typo.

2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* PropertyGridTest.cs: Enabled previously not-working tests.

2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>

	* PropertyGridTest.cs: Added some tests for PropertyGrid.

2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>

	* FocusTest.cs: add more test cases for GetNextControl.
	see #78650

2006-10-11  Chris Toshok  <toshok@ximian.com>

	* ToolBarTest.cs: add test for ToolBarButton rectangles.

2006-10-06  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewCollectionsTest.cs: Added tests for bug #79415.
	* ListViewTest.cs: Enabled test for bug #79416.

2006-10-03  Sebastien Pouliot  <sebastien@ximian.com> 

	* ContainerControlTest.cs: New. Add a few test cases for 
	GetContainerControl method.

2006-10-02  Sebastien Pouliot  <sebastien@ximian.com> 

	* ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.

2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>

	* ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
	as NonWorking (see bug #79552). Fixed line-endings.

2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>

	* SystemInformationTest.cs: Add tests case for MenuFont.

﻿2006-09-18  Jonathan Pobst  <monkey@jpobst.com>
	* EventArgsTest.cs: Add tests for ToolStrip*EventArgs.

2006-09-13  Jonathan Pobst  <monkey@jpobst.com>

	* SplitContainerTests.cs: Added.

2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>

	* ListViewTest.cs: Added test for bug #79076. Added tests for 
	sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
	NotWorking).
	* ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
	and ListViewItemCollection fixes.

2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ComboBoxTest.cs: Add tests for sorting and selection handling.
	Deal with a couple of exception mismatches in 2_0.

2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ComboBoxTest.cs: Add tests for CB.ObjectCollection
	methods throwing ArgumentNullException.

2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ComboBoxTest.cs: Add tests for adding/modifying null items
	in ObjectCollection.
	* ListBox.cs: Likewise.

2006-08-08  Chris Toshok  <toshok@ximian.com>

	* GridTableStylesCollectionTest.cs: make this fixture public so
	it's actually included, and add a test for changing the
	MappingName of a constituent TableStyle.

2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* PrintDialogTest.cs: Added.

2006-07-21  Matt Hargett (matt@use.net)

	* ControlTest.cs: Added tests for MinimumSize/MaximumSize

2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListControlTest.cs: Added DataSourceWrongArgumentType method
	to test the exception being thrown.

2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* ListControlTest.cs: Added.

2006-07-14  Jonathan Pobst  <monkey@ipobst.com>

	* EventArgsTest.cs: Added

2006-07-10  Chris Toshok  <toshok@ximian.com>

	* DataGridTest.cs: make this class public so it shows up in the
	list of fixtures (and its tests get run).

	* CurrencyManagerTest.cs: add a test that just spews properties
	about the currency manager and the datasource, as well as a test
	for the finalType field.

2006-07-07  Chris Toshok  <toshok@ximian.com>

	* DataGridTableStyleTest.cs: couple more tests.

2006-07-06  Peter Dennis Bartok <pbartok@novell.com>

	* ControlTest.cs: Added "LinkLabel with link" test

2006-06-30  Chris Toshok  <toshok@ximian.com>

	* DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
	default DataGridTableStyle.

2006-06-23  Chris Toshok  <toshok@ximian.com>

	* PropertyManagerTest.cs: new tests regarding the
	[Related]PropertyManager class.

2006-06-19  Peter Dennis Bartok <pbartok@novell.com>

	* ControlTest.cs: Added tests for enabled state inheritance

2006-06-19  Chris Toshok  <toshok@ximian.com>

	* CurrencyManagerTest.cs: add some tests for related currency
	managers.

	* BindingContextTest.cs: add a test for
	BindingContext.CollectionChanged -=.  Also add a test for passing
	null for data_member to BindingContext.Contains.

2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* FormTest.cs: Add SetDialogResult, to test Form.DialogResult
	setter.

2006-06-01  Chris Toshok  <toshok@ximian.com>

	* CurrencyManagerTest.cs: add a few tests to see what events are
	being emitted in which order from AddNew, CancelCurrentEdit and
	EndCurrentEdit.

2006-05-31  Peter Dennis Bartok <pbartok@novell.com>

	* LabelTest.cs: 
	  - Added (still unused) fuzzy compare for events
	  - Disabled event order tests, they are too strict
	* ScrollBarTest.cs: Disabled event order tests, are too strict

2006-05-25  Jackson Harper  <jackson@ximian.com>

	* TreeViewTest.cs: Add a couple of default properties.  Put in
	correct namespace.
	* TabControlTest.cs: Put in correct namespace.

2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>

	* BindingContextTest.cs : added more tests for Item, Contains()
	  and GetEnumerator().

2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>

	* PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.

2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>

	Some compat fixes found by make run-test-ondotnet:
	* ListBoxTest.cs : they don't throw exceptions.
	* RichTextBoxTest.cs,
	  ScrollBarTest.cs,
	  ComboBoxTest.cs,
	  ComboBoxTests.cs : Commented some lines out since they are
	  environment (especially desktop theme) dependent.
	  TabControlTest.cs : SetSelectedIndex() was my bad that the test
	  needed the tab control be drawn to pass the test.
	  Some tests are env. dependent (as well as others).

2006-05-16  Miguel de Icaza  <miguel@novell.com>

	* DataGridTest.cs: Add a test case based on 78420, confirm that
	the fix works.

2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>

	* TabControlTest.cs : added test for bug #78395.

2006-04-16  Gert Driesen <drieseng@users.sourceforge.net>

	* TabControlTest.cs: Added test for bug #78121. Marked failing tests
	NotWorking. Set eol-style to native.

2006-04-12  Peter Dennis Bartok <pbartok@novell.com>

	* ControlTest.cs: Added backcolor tests related to transparency
	  (bug #78026)

2006-03-31  Peter Dennis Bartok <pbartok@novell.com>

	* ControlTest.cs: Ignore Invoke test, it hangs

2006-02-28  Matt Hargett (matt@use.net)

	* ComboBoxTests.cs: Added

2006-02-02  Peter Dennis Bartok <pbartok@novell.com>

	* ControlTest.cs: Added test for layout nesting
	* MonthCalendarTest.cs: Fixed typo in class name

2005-12-01  Jackson Harper  <jackson@ximian.com>

	 * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
	 SingleNodeIndexTest.
	 - Fixed warning CS0219. Patches by Dieter Bremes

2005-11-12  Pedro Martínez Juliá  <pedromj@gmail.com>

	* DataGridViewElementTest.cs DataGridViewBandTest.cs
	DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
	DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:

	Add some DataGridView tests.

2005-11-11  Ankit Jain  <jankit@novell.com>

	* RichTextBoxTest.cs: Fix typos.

2005-11-09  Peter Dennis Bartok <pbartok@novell.com>

	* RichTextBoxTest.cs: Added Find() tests

2005-11-05  Kornél Pál  <kornelpal@hotmail.com>

	* LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).

2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>

	* ListViewCollectionsTest.cs: Add tests for the ListView Collections

2005-10-17  Ritvik Mayank  <mritvik@novell.com>

	* TabControlTest.cs : Added test case for TabControl

2005-10-16  Ritvik Mayank  <mritvik@novell.com>

	* TrackBarTest.cs : Added test case for TrackBar

2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
	 
	* DataGridBoolColumn.cs: fixes warning

2005-10-10  Peter Dennis Bartok <pbartok@novell.com>

	* GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
	  order for want and actual to avoid misleading errors

2005-10-07  Peter Dennis Bartok <pbartok@novell.com>

	* GenerateControlStyleTest.cs: Code to auto-generate the
	  source file ControlStyleTest.cs
	* ControlStyleTest.cs: Tests for testing ControlStyles

2005-09-28 Hisham Mardam Bey <hisham.mardambey@gmail.com>

        * Common.cs : Add common things here.
	* LabelTest.cs : Remove common declarations to Common.cs
	* ScrollBarTest.cs : Remove common declarations to Common.cs
	                     Add more propery range / exception tests
			     Add more event order tests
			     Fix Mouse tests.
			     Add event arg tests.

2005-09-27 Hisham Mardam Bey <hisham.mardambey@gmail.com>

	* LabelTest.cs : Added more event tests (external handlers)
	                  Added event arg checks
			  Fixed OnPaint tests.
			  Seperated invalidation tests.

2005-09-26 Hisham Mardam Bey <hisham.mardambey@gmail.com>

	* ScrollBarTest.cs : Add more tests for event firing order
	                     Messages to simulate mouse events

2005-09-23  Ritvik Mayank  <mritvik@novell.com>

	* ErrorProviderTest.cs : Added test case for ErrorProvider

2005-09-23 Hisham Mardam Bey <hisham.mardambey@gmail.com>

        * LabelTest.cs : Added messages to simulate Key* events.
	                 Key* events have tests now.

2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>

        * LabelTest.cs : Implement event firing order tests.
	* ScrollBarTest.cs : Implement event firing order tests.

2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
	 
	* MenuTest.cs: Fixes some tests
	* MenuItemTest.cs: New unit test

2005-09-21  Hisham Mardam Bey <hisham.mardambey@gmail.com>

       * LabelTest.cs : Several new tests.
       * ScrollBarTest.cs : Several new tests.
       * bitmaps : added dir containing images for tests.

2005-09-21  Jordi Mas i Hernandez <jordi@ximian.com>

	* ListViewItemTest.cs: New unit test 

2005-09-20  Jordi Mas i Hernandez <jordi@ximian.com>

        * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
	LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
	ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs, 
	ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,	
	ToolBarTest.cs, MenuTest.cs

	Remove all the tests that are giving errors. All of them should 
	be reviewed. Right now having this text throwing 40 errors do not
 	help at all to do regression testing. Peter has already assigned
	a group of controls to every developer that will be tested and 
	reviewed.

2005-09-20  Ritvik Mayank  <mritvik@novell.com>

	* PictureBoxTest.cs : Test case for PictureBox

2005-09-08  Ritvik Mayank  <mritvik@novell.com>

	* MonthCalendarTest.cs : Test case for MonthCalendar

2005-08-29  Ritvik Mayank  <mritvik@novell.com>
	
	* ProgressBarTest.cs : Test case for ProgressBar
	* ToolBarTest.cs : Test case for ToolBar
	* ToolTipTest.cs : Test case for ToolTip
	* RichTextBoxTest.cs : Test case for RichTextBox

2005-08-16  Martin Baulig  <martin@ximian.com>

	* ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
	to make it compile.

2005-08-16  Ritvik Mayank  <mritvik@novell.com>
	
	* ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
	  ListViewTest.cs: enhancement and cleanup

2005-08-16  Ritvik Mayank  <mritvik@novell.com>

	* ImageListTest.cs   : Test case for ImageList
	* RadioButtonTest.cs : Test case for RadioButton
	* ScrollBarTest.cs   : Test case for ScrollBar
	* StatusBatTest.cs   : Test case for StatusBar

2005-08-10  Ritvik Mayank  <mritvik@novell.com>

	* ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
	  yet implemented)

2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>

	* ComboBoxTest.cs: new tests for properties, exceptions, and colletions
	* ListBoxTest.cs: new tests for properties, exceptions, and colletionss

2005-08-06  Ritvik Mayank  <mritvik@novell.com>

	* ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests   

2005-08-05  Ritvik Mayank  <mritvik@novell.com>

	* ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
	  LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
	  CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
	  CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
	  FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
	  ListViewEventTest.cs :
	              Cleanup, Ignored tests which need manual intervention,
		      work still in progress.  
	
2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>

	* DataGridTextBoxColumnTest.cs: test fixes and enhancements
	* GridTableStylesCollectionTest.cs: test fixes and enhancements
	* DataGridTest.cs: test fixes and enhancements
	* DataGridCellTest.cs: New unit test
	* GridColumnStylesCollectionTest.cs: test fixes and enhancements
	* DataGridTableStyleTest.cs: test fixes and enhancements

2005-08-04  Peter Dennis Bartok  <pbartok@novell.com>

	* ControlTest.cs: Cleanup, fixed commented out tests with syntax 
	  errors, streamlined a few tests, added full tab order test, still
	  work in progress

2005-08-02  Ritvik Mayank  <mritvik@novell.com>
	
	* FormTest.cs : Test case for Form
	* GropBoxTest : Test case for GroupBox
	* MenuTest.cs : Test case for Menu
	* ImageListTest.cs : Test case for ImageList

2005-07-26  Ritvik Mayank  <mritvik@novell.com>
	
	* ListViewTest.cs : Test case for ListView
	* ListViewEventTest.cs : Test case for ListView events
	* ComboBoxTest.cs : Test case for ComboBox
	* FormEventTest.cs : Test case for Form events

2005-07-12  Ritvik Mayank  <mritvik@novell.com>
	
	* CheckBoxTest.cs : Test case for CheckBox
	* CheckBoxEventTest.cs : Test case for CheckBox events
	* CheckedListBoxTest.cs : Test case for CheckedListBox
	* CheckedListBoxEventTest.cs : Test case for CheckedListBox events

2005-07-05  Jordi Mas i Hernandez <jordi@ximian.com>

	* DataGridTextBoxColumnTest.cs: Test case
	* GridTableStylesCollectionTest.cs: Test case
	* DataGridTest.cs: Test case
	* GridColumnStylesCollectionTest.cs: Test case
	* DataGridTableStyleTest.cs: Test case


2005-07-04  Ritvik Mayank  <mritvik@novell.com>
	
	* ListBoxTest.cs : Test Cases for ListBox Properties and Methods
	* ListBoxEventTest.cs  : Test Cases for ListBox Events

2005-06-13  Ritvik Mayank  <mritvik@novell.com>
	
	* TextBoxTest.cs : Test Cases for TextBox 
	* BUttonTest.cs  : Test Cases for Buttons

2005-05-11  Ritvik Mayank  <mritvik@novell.com>
	
	* ControlEventTest.cs : Test Cases for Events 
	
2005-05-02  Ritvik Mayank  <mritvik@novell.com>

	* ControlTest.cs : Minor modifications

2005-05-02  Ritvik Mayank  <mritvik@novell.com>
	
	* ControlTest.cs : Test for Control

2005-04-25  Ritvik Mayank  <mritvik@novell.com>
	* LabelPropertyTest.cs : Test for Label

2004-11-29  Marek Safar  <marek.safar@seznam.cz>
	* TreeViewTest.cs : Test for TreeView
	* TreeNodeTest.cs : Test for TreeNode

2004-11-29  Ravindra <rkumar@novell.com> 
	* ImageIndexConverter.cs : Test for ImageIndexConversion.
	


