ChangeLog 20 KB

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