ChangeLog 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. 2006-12-27 Gert Driesen <[email protected]>
  2. * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
  3. MaxDate and MinDate on 2.0 profile. Removed extra tabs.
  4. 2006-12-27 Jonathan Pobst <[email protected]>
  5. * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
  6. ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
  7. ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
  8. 2006-12-27 Rolf Bjarne Kvinge <[email protected]>
  9. * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
  10. 2006-12-27 Gert Driesen <[email protected]>
  11. * ScrollableControlTest.cs: Added tests for AutoScroll and
  12. AutoScrollMinSize.
  13. 2006-12-26 Gert Driesen <[email protected]>
  14. * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
  15. 2006-12-26 Rolf Bjarne Kvinge <[email protected]>
  16. * ControlTest.cs: Added NotWorking test for DoubleBuffered.
  17. 2006-12-26 Gert Driesen <[email protected]>
  18. * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
  19. IsFormatProviderDefault.
  20. * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
  21. RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
  22. 2006-12-23 Gert Driesen <[email protected]>
  23. * DateTimePickerTest.cs: Fixed line endings.
  24. * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
  25. 2006-12-23 Daniel Nauck <[email protected]>
  26. * UserControlTest.cs: Add.
  27. 2006-12-23 Gert Driesen <[email protected]>
  28. * ControlTest.cs: Enabled test for bug #80280.
  29. 2006-12-21 Gert Driesen <[email protected]>
  30. * RichTextBoxTest.cs: Added test for bug #80301.
  31. * TextBoxTest.cs: Added test for bug #80301.
  32. 2006-12-21 Daniel Nauck <[email protected]>
  33. * ComboBoxTest.cs,
  34. TextBoxTest.cs: Added AutoComplete property tests.
  35. 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
  36. * DateTimePickerTest.cs: Created.
  37. 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
  38. * MonthCalendarTest.cs:
  39. - Enable tests again.
  40. - Added tests for *BoldedDates.
  41. * ControlTest.cs: Added test for BackgroundImageLayout.
  42. 2006-12-19 Chris Toshok <[email protected]>
  43. * DataGridViewBandTest.cs: nuke this file, as there's no way to
  44. construct a DataGridViewBand in isolation (exception through
  45. reflection).
  46. 2006-12-19 Chris Toshok <[email protected]>
  47. * RowStyleTest.cs: unit tests for RowStyle.
  48. * ColumnStyleTest.cs: unit tests for ColumnStyle.
  49. 2006-12-19 Carlos Alberto Cortez <[email protected]>
  50. * ListViewCollectionsTest.cs: Added tests for the new 2.0
  51. methods and properties (SelectedIndexCollection,
  52. SelectedItemCollection, and ListViewSubItemCollection).
  53. * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
  54. 2006-12-19 Gert Driesen <[email protected]>
  55. * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
  56. AddRange overloads.
  57. * TreeViewTest.cs: Fixed ExpandAll tests.
  58. 2006-12-19 Daniel Nauck <[email protected]>
  59. * ApplicationTest.cs: Restart () test is 2.0 only.
  60. 2006-12-19 Daniel Nauck <[email protected]>
  61. * ApplicationTest.cs: Added test for Restart ().
  62. 2006-12-18 Rolf Bjarne Kvinge <[email protected]>
  63. * MonthCalendarTest.cs: Added test for DefaultMargin.
  64. 2006-12-18 Daniel Nauck <[email protected]>
  65. * DataGridViewAdvancedBorderStyleTest.cs,
  66. DataGridViewRowTest.cs,
  67. DataGridViewElementTest.cs,
  68. DataGridViewCellTest.cs,
  69. DataGridViewCellStyleTest.cs,
  70. DataGridViewTest.cs: fixed NUnit obsolete warnings and
  71. DataGridView tests against .NET 2.0
  72. 2006-12-17 Daniel Nauck <[email protected]>
  73. * ButtonTest.cs: Added tests for FlatButtonAppearance.
  74. 2006-12-17 Gert Driesen <[email protected]>
  75. * TreeViewTest.cs: Added tests for bug #80284.
  76. 2006-12-17 Gert Driesen <[email protected]>
  77. * ControlTest.cs: Added (notworking) test for bug #80280.
  78. Removed extra tabs.
  79. 2006-12-16 Andreia Gaita <[email protected]>
  80. * TabControlTest.cs: Fixed SelectedIndex tests
  81. for MS.NET 2.0
  82. 2006-12-16 Andreia Gaita <[email protected]>
  83. * SendKeysTest.cs: Test cases for SendKeys
  84. These tests can only run in ms.net one at a time.
  85. Since ms.net apparently hooks the keyboard to
  86. implement this, running two tests in a row
  87. makes the second test run before the hook
  88. of the first test is released, effectively
  89. hanging the keyboard. CTRL-ALT-DEL releases
  90. the keyboard, but the test still hangs.
  91. Running each test separately works.
  92. 2006-12-16 Daniel Nauck <[email protected]>
  93. * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
  94. 2006-12-16 Daniel Nauck <[email protected]>
  95. * PaddingTest.cs: new tests for Padding.
  96. 2006-12-15 Daniel Nauck <[email protected]>
  97. * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
  98. * ListViewItemTest.cs: add new ListViewSubItem text property test.
  99. 2006-12-15 Daniel Nauck <[email protected]>
  100. * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
  101. 2006-12-15 Daniel Nauck <[email protected]>
  102. * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
  103. 2006-12-15 Daniel Nauck <[email protected]>
  104. * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
  105. 2006-12-15 Daniel Nauck <[email protected]>
  106. * ListViewGroupTest.cs: new tests for ListViewGroups.
  107. * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
  108. 2006-12-14 Gert Driesen <[email protected]>
  109. * TabControlTest.cs: Added tests for Control.RemoveAt.
  110. 2006-12-13 Carlos Alberto Cortez <[email protected]>
  111. * ListViewItemTest.cs:
  112. * ListViewCollectionsTest.cs: Add tests for the new 2.0
  113. ListViewItemCollection methods (IndexOfKey, ContainsKey,
  114. new indexer overload, Find, RemoveByKey).
  115. 2006-12-13 Gert Driesen <[email protected]>
  116. * TextBoxTest.cs: Added test for bug #80163.
  117. 2006-12-13 Gert Driesen <[email protected]>
  118. * ControlTest.cs: Improved Region test.
  119. 2006-12-12 Andreia Gaita <[email protected]>
  120. * ControlTest.cs: Add region tests.
  121. 2006-12-12 Rolf Bjarne Kvinge <[email protected]>
  122. * ControlTest.cs: add tests for WM_PARENTNOTIFY.
  123. 2006-12-11 Chris Toshok <[email protected]>
  124. * ControlTest.cs: add some unit tests for null parameters to some
  125. of the ControlCollection methods.
  126. 2006-12-11 Gert Driesen <[email protected]>
  127. * ControlTest.cs: Added test for invalid Dock value.
  128. 2006-12-11 Andreia Gaita <[email protected]>
  129. * TabControlTest.cs: add tests to check if SelectedIndex is
  130. properly set if the TabControl has no pages, before and
  131. after the handle is created
  132. 2006-12-10 Chris Toshok <[email protected]>
  133. * ColumnClickEventArgsTest.cs: new tests.
  134. 2006-12-10 Gert Driesen <[email protected]>
  135. * TabControlTest.cs: Added SelectedIndex tests.
  136. 2006-12-08 Chris Toshok <[email protected]>
  137. * ButtonTest.cs: add tests for DialogResult changes when setting
  138. Form.AcceptButton and Form.CancelButton.
  139. 2006-12-08 Chris Toshok <[email protected]>
  140. * MenuItemTest.cs: add test for menu item events when cloning menu
  141. items. Tests for the bug in #80183.
  142. 2006-12-06 Chris Toshok <[email protected]>
  143. * FormTest.cs: make sure Form.ImeMode is NoControl by default.
  144. * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
  145. 2006-12-06 Chris Toshok <[email protected]>
  146. * RadioButtonTest.cs: add a couple of test involving TabStop.
  147. 2006-12-06 Chris Toshok <[email protected]>
  148. * ImageListTest.cs: add a rather complicated series of assertions
  149. about the imagelist ShouldSerialize/CanReset methods. these pass
  150. on MS and mono now, though. yay.
  151. 2006-12-06 Jackson Harper <[email protected]>
  152. * TextBoxTest.cs: Add a test for Modified property.
  153. - We need to put something on the clipboard before we can paste.
  154. 2006-12-04 Jackson Harper <[email protected]>
  155. * TextBoxTest: More of these tests work now.
  156. - Add a test to ensure that recieving focus selects all of the
  157. text
  158. 2006-12-04 Chris Toshok <[email protected]>
  159. * PrintDialogTest.cs: add [Category("Printing")] to all these
  160. tests so I can exclude them.
  161. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  162. * StatusBarPanelTest.cs: Added a test for invalid
  163. minimum widths.
  164. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  165. * MdiFormTest.cs: Change a few tests to dispose of
  166. the form when the test is finished.
  167. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  168. * MdiFormTest.cs: Added a few NotWorking tests for
  169. initial form location.
  170. 2006-12-04 Everaldo Canuto <[email protected]>
  171. * LabelTest.cs: Add tests for sizes, test for bug #80137.
  172. 2006-12-01 Rolf Bjarne Kvinge <[email protected]>
  173. * MdiFormTest.cs: All current NotWorking tests are now
  174. working, added a few more tests.
  175. 2006-12-01 Gert Driesen <[email protected]>
  176. * CurrencyManagerTest.cs: Added test for bug #80107.
  177. 2006-12-01 Gert Driesen <[email protected]>
  178. * DataGridTest.cs: Fixed build.
  179. 2006-12-01 Gert Driesen <[email protected]>
  180. * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
  181. 2006-12-01 Everaldo Canuto <[email protected]>
  182. * MenuTest.cs: Tag property assert for 2.0 profile.
  183. 2006-11-30 Everaldo Canuto <[email protected]>
  184. * ToolBarTest.cs:
  185. - Remove ButtonSize.Width and ButtonSize.Height assert because
  186. it depends of system metrics and diferent fonts can cause
  187. diferent sizes.
  188. - Remove "NotWorking" mark from ToolBarPropertyTest, this test
  189. now must works well.
  190. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  191. * MessageTest.cs: Added test for ToString.
  192. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  193. * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
  194. 2006-11-30 Gert Driesen <[email protected]>
  195. * MenuItemTest.cs: Added test for Text property.
  196. 2006-11-29 Chris Toshok <[email protected]>
  197. * BindingTest.cs: add two new tests.
  198. 2006-11-28 Rolf Bjarne Kvinge <[email protected]>
  199. * TrackBar.cs: Changed SizeTest and OrientationTest
  200. to work on MS with both WinXP theme and Win2K theme.
  201. 2006-11-26 Gert Driesen <[email protected]>
  202. * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
  203. 2006-11-26 Gert Driesen <[email protected]>
  204. * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
  205. 2006-11-26 Gert Driesen <[email protected]>
  206. * FormTest.cs: Added test for bug #80052.
  207. 2006-11-25 Gert Driesen <[email protected]>
  208. * MdiFormTest.cs: Added test for bug #80036.
  209. 2006-11-24 Gert Driesen <[email protected]>
  210. * MdiFormTest.cs: Added NotWorking test for Form.Text.
  211. 2006-11-23 Gert Driesen <[email protected]>
  212. * FormTest.cs: Added test for bug #80020.
  213. * MdiFormTest.cs: Fixed typo, added additonal info.
  214. 2006-11-23 Gert Driesen <[email protected]>
  215. * MdiFormTest.cs: Improved Text test to also verify behavior when
  216. Text of MDI child or container is empty. Added NotWorking test for
  217. Text after MDI is maximized. Added comment with existing NotWorking
  218. test for ActiveMdiChild.
  219. 2006-11-23 Gert Driesen <[email protected]>
  220. * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
  221. ToStringTest.
  222. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  223. * ControlTest.cs: Added tests for #79999.
  224. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  225. * MdiFormTest.cs: Added tests for WindowState (mdi
  226. children) and Text (mdi parent with maximized mdi
  227. children).
  228. 2006-11-13 Gert Driesen <[email protected]>
  229. * ControlEventTest.cs: Added tests for Invalidated event.
  230. * TreeNodeCollectionTest.cs: Added IList indexer tests.
  231. 2006-11-12 Gert Driesen <[email protected]>
  232. * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
  233. 2006-11-11 Gert Driesen <[email protected]>
  234. * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
  235. 2006-11-09 Gert Driesen <[email protected]>
  236. * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
  237. * UpDownTest.cs: Fixed ToStringTest.
  238. 2006-11-09 Alexander Olk <[email protected]>
  239. * CommonDialogsTest.cs: Added
  240. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  241. * StatusBarPanelTest.cs: Added tests for bug #79842
  242. and tests for default properties.
  243. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  244. * TrackBarTest.cs: Added tests for bug #79718.
  245. 2006-11-08 Gert Driesen <[email protected]>
  246. * TextBoxTest.cs: Added test for bug #79851.
  247. 2006-11-07 Gert Driesen <[email protected]>
  248. * TabControlTest.cs: Added test for bug #79847.
  249. 2006-11-04 Chris Toshok <[email protected]>
  250. * ControlTest.cs: enable a bunch more of these on linux, and split
  251. out problematic areas into smaller NotWorking tests.
  252. 2006-11-04 Chris Toshok <[email protected]>
  253. * FormTest.cs: add a few more tests to determine various aspects
  254. of the Close() method.
  255. 2006-11-04 Chris Toshok <[email protected]>
  256. * FormTest.cs: add a test to more accurately test for bug #79155
  257. (make sure an ObjectDisposedException is thrown if you Show() a
  258. Form you just Close()'d).
  259. 2006-11-04 Gert Driesen <[email protected]>
  260. * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
  261. 2006-11-04 Gert Driesen <[email protected]>
  262. * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
  263. #79812. Added (NotWorking) SelectedText tests.
  264. 2006-11-01 Gert Driesen <[email protected]>
  265. * TextBoxTest.cs: Added tests for part of bug #79799.
  266. 2006-11-01 Gert Driesen <[email protected]>
  267. * ControlTest.cs: Fixed build using csc 1.x.
  268. 2006-10-30 Alexander Olk <[email protected]>
  269. * PictureBoxTest.cs: Enable the previously not working
  270. ToStringMethodTest and move the not working Image property
  271. test to its own method.
  272. * UpDownTest.cs: Added
  273. 2006-10-29 Chris Toshok <[email protected]>
  274. * ControlTest.cs: correct namespace and add TopLevelControlTest
  275. for bug #79781.
  276. 2006-10-29 Alexander Olk <[email protected]>
  277. * FormTest.cs: Fix typo.
  278. 2006-10-13 Gert Driesen <[email protected]>
  279. * PropertyGridTest.cs: Enabled previously not-working tests.
  280. 2006-10-13 Gert Driesen <[email protected]>
  281. * PropertyGridTest.cs: Added some tests for PropertyGrid.
  282. 2006-10-13 Andreia Gaita <[email protected]>
  283. * FocusTest.cs: add more test cases for GetNextControl.
  284. see #78650
  285. 2006-10-11 Chris Toshok <[email protected]>
  286. * ToolBarTest.cs: add test for ToolBarButton rectangles.
  287. 2006-10-06 Gert Driesen <[email protected]>
  288. * ListViewCollectionsTest.cs: Added tests for bug #79415.
  289. * ListViewTest.cs: Enabled test for bug #79416.
  290. 2006-10-03 Sebastien Pouliot <[email protected]>
  291. * ContainerControlTest.cs: New. Add a few test cases for
  292. GetContainerControl method.
  293. 2006-10-02 Sebastien Pouliot <[email protected]>
  294. * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
  295. 2006-10-02 Sebastien Pouliot <[email protected]>
  296. * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
  297. as NonWorking (see bug #79552). Fixed line-endings.
  298. 2006-09-22 Sebastien Pouliot <[email protected]>
  299. * SystemInformationTest.cs: Add tests case for MenuFont.
  300. 2006-09-18 Jonathan Pobst <[email protected]>
  301. * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
  302. 2006-09-13 Jonathan Pobst <[email protected]>
  303. * SplitContainerTests.cs: Added.
  304. 2006-09-11 Gert Driesen <[email protected]>
  305. * ListViewTest.cs: Added test for bug #79076. Added tests for
  306. sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
  307. NotWorking).
  308. * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
  309. and ListViewItemCollection fixes.
  310. 2006-09-01 Carlos Alberto Cortez <[email protected]>
  311. * ComboBoxTest.cs: Add tests for sorting and selection handling.
  312. Deal with a couple of exception mismatches in 2_0.
  313. 2006-08-21 Carlos Alberto Cortez <[email protected]>
  314. * ComboBoxTest.cs: Add tests for CB.ObjectCollection
  315. methods throwing ArgumentNullException.
  316. 2006-08-18 Carlos Alberto Cortez <[email protected]>
  317. * ComboBoxTest.cs: Add tests for adding/modifying null items
  318. in ObjectCollection.
  319. * ListBox.cs: Likewise.
  320. 2006-08-08 Chris Toshok <[email protected]>
  321. * GridTableStylesCollectionTest.cs: make this fixture public so
  322. it's actually included, and add a test for changing the
  323. MappingName of a constituent TableStyle.
  324. 2006-07-30 Carlos Alberto Cortez <[email protected]>
  325. * PrintDialogTest.cs: Added.
  326. 2006-07-21 Matt Hargett ([email protected])
  327. * ControlTest.cs: Added tests for MinimumSize/MaximumSize
  328. 2006-07-20 Carlos Alberto Cortez <[email protected]>
  329. * ListControlTest.cs: Added DataSourceWrongArgumentType method
  330. to test the exception being thrown.
  331. 2006-07-18 Carlos Alberto Cortez <[email protected]>
  332. * ListControlTest.cs: Added.
  333. 2006-07-14 Jonathan Pobst <[email protected]>
  334. * EventArgsTest.cs: Added
  335. 2006-07-10 Chris Toshok <[email protected]>
  336. * DataGridTest.cs: make this class public so it shows up in the
  337. list of fixtures (and its tests get run).
  338. * CurrencyManagerTest.cs: add a test that just spews properties
  339. about the currency manager and the datasource, as well as a test
  340. for the finalType field.
  341. 2006-07-07 Chris Toshok <[email protected]>
  342. * DataGridTableStyleTest.cs: couple more tests.
  343. 2006-07-06 Peter Dennis Bartok <[email protected]>
  344. * ControlTest.cs: Added "LinkLabel with link" test
  345. 2006-06-30 Chris Toshok <[email protected]>
  346. * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
  347. default DataGridTableStyle.
  348. 2006-06-23 Chris Toshok <[email protected]>
  349. * PropertyManagerTest.cs: new tests regarding the
  350. [Related]PropertyManager class.
  351. 2006-06-19 Peter Dennis Bartok <[email protected]>
  352. * ControlTest.cs: Added tests for enabled state inheritance
  353. 2006-06-19 Chris Toshok <[email protected]>
  354. * CurrencyManagerTest.cs: add some tests for related currency
  355. managers.
  356. * BindingContextTest.cs: add a test for
  357. BindingContext.CollectionChanged -=. Also add a test for passing
  358. null for data_member to BindingContext.Contains.
  359. 2006-06-06 Carlos Alberto Cortez <[email protected]>
  360. * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
  361. setter.
  362. 2006-06-01 Chris Toshok <[email protected]>
  363. * CurrencyManagerTest.cs: add a few tests to see what events are
  364. being emitted in which order from AddNew, CancelCurrentEdit and
  365. EndCurrentEdit.
  366. 2006-05-31 Peter Dennis Bartok <[email protected]>
  367. * LabelTest.cs:
  368. - Added (still unused) fuzzy compare for events
  369. - Disabled event order tests, they are too strict
  370. * ScrollBarTest.cs: Disabled event order tests, are too strict
  371. 2006-05-25 Jackson Harper <[email protected]>
  372. * TreeViewTest.cs: Add a couple of default properties. Put in
  373. correct namespace.
  374. * TabControlTest.cs: Put in correct namespace.
  375. 2006-05-25 Atsushi Enomoto <[email protected]>
  376. * BindingContextTest.cs : added more tests for Item, Contains()
  377. and GetEnumerator().
  378. 2006-05-18 Sebastien Pouliot <[email protected]>
  379. * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
  380. 2006-05-18 Atsushi Enomoto <[email protected]>
  381. Some compat fixes found by make run-test-ondotnet:
  382. * ListBoxTest.cs : they don't throw exceptions.
  383. * RichTextBoxTest.cs,
  384. ScrollBarTest.cs,
  385. ComboBoxTest.cs,
  386. ComboBoxTests.cs : Commented some lines out since they are
  387. environment (especially desktop theme) dependent.
  388. TabControlTest.cs : SetSelectedIndex() was my bad that the test
  389. needed the tab control be drawn to pass the test.
  390. Some tests are env. dependent (as well as others).
  391. 2006-05-16 Miguel de Icaza <[email protected]>
  392. * DataGridTest.cs: Add a test case based on 78420, confirm that
  393. the fix works.
  394. 2006-05-15 Atsushi Enomoto <[email protected]>
  395. * TabControlTest.cs : added test for bug #78395.
  396. 2006-04-16 Gert Driesen <[email protected]>
  397. * TabControlTest.cs: Added test for bug #78121. Marked failing tests
  398. NotWorking. Set eol-style to native.
  399. 2006-04-12 Peter Dennis Bartok <[email protected]>
  400. * ControlTest.cs: Added backcolor tests related to transparency
  401. (bug #78026)
  402. 2006-03-31 Peter Dennis Bartok <[email protected]>
  403. * ControlTest.cs: Ignore Invoke test, it hangs
  404. 2006-02-28 Matt Hargett ([email protected])
  405. * ComboBoxTests.cs: Added
  406. 2006-02-02 Peter Dennis Bartok <[email protected]>
  407. * ControlTest.cs: Added test for layout nesting
  408. * MonthCalendarTest.cs: Fixed typo in class name
  409. 2005-12-01 Jackson Harper <[email protected]>
  410. * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
  411. SingleNodeIndexTest.
  412. - Fixed warning CS0219. Patches by Dieter Bremes
  413. 2005-11-12 Pedro Martínez Juliá <[email protected]>
  414. * DataGridViewElementTest.cs DataGridViewBandTest.cs
  415. DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
  416. DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
  417. Add some DataGridView tests.
  418. 2005-11-11 Ankit Jain <[email protected]>
  419. * RichTextBoxTest.cs: Fix typos.
  420. 2005-11-09 Peter Dennis Bartok <[email protected]>
  421. * RichTextBoxTest.cs: Added Find() tests
  422. 2005-11-05 Kornél Pál <[email protected]>
  423. * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
  424. 2005-10-18 Jordi Mas i Hernandez <[email protected]>
  425. * ListViewCollectionsTest.cs: Add tests for the ListView Collections
  426. 2005-10-17 Ritvik Mayank <[email protected]>
  427. * TabControlTest.cs : Added test case for TabControl
  428. 2005-10-16 Ritvik Mayank <[email protected]>
  429. * TrackBarTest.cs : Added test case for TrackBar
  430. 2005-10-16 Jordi Mas i Hernandez <[email protected]>
  431. * DataGridBoolColumn.cs: fixes warning
  432. 2005-10-10 Peter Dennis Bartok <[email protected]>
  433. * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
  434. order for want and actual to avoid misleading errors
  435. 2005-10-07 Peter Dennis Bartok <[email protected]>
  436. * GenerateControlStyleTest.cs: Code to auto-generate the
  437. source file ControlStyleTest.cs
  438. * ControlStyleTest.cs: Tests for testing ControlStyles
  439. 2005-09-28 Hisham Mardam Bey <[email protected]>
  440. * Common.cs : Add common things here.
  441. * LabelTest.cs : Remove common declarations to Common.cs
  442. * ScrollBarTest.cs : Remove common declarations to Common.cs
  443. Add more propery range / exception tests
  444. Add more event order tests
  445. Fix Mouse tests.
  446. Add event arg tests.
  447. 2005-09-27 Hisham Mardam Bey <[email protected]>
  448. * LabelTest.cs : Added more event tests (external handlers)
  449. Added event arg checks
  450. Fixed OnPaint tests.
  451. Seperated invalidation tests.
  452. 2005-09-26 Hisham Mardam Bey <[email protected]>
  453. * ScrollBarTest.cs : Add more tests for event firing order
  454. Messages to simulate mouse events
  455. 2005-09-23 Ritvik Mayank <[email protected]>
  456. * ErrorProviderTest.cs : Added test case for ErrorProvider
  457. 2005-09-23 Hisham Mardam Bey <[email protected]>
  458. * LabelTest.cs : Added messages to simulate Key* events.
  459. Key* events have tests now.
  460. 2005-09-22 Hisham Mardam Bey <[email protected]>
  461. * LabelTest.cs : Implement event firing order tests.
  462. * ScrollBarTest.cs : Implement event firing order tests.
  463. 2005-09-22 Jordi Mas i Hernandez <[email protected]>
  464. * MenuTest.cs: Fixes some tests
  465. * MenuItemTest.cs: New unit test
  466. 2005-09-21 Hisham Mardam Bey <[email protected]>
  467. * LabelTest.cs : Several new tests.
  468. * ScrollBarTest.cs : Several new tests.
  469. * bitmaps : added dir containing images for tests.
  470. 2005-09-21 Jordi Mas i Hernandez <[email protected]>
  471. * ListViewItemTest.cs: New unit test
  472. 2005-09-20 Jordi Mas i Hernandez <[email protected]>
  473. * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
  474. LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
  475. ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs,
  476. ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,
  477. ToolBarTest.cs, MenuTest.cs
  478. Remove all the tests that are giving errors. All of them should
  479. be reviewed. Right now having this text throwing 40 errors do not
  480. help at all to do regression testing. Peter has already assigned
  481. a group of controls to every developer that will be tested and
  482. reviewed.
  483. 2005-09-20 Ritvik Mayank <[email protected]>
  484. * PictureBoxTest.cs : Test case for PictureBox
  485. 2005-09-08 Ritvik Mayank <[email protected]>
  486. * MonthCalendarTest.cs : Test case for MonthCalendar
  487. 2005-08-29 Ritvik Mayank <[email protected]>
  488. * ProgressBarTest.cs : Test case for ProgressBar
  489. * ToolBarTest.cs : Test case for ToolBar
  490. * ToolTipTest.cs : Test case for ToolTip
  491. * RichTextBoxTest.cs : Test case for RichTextBox
  492. 2005-08-16 Martin Baulig <[email protected]>
  493. * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
  494. to make it compile.
  495. 2005-08-16 Ritvik Mayank <[email protected]>
  496. * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
  497. ListViewTest.cs: enhancement and cleanup
  498. 2005-08-16 Ritvik Mayank <[email protected]>
  499. * ImageListTest.cs : Test case for ImageList
  500. * RadioButtonTest.cs : Test case for RadioButton
  501. * ScrollBarTest.cs : Test case for ScrollBar
  502. * StatusBatTest.cs : Test case for StatusBar
  503. 2005-08-10 Ritvik Mayank <[email protected]>
  504. * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
  505. yet implemented)
  506. 2005-08-08 Jordi Mas i Hernandez <[email protected]>
  507. * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
  508. * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
  509. 2005-08-06 Ritvik Mayank <[email protected]>
  510. * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
  511. 2005-08-05 Ritvik Mayank <[email protected]>
  512. * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
  513. LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
  514. CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
  515. CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
  516. FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
  517. ListViewEventTest.cs :
  518. Cleanup, Ignored tests which need manual intervention,
  519. work still in progress.
  520. 2005-08-05 Jordi Mas i Hernandez <[email protected]>
  521. * DataGridTextBoxColumnTest.cs: test fixes and enhancements
  522. * GridTableStylesCollectionTest.cs: test fixes and enhancements
  523. * DataGridTest.cs: test fixes and enhancements
  524. * DataGridCellTest.cs: New unit test
  525. * GridColumnStylesCollectionTest.cs: test fixes and enhancements
  526. * DataGridTableStyleTest.cs: test fixes and enhancements
  527. 2005-08-04 Peter Dennis Bartok <[email protected]>
  528. * ControlTest.cs: Cleanup, fixed commented out tests with syntax
  529. errors, streamlined a few tests, added full tab order test, still
  530. work in progress
  531. 2005-08-02 Ritvik Mayank <[email protected]>
  532. * FormTest.cs : Test case for Form
  533. * GropBoxTest : Test case for GroupBox
  534. * MenuTest.cs : Test case for Menu
  535. * ImageListTest.cs : Test case for ImageList
  536. 2005-07-26 Ritvik Mayank <[email protected]>
  537. * ListViewTest.cs : Test case for ListView
  538. * ListViewEventTest.cs : Test case for ListView events
  539. * ComboBoxTest.cs : Test case for ComboBox
  540. * FormEventTest.cs : Test case for Form events
  541. 2005-07-12 Ritvik Mayank <[email protected]>
  542. * CheckBoxTest.cs : Test case for CheckBox
  543. * CheckBoxEventTest.cs : Test case for CheckBox events
  544. * CheckedListBoxTest.cs : Test case for CheckedListBox
  545. * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
  546. 2005-07-05 Jordi Mas i Hernandez <[email protected]>
  547. * DataGridTextBoxColumnTest.cs: Test case
  548. * GridTableStylesCollectionTest.cs: Test case
  549. * DataGridTest.cs: Test case
  550. * GridColumnStylesCollectionTest.cs: Test case
  551. * DataGridTableStyleTest.cs: Test case
  552. 2005-07-04 Ritvik Mayank <[email protected]>
  553. * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
  554. * ListBoxEventTest.cs : Test Cases for ListBox Events
  555. 2005-06-13 Ritvik Mayank <[email protected]>
  556. * TextBoxTest.cs : Test Cases for TextBox
  557. * BUttonTest.cs : Test Cases for Buttons
  558. 2005-05-11 Ritvik Mayank <[email protected]>
  559. * ControlEventTest.cs : Test Cases for Events
  560. 2005-05-02 Ritvik Mayank <[email protected]>
  561. * ControlTest.cs : Minor modifications
  562. 2005-05-02 Ritvik Mayank <[email protected]>
  563. * ControlTest.cs : Test for Control
  564. 2005-04-25 Ritvik Mayank <[email protected]>
  565. * LabelPropertyTest.cs : Test for Label
  566. 2004-11-29 Marek Safar <[email protected]>
  567. * TreeViewTest.cs : Test for TreeView
  568. * TreeNodeTest.cs : Test for TreeNode
  569. 2004-11-29 Ravindra <[email protected]>
  570. * ImageIndexConverter.cs : Test for ImageIndexConversion.