ChangeLog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. 2006-12-04 Jackson Harper <[email protected]>
  2. * TextBoxTest: More of these tests work now.
  3. 2006-12-04 Chris Toshok <[email protected]>
  4. * PrintDialogTest.cs: add [Category("Printing")] to all these
  5. tests so I can exclude them.
  6. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  7. * StatusBarPanelTest.cs: Added a test for invalid
  8. minimum widths.
  9. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  10. * MdiFormTest.cs: Change a few tests to dispose of
  11. the form when the test is finished.
  12. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  13. * MdiFormTest.cs: Added a few NotWorking tests for
  14. initial form location.
  15. 2006-12-04 Everaldo Canuto <[email protected]>
  16. * LabelTest.cs: Add tests for sizes, test for bug #80137.
  17. 2006-12-01 Rolf Bjarne Kvinge <[email protected]>
  18. * MdiFormTest.cs: All current NotWorking tests are now
  19. working, added a few more tests.
  20. 2006-12-01 Gert Driesen <[email protected]>
  21. * CurrencyManagerTest.cs: Added test for bug #80107.
  22. 2006-12-01 Gert Driesen <[email protected]>
  23. * DataGridTest.cs: Fixed build.
  24. 2006-12-01 Gert Driesen <[email protected]>
  25. * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
  26. 2006-12-01 Everaldo Canuto <[email protected]>
  27. * MenuTest.cs: Tag property assert for 2.0 profile.
  28. 2006-11-30 Everaldo Canuto <[email protected]>
  29. * ToolBarTest.cs:
  30. - Remove ButtonSize.Width and ButtonSize.Height assert because
  31. it depends of system metrics and diferent fonts can cause
  32. diferent sizes.
  33. - Remove "NotWorking" mark from ToolBarPropertyTest, this test
  34. now must works well.
  35. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  36. * MessageTest.cs: Added test for ToString.
  37. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  38. * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
  39. 2006-11-30 Gert Driesen <[email protected]>
  40. * MenuItemTest.cs: Added test for Text property.
  41. 2006-11-29 Chris Toshok <[email protected]>
  42. * BindingTest.cs: add two new tests.
  43. 2006-11-28 Rolf Bjarne Kvinge <[email protected]>
  44. * TrackBar.cs: Changed SizeTest and OrientationTest
  45. to work on MS with both WinXP theme and Win2K theme.
  46. 2006-11-26 Gert Driesen <[email protected]>
  47. * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
  48. 2006-11-26 Gert Driesen <[email protected]>
  49. * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
  50. 2006-11-26 Gert Driesen <[email protected]>
  51. * FormTest.cs: Added test for bug #80052.
  52. 2006-11-25 Gert Driesen <[email protected]>
  53. * MdiFormTest.cs: Added test for bug #80036.
  54. 2006-11-24 Gert Driesen <[email protected]>
  55. * MdiFormTest.cs: Added NotWorking test for Form.Text.
  56. 2006-11-23 Gert Driesen <[email protected]>
  57. * FormTest.cs: Added test for bug #80020.
  58. * MdiFormTest.cs: Fixed typo, added additonal info.
  59. 2006-11-23 Gert Driesen <[email protected]>
  60. * MdiFormTest.cs: Improved Text test to also verify behavior when
  61. Text of MDI child or container is empty. Added NotWorking test for
  62. Text after MDI is maximized. Added comment with existing NotWorking
  63. test for ActiveMdiChild.
  64. 2006-11-23 Gert Driesen <[email protected]>
  65. * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
  66. ToStringTest.
  67. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  68. * ControlTest.cs: Added tests for #79999.
  69. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  70. * MdiFormTest.cs: Added tests for WindowState (mdi
  71. children) and Text (mdi parent with maximized mdi
  72. children).
  73. 2006-11-13 Gert Driesen <[email protected]>
  74. * ControlEventTest.cs: Added tests for Invalidated event.
  75. * TreeNodeCollectionTest.cs: Added IList indexer tests.
  76. 2006-11-12 Gert Driesen <[email protected]>
  77. * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
  78. 2006-11-11 Gert Driesen <[email protected]>
  79. * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
  80. 2006-11-09 Gert Driesen <[email protected]>
  81. * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
  82. * UpDownTest.cs: Fixed ToStringTest.
  83. 2006-11-09 Alexander Olk <[email protected]>
  84. * CommonDialogsTest.cs: Added
  85. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  86. * StatusBarPanelTest.cs: Added tests for bug #79842
  87. and tests for default properties.
  88. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  89. * TrackBarTest.cs: Added tests for bug #79718.
  90. 2006-11-08 Gert Driesen <[email protected]>
  91. * TextBoxTest.cs: Added test for bug #79851.
  92. 2006-11-07 Gert Driesen <[email protected]>
  93. * TabControlTest.cs: Added test for bug #79847.
  94. 2006-11-04 Chris Toshok <[email protected]>
  95. * ControlTest.cs: enable a bunch more of these on linux, and split
  96. out problematic areas into smaller NotWorking tests.
  97. 2006-11-04 Chris Toshok <[email protected]>
  98. * FormTest.cs: add a few more tests to determine various aspects
  99. of the Close() method.
  100. 2006-11-04 Chris Toshok <[email protected]>
  101. * FormTest.cs: add a test to more accurately test for bug #79155
  102. (make sure an ObjectDisposedException is thrown if you Show() a
  103. Form you just Close()'d).
  104. 2006-11-04 Gert Driesen <[email protected]>
  105. * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
  106. 2006-11-04 Gert Driesen <[email protected]>
  107. * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
  108. #79812. Added (NotWorking) SelectedText tests.
  109. 2006-11-01 Gert Driesen <[email protected]>
  110. * TextBoxTest.cs: Added tests for part of bug #79799.
  111. 2006-11-01 Gert Driesen <[email protected]>
  112. * ControlTest.cs: Fixed build using csc 1.x.
  113. 2006-10-30 Alexander Olk <[email protected]>
  114. * PictureBoxTest.cs: Enable the previously not working
  115. ToStringMethodTest and move the not working Image property
  116. test to its own method.
  117. * UpDownTest.cs: Added
  118. 2006-10-29 Chris Toshok <[email protected]>
  119. * ControlTest.cs: correct namespace and add TopLevelControlTest
  120. for bug #79781.
  121. 2006-10-29 Alexander Olk <[email protected]>
  122. * FormTest.cs: Fix typo.
  123. 2006-10-13 Gert Driesen <[email protected]>
  124. * PropertyGridTest.cs: Enabled previously not-working tests.
  125. 2006-10-13 Gert Driesen <[email protected]>
  126. * PropertyGridTest.cs: Added some tests for PropertyGrid.
  127. 2006-10-13 Andreia Gaita <[email protected]>
  128. * FocusTest.cs: add more test cases for GetNextControl.
  129. see #78650
  130. 2006-10-11 Chris Toshok <[email protected]>
  131. * ToolBarTest.cs: add test for ToolBarButton rectangles.
  132. 2006-10-06 Gert Driesen <[email protected]>
  133. * ListViewCollectionsTest.cs: Added tests for bug #79415.
  134. * ListViewTest.cs: Enabled test for bug #79416.
  135. 2006-10-03 Sebastien Pouliot <[email protected]>
  136. * ContainerControlTest.cs: New. Add a few test cases for
  137. GetContainerControl method.
  138. 2006-10-02 Sebastien Pouliot <[email protected]>
  139. * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
  140. 2006-10-02 Sebastien Pouliot <[email protected]>
  141. * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
  142. as NonWorking (see bug #79552). Fixed line-endings.
  143. 2006-09-22 Sebastien Pouliot <[email protected]>
  144. * SystemInformationTest.cs: Add tests case for MenuFont.
  145. 2006-09-18 Jonathan Pobst <[email protected]>
  146. * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
  147. 2006-09-13 Jonathan Pobst <[email protected]>
  148. * SplitContainerTests.cs: Added.
  149. 2006-09-11 Gert Driesen <[email protected]>
  150. * ListViewTest.cs: Added test for bug #79076. Added tests for
  151. sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
  152. NotWorking).
  153. * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
  154. and ListViewItemCollection fixes.
  155. 2006-09-01 Carlos Alberto Cortez <[email protected]>
  156. * ComboBoxTest.cs: Add tests for sorting and selection handling.
  157. Deal with a couple of exception mismatches in 2_0.
  158. 2006-08-21 Carlos Alberto Cortez <[email protected]>
  159. * ComboBoxTest.cs: Add tests for CB.ObjectCollection
  160. methods throwing ArgumentNullException.
  161. 2006-08-18 Carlos Alberto Cortez <[email protected]>
  162. * ComboBoxTest.cs: Add tests for adding/modifying null items
  163. in ObjectCollection.
  164. * ListBox.cs: Likewise.
  165. 2006-08-08 Chris Toshok <[email protected]>
  166. * GridTableStylesCollectionTest.cs: make this fixture public so
  167. it's actually included, and add a test for changing the
  168. MappingName of a constituent TableStyle.
  169. 2006-07-30 Carlos Alberto Cortez <[email protected]>
  170. * PrintDialogTest.cs: Added.
  171. 2006-07-21 Matt Hargett ([email protected])
  172. * ControlTest.cs: Added tests for MinimumSize/MaximumSize
  173. 2006-07-20 Carlos Alberto Cortez <[email protected]>
  174. * ListControlTest.cs: Added DataSourceWrongArgumentType method
  175. to test the exception being thrown.
  176. 2006-07-18 Carlos Alberto Cortez <[email protected]>
  177. * ListControlTest.cs: Added.
  178. 2006-07-14 Jonathan Pobst <[email protected]>
  179. * EventArgsTest.cs: Added
  180. 2006-07-10 Chris Toshok <[email protected]>
  181. * DataGridTest.cs: make this class public so it shows up in the
  182. list of fixtures (and its tests get run).
  183. * CurrencyManagerTest.cs: add a test that just spews properties
  184. about the currency manager and the datasource, as well as a test
  185. for the finalType field.
  186. 2006-07-07 Chris Toshok <[email protected]>
  187. * DataGridTableStyleTest.cs: couple more tests.
  188. 2006-07-06 Peter Dennis Bartok <[email protected]>
  189. * ControlTest.cs: Added "LinkLabel with link" test
  190. 2006-06-30 Chris Toshok <[email protected]>
  191. * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
  192. default DataGridTableStyle.
  193. 2006-06-23 Chris Toshok <[email protected]>
  194. * PropertyManagerTest.cs: new tests regarding the
  195. [Related]PropertyManager class.
  196. 2006-06-19 Peter Dennis Bartok <[email protected]>
  197. * ControlTest.cs: Added tests for enabled state inheritance
  198. 2006-06-19 Chris Toshok <[email protected]>
  199. * CurrencyManagerTest.cs: add some tests for related currency
  200. managers.
  201. * BindingContextTest.cs: add a test for
  202. BindingContext.CollectionChanged -=. Also add a test for passing
  203. null for data_member to BindingContext.Contains.
  204. 2006-06-06 Carlos Alberto Cortez <[email protected]>
  205. * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
  206. setter.
  207. 2006-06-01 Chris Toshok <[email protected]>
  208. * CurrencyManagerTest.cs: add a few tests to see what events are
  209. being emitted in which order from AddNew, CancelCurrentEdit and
  210. EndCurrentEdit.
  211. 2006-05-31 Peter Dennis Bartok <[email protected]>
  212. * LabelTest.cs:
  213. - Added (still unused) fuzzy compare for events
  214. - Disabled event order tests, they are too strict
  215. * ScrollBarTest.cs: Disabled event order tests, are too strict
  216. 2006-05-25 Jackson Harper <[email protected]>
  217. * TreeViewTest.cs: Add a couple of default properties. Put in
  218. correct namespace.
  219. * TabControlTest.cs: Put in correct namespace.
  220. 2006-05-25 Atsushi Enomoto <[email protected]>
  221. * BindingContextTest.cs : added more tests for Item, Contains()
  222. and GetEnumerator().
  223. 2006-05-18 Sebastien Pouliot <[email protected]>
  224. * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
  225. 2006-05-18 Atsushi Enomoto <[email protected]>
  226. Some compat fixes found by make run-test-ondotnet:
  227. * ListBoxTest.cs : they don't throw exceptions.
  228. * RichTextBoxTest.cs,
  229. ScrollBarTest.cs,
  230. ComboBoxTest.cs,
  231. ComboBoxTests.cs : Commented some lines out since they are
  232. environment (especially desktop theme) dependent.
  233. TabControlTest.cs : SetSelectedIndex() was my bad that the test
  234. needed the tab control be drawn to pass the test.
  235. Some tests are env. dependent (as well as others).
  236. 2006-05-16 Miguel de Icaza <[email protected]>
  237. * DataGridTest.cs: Add a test case based on 78420, confirm that
  238. the fix works.
  239. 2006-05-15 Atsushi Enomoto <[email protected]>
  240. * TabControlTest.cs : added test for bug #78395.
  241. 2006-04-16 Gert Driesen <[email protected]>
  242. * TabControlTest.cs: Added test for bug #78121. Marked failing tests
  243. NotWorking. Set eol-style to native.
  244. 2006-04-12 Peter Dennis Bartok <[email protected]>
  245. * ControlTest.cs: Added backcolor tests related to transparency
  246. (bug #78026)
  247. 2006-03-31 Peter Dennis Bartok <[email protected]>
  248. * ControlTest.cs: Ignore Invoke test, it hangs
  249. 2006-02-28 Matt Hargett ([email protected])
  250. * ComboBoxTests.cs: Added
  251. 2006-02-02 Peter Dennis Bartok <[email protected]>
  252. * ControlTest.cs: Added test for layout nesting
  253. * MonthCalendarTest.cs: Fixed typo in class name
  254. 2005-12-01 Jackson Harper <[email protected]>
  255. * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
  256. SingleNodeIndexTest.
  257. - Fixed warning CS0219. Patches by Dieter Bremes
  258. 2005-11-12 Pedro Martínez Juliá <[email protected]>
  259. * DataGridViewElementTest.cs DataGridViewBandTest.cs
  260. DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
  261. DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
  262. Add some DataGridView tests.
  263. 2005-11-11 Ankit Jain <[email protected]>
  264. * RichTextBoxTest.cs: Fix typos.
  265. 2005-11-09 Peter Dennis Bartok <[email protected]>
  266. * RichTextBoxTest.cs: Added Find() tests
  267. 2005-11-05 Kornél Pál <[email protected]>
  268. * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
  269. 2005-10-18 Jordi Mas i Hernandez <[email protected]>
  270. * ListViewCollectionsTest.cs: Add tests for the ListView Collections
  271. 2005-10-17 Ritvik Mayank <[email protected]>
  272. * TabControlTest.cs : Added test case for TabControl
  273. 2005-10-16 Ritvik Mayank <[email protected]>
  274. * TrackBarTest.cs : Added test case for TrackBar
  275. 2005-10-16 Jordi Mas i Hernandez <[email protected]>
  276. * DataGridBoolColumn.cs: fixes warning
  277. 2005-10-10 Peter Dennis Bartok <[email protected]>
  278. * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
  279. order for want and actual to avoid misleading errors
  280. 2005-10-07 Peter Dennis Bartok <[email protected]>
  281. * GenerateControlStyleTest.cs: Code to auto-generate the
  282. source file ControlStyleTest.cs
  283. * ControlStyleTest.cs: Tests for testing ControlStyles
  284. 2005-09-28 Hisham Mardam Bey <[email protected]>
  285. * Common.cs : Add common things here.
  286. * LabelTest.cs : Remove common declarations to Common.cs
  287. * ScrollBarTest.cs : Remove common declarations to Common.cs
  288. Add more propery range / exception tests
  289. Add more event order tests
  290. Fix Mouse tests.
  291. Add event arg tests.
  292. 2005-09-27 Hisham Mardam Bey <[email protected]>
  293. * LabelTest.cs : Added more event tests (external handlers)
  294. Added event arg checks
  295. Fixed OnPaint tests.
  296. Seperated invalidation tests.
  297. 2005-09-26 Hisham Mardam Bey <[email protected]>
  298. * ScrollBarTest.cs : Add more tests for event firing order
  299. Messages to simulate mouse events
  300. 2005-09-23 Ritvik Mayank <[email protected]>
  301. * ErrorProviderTest.cs : Added test case for ErrorProvider
  302. 2005-09-23 Hisham Mardam Bey <[email protected]>
  303. * LabelTest.cs : Added messages to simulate Key* events.
  304. Key* events have tests now.
  305. 2005-09-22 Hisham Mardam Bey <[email protected]>
  306. * LabelTest.cs : Implement event firing order tests.
  307. * ScrollBarTest.cs : Implement event firing order tests.
  308. 2005-09-22 Jordi Mas i Hernandez <[email protected]>
  309. * MenuTest.cs: Fixes some tests
  310. * MenuItemTest.cs: New unit test
  311. 2005-09-21 Hisham Mardam Bey <[email protected]>
  312. * LabelTest.cs : Several new tests.
  313. * ScrollBarTest.cs : Several new tests.
  314. * bitmaps : added dir containing images for tests.
  315. 2005-09-21 Jordi Mas i Hernandez <[email protected]>
  316. * ListViewItemTest.cs: New unit test
  317. 2005-09-20 Jordi Mas i Hernandez <[email protected]>
  318. * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
  319. LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
  320. ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs,
  321. ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,
  322. ToolBarTest.cs, MenuTest.cs
  323. Remove all the tests that are giving errors. All of them should
  324. be reviewed. Right now having this text throwing 40 errors do not
  325. help at all to do regression testing. Peter has already assigned
  326. a group of controls to every developer that will be tested and
  327. reviewed.
  328. 2005-09-20 Ritvik Mayank <[email protected]>
  329. * PictureBoxTest.cs : Test case for PictureBox
  330. 2005-09-08 Ritvik Mayank <[email protected]>
  331. * MonthCalendarTest.cs : Test case for MonthCalendar
  332. 2005-08-29 Ritvik Mayank <[email protected]>
  333. * ProgressBarTest.cs : Test case for ProgressBar
  334. * ToolBarTest.cs : Test case for ToolBar
  335. * ToolTipTest.cs : Test case for ToolTip
  336. * RichTextBoxTest.cs : Test case for RichTextBox
  337. 2005-08-16 Martin Baulig <[email protected]>
  338. * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
  339. to make it compile.
  340. 2005-08-16 Ritvik Mayank <[email protected]>
  341. * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
  342. ListViewTest.cs: enhancement and cleanup
  343. 2005-08-16 Ritvik Mayank <[email protected]>
  344. * ImageListTest.cs : Test case for ImageList
  345. * RadioButtonTest.cs : Test case for RadioButton
  346. * ScrollBarTest.cs : Test case for ScrollBar
  347. * StatusBatTest.cs : Test case for StatusBar
  348. 2005-08-10 Ritvik Mayank <[email protected]>
  349. * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
  350. yet implemented)
  351. 2005-08-08 Jordi Mas i Hernandez <[email protected]>
  352. * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
  353. * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
  354. 2005-08-06 Ritvik Mayank <[email protected]>
  355. * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
  356. 2005-08-05 Ritvik Mayank <[email protected]>
  357. * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
  358. LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
  359. CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
  360. CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
  361. FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
  362. ListViewEventTest.cs :
  363. Cleanup, Ignored tests which need manual intervention,
  364. work still in progress.
  365. 2005-08-05 Jordi Mas i Hernandez <[email protected]>
  366. * DataGridTextBoxColumnTest.cs: test fixes and enhancements
  367. * GridTableStylesCollectionTest.cs: test fixes and enhancements
  368. * DataGridTest.cs: test fixes and enhancements
  369. * DataGridCellTest.cs: New unit test
  370. * GridColumnStylesCollectionTest.cs: test fixes and enhancements
  371. * DataGridTableStyleTest.cs: test fixes and enhancements
  372. 2005-08-04 Peter Dennis Bartok <[email protected]>
  373. * ControlTest.cs: Cleanup, fixed commented out tests with syntax
  374. errors, streamlined a few tests, added full tab order test, still
  375. work in progress
  376. 2005-08-02 Ritvik Mayank <[email protected]>
  377. * FormTest.cs : Test case for Form
  378. * GropBoxTest : Test case for GroupBox
  379. * MenuTest.cs : Test case for Menu
  380. * ImageListTest.cs : Test case for ImageList
  381. 2005-07-26 Ritvik Mayank <[email protected]>
  382. * ListViewTest.cs : Test case for ListView
  383. * ListViewEventTest.cs : Test case for ListView events
  384. * ComboBoxTest.cs : Test case for ComboBox
  385. * FormEventTest.cs : Test case for Form events
  386. 2005-07-12 Ritvik Mayank <[email protected]>
  387. * CheckBoxTest.cs : Test case for CheckBox
  388. * CheckBoxEventTest.cs : Test case for CheckBox events
  389. * CheckedListBoxTest.cs : Test case for CheckedListBox
  390. * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
  391. 2005-07-05 Jordi Mas i Hernandez <[email protected]>
  392. * DataGridTextBoxColumnTest.cs: Test case
  393. * GridTableStylesCollectionTest.cs: Test case
  394. * DataGridTest.cs: Test case
  395. * GridColumnStylesCollectionTest.cs: Test case
  396. * DataGridTableStyleTest.cs: Test case
  397. 2005-07-04 Ritvik Mayank <[email protected]>
  398. * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
  399. * ListBoxEventTest.cs : Test Cases for ListBox Events
  400. 2005-06-13 Ritvik Mayank <[email protected]>
  401. * TextBoxTest.cs : Test Cases for TextBox
  402. * BUttonTest.cs : Test Cases for Buttons
  403. 2005-05-11 Ritvik Mayank <[email protected]>
  404. * ControlEventTest.cs : Test Cases for Events
  405. 2005-05-02 Ritvik Mayank <[email protected]>
  406. * ControlTest.cs : Minor modifications
  407. 2005-05-02 Ritvik Mayank <[email protected]>
  408. * ControlTest.cs : Test for Control
  409. 2005-04-25 Ritvik Mayank <[email protected]>
  410. * LabelPropertyTest.cs : Test for Label
  411. 2004-11-29 Marek Safar <[email protected]>
  412. * TreeViewTest.cs : Test for TreeView
  413. * TreeNodeTest.cs : Test for TreeNode
  414. 2004-11-29 Ravindra <[email protected]>
  415. * ImageIndexConverter.cs : Test for ImageIndexConversion.