ChangeLog 15 KB

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