ChangeLog 20 KB

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