ChangeLog 30 KB

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