ChangeLog 18 KB

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