| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061 |
- 2007-01-04 Jonathan Pobst <[email protected]>
- * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
- HelpProviderTest.cs: Add tests for Tag properties.
- * LinkAreaTest.cs: Add test for ToString.
- 2007-01-03 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * ControlTest.cs: Added FontHeight test.
- 2007-01-02 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * ToolBarTest.cs: Enabled test for bug #80416.
- 2006-12-31 Chris Toshok <[email protected]>
- * ControlEventTest.cs: add SizeChanged to the resize/layout event
- test.
- 2006-12-31 Chris Toshok <[email protected]>
- * ControlTest.cs: new test for Anchor/Dock interactions. Also add
- tests for Control.SetTopLevel.
- 2006-12-31 Andreia Gaita <[email protected]>
- * ContainerControlTest.cs / FocusTest.cs: Moved Gert's
- ActiveControl tests to FocusTest, for easier management.
- Add Validation tests.
- 2006-12-31 Gert Driesen <[email protected]>
- * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
- 2006-12-31 Gert Driesen <[email protected]>
- * ToolBarTest.cs: Added test for bug #80416.
- 2006-12-30 Gert Driesen <[email protected]>
- * ContainerControlTest.cs: Added tests for ActiveControl.
- 2006-12-30 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * DataGridTest.cs: Fixed compiler warnings.
- 2006-12-29 Gert Driesen <[email protected]>
- * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
- until Theme.DefaultFont change is approved.
- 2006-12-29 Chris Toshok <[email protected]>
- * ControlEventTest.cs: add a test to determine the ordering of
- Layout/Resize events.
- 2006-12-29 Gert Driesen <[email protected]>
- * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
- 2006-12-29 Gert Driesen <[email protected]>
- * ControlTest.cs: Added test for Font and ResetFont.
- * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
- 2006-12-29 Gert Driesen <[email protected]>
- * ControlTest.cs: Improved DoubleBufferedTest.
- 2006-12-28 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * ControlTest.cs: More tests for double buffers.
-
- 2006-12-28 Rolf Bjarne Kvinge <[email protected]>
- * ControlTest.cs: Added double buffering tests.
- 2006-12-27 Gert Driesen <[email protected]>
- * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
- test for invisible control.
- 2006-12-27 Gert Driesen <[email protected]>
- * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
- MaxDate and MinDate on 2.0 profile. Removed extra tabs.
- 2006-12-27 Jonathan Pobst <[email protected]>
- * 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 <[email protected]>
- * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
-
- 2006-12-27 Gert Driesen <[email protected]>
- * ScrollableControlTest.cs: Added tests for AutoScroll and
- AutoScrollMinSize.
- 2006-12-26 Gert Driesen <[email protected]>
- * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
- 2006-12-26 Rolf Bjarne Kvinge <[email protected]>
- * ControlTest.cs: Added NotWorking test for DoubleBuffered.
- 2006-12-26 Gert Driesen <[email protected]>
- * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
- IsFormatProviderDefault.
- * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
- RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
- 2006-12-23 Gert Driesen <[email protected]>
- * DateTimePickerTest.cs: Fixed line endings.
- * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
- 2006-12-23 Daniel Nauck <[email protected]>
- * UserControlTest.cs: Add.
- 2006-12-23 Gert Driesen <[email protected]>
- * ControlTest.cs: Enabled test for bug #80280.
- 2006-12-21 Gert Driesen <[email protected]>
- * RichTextBoxTest.cs: Added test for bug #80301.
- * TextBoxTest.cs: Added test for bug #80301.
- 2006-12-21 Daniel Nauck <[email protected]>
- * ComboBoxTest.cs,
- TextBoxTest.cs: Added AutoComplete property tests.
- 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
-
- * DateTimePickerTest.cs: Created.
-
- 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
- * MonthCalendarTest.cs:
- - Enable tests again.
- - Added tests for *BoldedDates.
-
- * ControlTest.cs: Added test for BackgroundImageLayout.
-
- 2006-12-19 Chris Toshok <[email protected]>
- * DataGridViewBandTest.cs: nuke this file, as there's no way to
- construct a DataGridViewBand in isolation (exception through
- reflection).
- 2006-12-19 Chris Toshok <[email protected]>
- * RowStyleTest.cs: unit tests for RowStyle.
- * ColumnStyleTest.cs: unit tests for ColumnStyle.
- 2006-12-19 Carlos Alberto Cortez <[email protected]>
- * 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 <[email protected]>
- * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
- AddRange overloads.
- * TreeViewTest.cs: Fixed ExpandAll tests.
- 2006-12-19 Daniel Nauck <[email protected]>
- * ApplicationTest.cs: Restart () test is 2.0 only.
- 2006-12-19 Daniel Nauck <[email protected]>
- * ApplicationTest.cs: Added test for Restart ().
- 2006-12-18 Rolf Bjarne Kvinge <[email protected]>
- * MonthCalendarTest.cs: Added test for DefaultMargin.
- 2006-12-18 Daniel Nauck <[email protected]>
- * 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 <[email protected]>
- * ButtonTest.cs: Added tests for FlatButtonAppearance.
- 2006-12-17 Gert Driesen <[email protected]>
- * TreeViewTest.cs: Added tests for bug #80284.
- 2006-12-17 Gert Driesen <[email protected]>
- * ControlTest.cs: Added (notworking) test for bug #80280.
- Removed extra tabs.
- 2006-12-16 Andreia Gaita <[email protected]>
-
- * TabControlTest.cs: Fixed SelectedIndex tests
- for MS.NET 2.0
- 2006-12-16 Andreia Gaita <[email protected]>
- * 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 <[email protected]>
- * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
- 2006-12-16 Daniel Nauck <[email protected]>
- * PaddingTest.cs: new tests for Padding.
- 2006-12-15 Daniel Nauck <[email protected]>
- * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
- * ListViewItemTest.cs: add new ListViewSubItem text property test.
- 2006-12-15 Daniel Nauck <[email protected]>
- * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
- 2006-12-15 Daniel Nauck <[email protected]>
- * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
- 2006-12-15 Daniel Nauck <[email protected]>
- * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
- 2006-12-15 Daniel Nauck <[email protected]>
- * ListViewGroupTest.cs: new tests for ListViewGroups.
- * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
- 2006-12-14 Gert Driesen <[email protected]>
- * TabControlTest.cs: Added tests for Control.RemoveAt.
- 2006-12-13 Carlos Alberto Cortez <[email protected]>
- * 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 <[email protected]>
- * TextBoxTest.cs: Added test for bug #80163.
- 2006-12-13 Gert Driesen <[email protected]>
- * ControlTest.cs: Improved Region test.
- 2006-12-12 Andreia Gaita <[email protected]>
- * ControlTest.cs: Add region tests.
- 2006-12-12 Rolf Bjarne Kvinge <[email protected]>
- * ControlTest.cs: add tests for WM_PARENTNOTIFY.
-
- 2006-12-11 Chris Toshok <[email protected]>
- * ControlTest.cs: add some unit tests for null parameters to some
- of the ControlCollection methods.
- 2006-12-11 Gert Driesen <[email protected]>
- * ControlTest.cs: Added test for invalid Dock value.
- 2006-12-11 Andreia Gaita <[email protected]>
- * 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 <[email protected]>
- * ColumnClickEventArgsTest.cs: new tests.
- 2006-12-10 Gert Driesen <[email protected]>
- * TabControlTest.cs: Added SelectedIndex tests.
- 2006-12-08 Chris Toshok <[email protected]>
- * ButtonTest.cs: add tests for DialogResult changes when setting
- Form.AcceptButton and Form.CancelButton.
- 2006-12-08 Chris Toshok <[email protected]>
- * MenuItemTest.cs: add test for menu item events when cloning menu
- items. Tests for the bug in #80183.
- 2006-12-06 Chris Toshok <[email protected]>
- * FormTest.cs: make sure Form.ImeMode is NoControl by default.
- * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
- 2006-12-06 Chris Toshok <[email protected]>
- * RadioButtonTest.cs: add a couple of test involving TabStop.
- 2006-12-06 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * PrintDialogTest.cs: add [Category("Printing")] to all these
- tests so I can exclude them.
- 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
- * StatusBarPanelTest.cs: Added a test for invalid
- minimum widths.
-
- 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
- * MdiFormTest.cs: Change a few tests to dispose of
- the form when the test is finished.
- 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
- * MdiFormTest.cs: Added a few NotWorking tests for
- initial form location.
- 2006-12-04 Everaldo Canuto <[email protected]>
- * LabelTest.cs: Add tests for sizes, test for bug #80137.
- 2006-12-01 Rolf Bjarne Kvinge <[email protected]>
- * MdiFormTest.cs: All current NotWorking tests are now
- working, added a few more tests.
- 2006-12-01 Gert Driesen <[email protected]>
- * CurrencyManagerTest.cs: Added test for bug #80107.
- 2006-12-01 Gert Driesen <[email protected]>
- * DataGridTest.cs: Fixed build.
- 2006-12-01 Gert Driesen <[email protected]>
- * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
- 2006-12-01 Everaldo Canuto <[email protected]>
- * MenuTest.cs: Tag property assert for 2.0 profile.
-
- 2006-11-30 Everaldo Canuto <[email protected]>
- * 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 <[email protected]>
- * MessageTest.cs: Added test for ToString.
-
- 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
- * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
-
- 2006-11-30 Gert Driesen <[email protected]>
- * MenuItemTest.cs: Added test for Text property.
- 2006-11-29 Chris Toshok <[email protected]>
- * BindingTest.cs: add two new tests.
- 2006-11-28 Rolf Bjarne Kvinge <[email protected]>
- * TrackBar.cs: Changed SizeTest and OrientationTest
- to work on MS with both WinXP theme and Win2K theme.
- 2006-11-26 Gert Driesen <[email protected]>
- * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
- 2006-11-26 Gert Driesen <[email protected]>
- * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
- 2006-11-26 Gert Driesen <[email protected]>
- * FormTest.cs: Added test for bug #80052.
- 2006-11-25 Gert Driesen <[email protected]>
- * MdiFormTest.cs: Added test for bug #80036.
- 2006-11-24 Gert Driesen <[email protected]>
- * MdiFormTest.cs: Added NotWorking test for Form.Text.
- 2006-11-23 Gert Driesen <[email protected]>
- * FormTest.cs: Added test for bug #80020.
- * MdiFormTest.cs: Fixed typo, added additonal info.
- 2006-11-23 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
- ToStringTest.
- 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
-
- * ControlTest.cs: Added tests for #79999.
- 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
-
- * MdiFormTest.cs: Added tests for WindowState (mdi
- children) and Text (mdi parent with maximized mdi
- children).
- 2006-11-13 Gert Driesen <[email protected]>
- * ControlEventTest.cs: Added tests for Invalidated event.
- * TreeNodeCollectionTest.cs: Added IList indexer tests.
- 2006-11-12 Gert Driesen <[email protected]>
- * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
- 2006-11-11 Gert Driesen <[email protected]>
- * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
- 2006-11-09 Gert Driesen <[email protected]>
- * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
- * UpDownTest.cs: Fixed ToStringTest.
- 2006-11-09 Alexander Olk <[email protected]>
- * CommonDialogsTest.cs: Added
- 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
- * StatusBarPanelTest.cs: Added tests for bug #79842
- and tests for default properties.
- 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
- * TrackBarTest.cs: Added tests for bug #79718.
-
- 2006-11-08 Gert Driesen <[email protected]>
- * TextBoxTest.cs: Added test for bug #79851.
- 2006-11-07 Gert Driesen <[email protected]>
- * TabControlTest.cs: Added test for bug #79847.
- 2006-11-04 Chris Toshok <[email protected]>
- * ControlTest.cs: enable a bunch more of these on linux, and split
- out problematic areas into smaller NotWorking tests.
- 2006-11-04 Chris Toshok <[email protected]>
- * FormTest.cs: add a few more tests to determine various aspects
- of the Close() method.
- 2006-11-04 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
- 2006-11-04 Gert Driesen <[email protected]>
- * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
- #79812. Added (NotWorking) SelectedText tests.
- 2006-11-01 Gert Driesen <[email protected]>
- * TextBoxTest.cs: Added tests for part of bug #79799.
- 2006-11-01 Gert Driesen <[email protected]>
- * ControlTest.cs: Fixed build using csc 1.x.
- 2006-10-30 Alexander Olk <[email protected]>
- * 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 <[email protected]>
- * ControlTest.cs: correct namespace and add TopLevelControlTest
- for bug #79781.
- 2006-10-29 Alexander Olk <[email protected]>
- * FormTest.cs: Fix typo.
- 2006-10-13 Gert Driesen <[email protected]>
- * PropertyGridTest.cs: Enabled previously not-working tests.
- 2006-10-13 Gert Driesen <[email protected]>
- * PropertyGridTest.cs: Added some tests for PropertyGrid.
- 2006-10-13 Andreia Gaita <[email protected]>
- * FocusTest.cs: add more test cases for GetNextControl.
- see #78650
- 2006-10-11 Chris Toshok <[email protected]>
- * ToolBarTest.cs: add test for ToolBarButton rectangles.
- 2006-10-06 Gert Driesen <[email protected]>
- * ListViewCollectionsTest.cs: Added tests for bug #79415.
- * ListViewTest.cs: Enabled test for bug #79416.
- 2006-10-03 Sebastien Pouliot <[email protected]>
- * ContainerControlTest.cs: New. Add a few test cases for
- GetContainerControl method.
- 2006-10-02 Sebastien Pouliot <[email protected]>
- * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
- 2006-10-02 Sebastien Pouliot <[email protected]>
- * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
- as NonWorking (see bug #79552). Fixed line-endings.
- 2006-09-22 Sebastien Pouliot <[email protected]>
- * SystemInformationTest.cs: Add tests case for MenuFont.
- 2006-09-18 Jonathan Pobst <[email protected]>
- * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
- 2006-09-13 Jonathan Pobst <[email protected]>
- * SplitContainerTests.cs: Added.
- 2006-09-11 Gert Driesen <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ComboBoxTest.cs: Add tests for CB.ObjectCollection
- methods throwing ArgumentNullException.
- 2006-08-18 Carlos Alberto Cortez <[email protected]>
- * ComboBoxTest.cs: Add tests for adding/modifying null items
- in ObjectCollection.
- * ListBox.cs: Likewise.
- 2006-08-08 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * PrintDialogTest.cs: Added.
- 2006-07-21 Matt Hargett ([email protected])
- * ControlTest.cs: Added tests for MinimumSize/MaximumSize
- 2006-07-20 Carlos Alberto Cortez <[email protected]>
- * ListControlTest.cs: Added DataSourceWrongArgumentType method
- to test the exception being thrown.
- 2006-07-18 Carlos Alberto Cortez <[email protected]>
- * ListControlTest.cs: Added.
- 2006-07-14 Jonathan Pobst <[email protected]>
- * EventArgsTest.cs: Added
- 2006-07-10 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * DataGridTableStyleTest.cs: couple more tests.
- 2006-07-06 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added "LinkLabel with link" test
- 2006-06-30 Chris Toshok <[email protected]>
- * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
- default DataGridTableStyle.
- 2006-06-23 Chris Toshok <[email protected]>
- * PropertyManagerTest.cs: new tests regarding the
- [Related]PropertyManager class.
- 2006-06-19 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added tests for enabled state inheritance
- 2006-06-19 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
- setter.
- 2006-06-01 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * TreeViewTest.cs: Add a couple of default properties. Put in
- correct namespace.
- * TabControlTest.cs: Put in correct namespace.
- 2006-05-25 Atsushi Enomoto <[email protected]>
- * BindingContextTest.cs : added more tests for Item, Contains()
- and GetEnumerator().
- 2006-05-18 Sebastien Pouliot <[email protected]>
- * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
- 2006-05-18 Atsushi Enomoto <[email protected]>
- 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 <[email protected]>
- * DataGridTest.cs: Add a test case based on 78420, confirm that
- the fix works.
- 2006-05-15 Atsushi Enomoto <[email protected]>
- * TabControlTest.cs : added test for bug #78395.
- 2006-04-16 Gert Driesen <[email protected]>
- * TabControlTest.cs: Added test for bug #78121. Marked failing tests
- NotWorking. Set eol-style to native.
- 2006-04-12 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added backcolor tests related to transparency
- (bug #78026)
- 2006-03-31 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Ignore Invoke test, it hangs
- 2006-02-28 Matt Hargett ([email protected])
- * ComboBoxTests.cs: Added
- 2006-02-02 Peter Dennis Bartok <[email protected]>
- * ControlTest.cs: Added test for layout nesting
- * MonthCalendarTest.cs: Fixed typo in class name
- 2005-12-01 Jackson Harper <[email protected]>
- * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
- SingleNodeIndexTest.
- - Fixed warning CS0219. Patches by Dieter Bremes
- 2005-11-12 Pedro Martínez Juliá <[email protected]>
- * DataGridViewElementTest.cs DataGridViewBandTest.cs
- DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
- DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
- Add some DataGridView tests.
- 2005-11-11 Ankit Jain <[email protected]>
- * RichTextBoxTest.cs: Fix typos.
- 2005-11-09 Peter Dennis Bartok <[email protected]>
- * RichTextBoxTest.cs: Added Find() tests
- 2005-11-05 Kornél Pál <[email protected]>
- * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
- 2005-10-18 Jordi Mas i Hernandez <[email protected]>
- * ListViewCollectionsTest.cs: Add tests for the ListView Collections
- 2005-10-17 Ritvik Mayank <[email protected]>
- * TabControlTest.cs : Added test case for TabControl
- 2005-10-16 Ritvik Mayank <[email protected]>
- * TrackBarTest.cs : Added test case for TrackBar
- 2005-10-16 Jordi Mas i Hernandez <[email protected]>
-
- * DataGridBoolColumn.cs: fixes warning
- 2005-10-10 Peter Dennis Bartok <[email protected]>
- * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
- order for want and actual to avoid misleading errors
- 2005-10-07 Peter Dennis Bartok <[email protected]>
- * GenerateControlStyleTest.cs: Code to auto-generate the
- source file ControlStyleTest.cs
- * ControlStyleTest.cs: Tests for testing ControlStyles
- 2005-09-28 Hisham Mardam Bey <[email protected]>
- * 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 <[email protected]>
- * LabelTest.cs : Added more event tests (external handlers)
- Added event arg checks
- Fixed OnPaint tests.
- Seperated invalidation tests.
- 2005-09-26 Hisham Mardam Bey <[email protected]>
- * ScrollBarTest.cs : Add more tests for event firing order
- Messages to simulate mouse events
- 2005-09-23 Ritvik Mayank <[email protected]>
- * ErrorProviderTest.cs : Added test case for ErrorProvider
- 2005-09-23 Hisham Mardam Bey <[email protected]>
- * LabelTest.cs : Added messages to simulate Key* events.
- Key* events have tests now.
- 2005-09-22 Hisham Mardam Bey <[email protected]>
- * LabelTest.cs : Implement event firing order tests.
- * ScrollBarTest.cs : Implement event firing order tests.
- 2005-09-22 Jordi Mas i Hernandez <[email protected]>
-
- * MenuTest.cs: Fixes some tests
- * MenuItemTest.cs: New unit test
- 2005-09-21 Hisham Mardam Bey <[email protected]>
- * LabelTest.cs : Several new tests.
- * ScrollBarTest.cs : Several new tests.
- * bitmaps : added dir containing images for tests.
- 2005-09-21 Jordi Mas i Hernandez <[email protected]>
- * ListViewItemTest.cs: New unit test
- 2005-09-20 Jordi Mas i Hernandez <[email protected]>
- * 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 <[email protected]>
- * PictureBoxTest.cs : Test case for PictureBox
- 2005-09-08 Ritvik Mayank <[email protected]>
- * MonthCalendarTest.cs : Test case for MonthCalendar
- 2005-08-29 Ritvik Mayank <[email protected]>
-
- * 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 <[email protected]>
- * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
- to make it compile.
- 2005-08-16 Ritvik Mayank <[email protected]>
-
- * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
- ListViewTest.cs: enhancement and cleanup
- 2005-08-16 Ritvik Mayank <[email protected]>
- * 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 <[email protected]>
- * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
- yet implemented)
- 2005-08-08 Jordi Mas i Hernandez <[email protected]>
- * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
- * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
- 2005-08-06 Ritvik Mayank <[email protected]>
- * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
- 2005-08-05 Ritvik Mayank <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
-
- * 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 <[email protected]>
-
- * 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 <[email protected]>
-
- * 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 <[email protected]>
- * 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 <[email protected]>
-
- * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
- * ListBoxEventTest.cs : Test Cases for ListBox Events
- 2005-06-13 Ritvik Mayank <[email protected]>
-
- * TextBoxTest.cs : Test Cases for TextBox
- * BUttonTest.cs : Test Cases for Buttons
- 2005-05-11 Ritvik Mayank <[email protected]>
-
- * ControlEventTest.cs : Test Cases for Events
-
- 2005-05-02 Ritvik Mayank <[email protected]>
- * ControlTest.cs : Minor modifications
- 2005-05-02 Ritvik Mayank <[email protected]>
-
- * ControlTest.cs : Test for Control
- 2005-04-25 Ritvik Mayank <[email protected]>
- * LabelPropertyTest.cs : Test for Label
- 2004-11-29 Marek Safar <[email protected]>
- * TreeViewTest.cs : Test for TreeView
- * TreeNodeTest.cs : Test for TreeNode
- 2004-11-29 Ravindra <[email protected]>
- * ImageIndexConverter.cs : Test for ImageIndexConversion.
-
|