ChangeLog 12 KB

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