2
0

ChangeLog 18 KB

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