ChangeLog 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061
  1. 2007-01-04 Jonathan Pobst <[email protected]>
  2. * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
  3. HelpProviderTest.cs: Add tests for Tag properties.
  4. * LinkAreaTest.cs: Add test for ToString.
  5. 2007-01-03 Gert Driesen <[email protected]>
  6. * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
  7. that is DPI-dependent.
  8. * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
  9. * TextBoxTest.cs: Ignore test that is DPI-dependent.
  10. 2007-01-02 Gert Driesen <[email protected]>
  11. * ControlTest.cs: Added FontHeight test.
  12. 2007-01-02 Gert Driesen <[email protected]>
  13. * ListControlTest.cs: Added test for AllowSelection.
  14. * UpDownTest.cs: MockItem is now nested class.
  15. * ListBoxTest.cs: Added test for AllowSelection.
  16. * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
  17. SelectionMode, Text and ValueMember.
  18. 2007-01-01 Gert Driesen <[email protected]>
  19. * ToolBarTest.cs: Enabled test for bug #80416.
  20. 2006-12-31 Chris Toshok <[email protected]>
  21. * ControlEventTest.cs: add SizeChanged to the resize/layout event
  22. test.
  23. 2006-12-31 Chris Toshok <[email protected]>
  24. * ControlTest.cs: new test for Anchor/Dock interactions. Also add
  25. tests for Control.SetTopLevel.
  26. 2006-12-31 Andreia Gaita <[email protected]>
  27. * ContainerControlTest.cs / FocusTest.cs: Moved Gert's
  28. ActiveControl tests to FocusTest, for easier management.
  29. Add Validation tests.
  30. 2006-12-31 Gert Driesen <[email protected]>
  31. * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
  32. 2006-12-31 Gert Driesen <[email protected]>
  33. * ToolBarTest.cs: Added test for bug #80416.
  34. 2006-12-30 Gert Driesen <[email protected]>
  35. * ContainerControlTest.cs: Added tests for ActiveControl.
  36. 2006-12-30 Chris Toshok <[email protected]>
  37. * DefaultLayoutTest.cs: add some more variants for the test for
  38. 80336, and remove the NotWorking from the 80336 test.
  39. * SendKeysTest.cs: mark these tests as not working with Xvfb so I
  40. can exclude them.
  41. 2006-12-29 Gert Driesen <[email protected]>
  42. * DataGridTest.cs: Fixed compiler warnings.
  43. 2006-12-29 Gert Driesen <[email protected]>
  44. * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
  45. until Theme.DefaultFont change is approved.
  46. 2006-12-29 Chris Toshok <[email protected]>
  47. * ControlEventTest.cs: add a test to determine the ordering of
  48. Layout/Resize events.
  49. 2006-12-29 Gert Driesen <[email protected]>
  50. * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
  51. 2006-12-29 Gert Driesen <[email protected]>
  52. * ControlTest.cs: Added test for Font and ResetFont.
  53. * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
  54. 2006-12-29 Gert Driesen <[email protected]>
  55. * ControlTest.cs: Improved DoubleBufferedTest.
  56. 2006-12-28 Chris Toshok <[email protected]>
  57. * ControlTest.cs: add a test to check whether parent.PerformLayout
  58. is called from OnResized (it isn't).
  59. * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
  60. including the (not working) test case in bug #80336. Move the
  61. docking/undocking tests here.
  62. 2006-12-28 Rolf Bjarne Kvinge <[email protected]>
  63. * ControlTest.cs: More tests for double buffers.
  64. 2006-12-28 Rolf Bjarne Kvinge <[email protected]>
  65. * ControlTest.cs: Added double buffering tests.
  66. 2006-12-27 Gert Driesen <[email protected]>
  67. * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
  68. test for invisible control.
  69. 2006-12-27 Gert Driesen <[email protected]>
  70. * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
  71. MaxDate and MinDate on 2.0 profile. Removed extra tabs.
  72. 2006-12-27 Jonathan Pobst <[email protected]>
  73. * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
  74. ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
  75. ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
  76. 2006-12-27 Rolf Bjarne Kvinge <[email protected]>
  77. * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
  78. 2006-12-27 Gert Driesen <[email protected]>
  79. * ScrollableControlTest.cs: Added tests for AutoScroll and
  80. AutoScrollMinSize.
  81. 2006-12-26 Gert Driesen <[email protected]>
  82. * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
  83. 2006-12-26 Rolf Bjarne Kvinge <[email protected]>
  84. * ControlTest.cs: Added NotWorking test for DoubleBuffered.
  85. 2006-12-26 Gert Driesen <[email protected]>
  86. * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
  87. IsFormatProviderDefault.
  88. * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
  89. RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
  90. 2006-12-23 Gert Driesen <[email protected]>
  91. * DateTimePickerTest.cs: Fixed line endings.
  92. * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
  93. 2006-12-23 Daniel Nauck <[email protected]>
  94. * UserControlTest.cs: Add.
  95. 2006-12-23 Gert Driesen <[email protected]>
  96. * ControlTest.cs: Enabled test for bug #80280.
  97. 2006-12-21 Gert Driesen <[email protected]>
  98. * RichTextBoxTest.cs: Added test for bug #80301.
  99. * TextBoxTest.cs: Added test for bug #80301.
  100. 2006-12-21 Daniel Nauck <[email protected]>
  101. * ComboBoxTest.cs,
  102. TextBoxTest.cs: Added AutoComplete property tests.
  103. 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
  104. * DateTimePickerTest.cs: Created.
  105. 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
  106. * MonthCalendarTest.cs:
  107. - Enable tests again.
  108. - Added tests for *BoldedDates.
  109. * ControlTest.cs: Added test for BackgroundImageLayout.
  110. 2006-12-19 Chris Toshok <[email protected]>
  111. * DataGridViewBandTest.cs: nuke this file, as there's no way to
  112. construct a DataGridViewBand in isolation (exception through
  113. reflection).
  114. 2006-12-19 Chris Toshok <[email protected]>
  115. * RowStyleTest.cs: unit tests for RowStyle.
  116. * ColumnStyleTest.cs: unit tests for ColumnStyle.
  117. 2006-12-19 Carlos Alberto Cortez <[email protected]>
  118. * ListViewCollectionsTest.cs: Added tests for the new 2.0
  119. methods and properties (SelectedIndexCollection,
  120. SelectedItemCollection, and ListViewSubItemCollection).
  121. * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
  122. 2006-12-19 Gert Driesen <[email protected]>
  123. * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
  124. AddRange overloads.
  125. * TreeViewTest.cs: Fixed ExpandAll tests.
  126. 2006-12-19 Daniel Nauck <[email protected]>
  127. * ApplicationTest.cs: Restart () test is 2.0 only.
  128. 2006-12-19 Daniel Nauck <[email protected]>
  129. * ApplicationTest.cs: Added test for Restart ().
  130. 2006-12-18 Rolf Bjarne Kvinge <[email protected]>
  131. * MonthCalendarTest.cs: Added test for DefaultMargin.
  132. 2006-12-18 Daniel Nauck <[email protected]>
  133. * DataGridViewAdvancedBorderStyleTest.cs,
  134. DataGridViewRowTest.cs,
  135. DataGridViewElementTest.cs,
  136. DataGridViewCellTest.cs,
  137. DataGridViewCellStyleTest.cs,
  138. DataGridViewTest.cs: fixed NUnit obsolete warnings and
  139. DataGridView tests against .NET 2.0
  140. 2006-12-17 Daniel Nauck <[email protected]>
  141. * ButtonTest.cs: Added tests for FlatButtonAppearance.
  142. 2006-12-17 Gert Driesen <[email protected]>
  143. * TreeViewTest.cs: Added tests for bug #80284.
  144. 2006-12-17 Gert Driesen <[email protected]>
  145. * ControlTest.cs: Added (notworking) test for bug #80280.
  146. Removed extra tabs.
  147. 2006-12-16 Andreia Gaita <[email protected]>
  148. * TabControlTest.cs: Fixed SelectedIndex tests
  149. for MS.NET 2.0
  150. 2006-12-16 Andreia Gaita <[email protected]>
  151. * SendKeysTest.cs: Test cases for SendKeys
  152. These tests can only run in ms.net one at a time.
  153. Since ms.net apparently hooks the keyboard to
  154. implement this, running two tests in a row
  155. makes the second test run before the hook
  156. of the first test is released, effectively
  157. hanging the keyboard. CTRL-ALT-DEL releases
  158. the keyboard, but the test still hangs.
  159. Running each test separately works.
  160. 2006-12-16 Daniel Nauck <[email protected]>
  161. * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
  162. 2006-12-16 Daniel Nauck <[email protected]>
  163. * PaddingTest.cs: new tests for Padding.
  164. 2006-12-15 Daniel Nauck <[email protected]>
  165. * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
  166. * ListViewItemTest.cs: add new ListViewSubItem text property test.
  167. 2006-12-15 Daniel Nauck <[email protected]>
  168. * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
  169. 2006-12-15 Daniel Nauck <[email protected]>
  170. * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
  171. 2006-12-15 Daniel Nauck <[email protected]>
  172. * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
  173. 2006-12-15 Daniel Nauck <[email protected]>
  174. * ListViewGroupTest.cs: new tests for ListViewGroups.
  175. * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
  176. 2006-12-14 Gert Driesen <[email protected]>
  177. * TabControlTest.cs: Added tests for Control.RemoveAt.
  178. 2006-12-13 Carlos Alberto Cortez <[email protected]>
  179. * ListViewItemTest.cs:
  180. * ListViewCollectionsTest.cs: Add tests for the new 2.0
  181. ListViewItemCollection methods (IndexOfKey, ContainsKey,
  182. new indexer overload, Find, RemoveByKey).
  183. 2006-12-13 Gert Driesen <[email protected]>
  184. * TextBoxTest.cs: Added test for bug #80163.
  185. 2006-12-13 Gert Driesen <[email protected]>
  186. * ControlTest.cs: Improved Region test.
  187. 2006-12-12 Andreia Gaita <[email protected]>
  188. * ControlTest.cs: Add region tests.
  189. 2006-12-12 Rolf Bjarne Kvinge <[email protected]>
  190. * ControlTest.cs: add tests for WM_PARENTNOTIFY.
  191. 2006-12-11 Chris Toshok <[email protected]>
  192. * ControlTest.cs: add some unit tests for null parameters to some
  193. of the ControlCollection methods.
  194. 2006-12-11 Gert Driesen <[email protected]>
  195. * ControlTest.cs: Added test for invalid Dock value.
  196. 2006-12-11 Andreia Gaita <[email protected]>
  197. * TabControlTest.cs: add tests to check if SelectedIndex is
  198. properly set if the TabControl has no pages, before and
  199. after the handle is created
  200. 2006-12-10 Chris Toshok <[email protected]>
  201. * ColumnClickEventArgsTest.cs: new tests.
  202. 2006-12-10 Gert Driesen <[email protected]>
  203. * TabControlTest.cs: Added SelectedIndex tests.
  204. 2006-12-08 Chris Toshok <[email protected]>
  205. * ButtonTest.cs: add tests for DialogResult changes when setting
  206. Form.AcceptButton and Form.CancelButton.
  207. 2006-12-08 Chris Toshok <[email protected]>
  208. * MenuItemTest.cs: add test for menu item events when cloning menu
  209. items. Tests for the bug in #80183.
  210. 2006-12-06 Chris Toshok <[email protected]>
  211. * FormTest.cs: make sure Form.ImeMode is NoControl by default.
  212. * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
  213. 2006-12-06 Chris Toshok <[email protected]>
  214. * RadioButtonTest.cs: add a couple of test involving TabStop.
  215. 2006-12-06 Chris Toshok <[email protected]>
  216. * ImageListTest.cs: add a rather complicated series of assertions
  217. about the imagelist ShouldSerialize/CanReset methods. these pass
  218. on MS and mono now, though. yay.
  219. 2006-12-06 Jackson Harper <[email protected]>
  220. * TextBoxTest.cs: Add a test for Modified property.
  221. - We need to put something on the clipboard before we can paste.
  222. 2006-12-04 Jackson Harper <[email protected]>
  223. * TextBoxTest: More of these tests work now.
  224. - Add a test to ensure that recieving focus selects all of the
  225. text
  226. 2006-12-04 Chris Toshok <[email protected]>
  227. * PrintDialogTest.cs: add [Category("Printing")] to all these
  228. tests so I can exclude them.
  229. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  230. * StatusBarPanelTest.cs: Added a test for invalid
  231. minimum widths.
  232. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  233. * MdiFormTest.cs: Change a few tests to dispose of
  234. the form when the test is finished.
  235. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  236. * MdiFormTest.cs: Added a few NotWorking tests for
  237. initial form location.
  238. 2006-12-04 Everaldo Canuto <[email protected]>
  239. * LabelTest.cs: Add tests for sizes, test for bug #80137.
  240. 2006-12-01 Rolf Bjarne Kvinge <[email protected]>
  241. * MdiFormTest.cs: All current NotWorking tests are now
  242. working, added a few more tests.
  243. 2006-12-01 Gert Driesen <[email protected]>
  244. * CurrencyManagerTest.cs: Added test for bug #80107.
  245. 2006-12-01 Gert Driesen <[email protected]>
  246. * DataGridTest.cs: Fixed build.
  247. 2006-12-01 Gert Driesen <[email protected]>
  248. * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
  249. 2006-12-01 Everaldo Canuto <[email protected]>
  250. * MenuTest.cs: Tag property assert for 2.0 profile.
  251. 2006-11-30 Everaldo Canuto <[email protected]>
  252. * ToolBarTest.cs:
  253. - Remove ButtonSize.Width and ButtonSize.Height assert because
  254. it depends of system metrics and diferent fonts can cause
  255. diferent sizes.
  256. - Remove "NotWorking" mark from ToolBarPropertyTest, this test
  257. now must works well.
  258. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  259. * MessageTest.cs: Added test for ToString.
  260. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  261. * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
  262. 2006-11-30 Gert Driesen <[email protected]>
  263. * MenuItemTest.cs: Added test for Text property.
  264. 2006-11-29 Chris Toshok <[email protected]>
  265. * BindingTest.cs: add two new tests.
  266. 2006-11-28 Rolf Bjarne Kvinge <[email protected]>
  267. * TrackBar.cs: Changed SizeTest and OrientationTest
  268. to work on MS with both WinXP theme and Win2K theme.
  269. 2006-11-26 Gert Driesen <[email protected]>
  270. * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
  271. 2006-11-26 Gert Driesen <[email protected]>
  272. * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
  273. 2006-11-26 Gert Driesen <[email protected]>
  274. * FormTest.cs: Added test for bug #80052.
  275. 2006-11-25 Gert Driesen <[email protected]>
  276. * MdiFormTest.cs: Added test for bug #80036.
  277. 2006-11-24 Gert Driesen <[email protected]>
  278. * MdiFormTest.cs: Added NotWorking test for Form.Text.
  279. 2006-11-23 Gert Driesen <[email protected]>
  280. * FormTest.cs: Added test for bug #80020.
  281. * MdiFormTest.cs: Fixed typo, added additonal info.
  282. 2006-11-23 Gert Driesen <[email protected]>
  283. * MdiFormTest.cs: Improved Text test to also verify behavior when
  284. Text of MDI child or container is empty. Added NotWorking test for
  285. Text after MDI is maximized. Added comment with existing NotWorking
  286. test for ActiveMdiChild.
  287. 2006-11-23 Gert Driesen <[email protected]>
  288. * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
  289. ToStringTest.
  290. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  291. * ControlTest.cs: Added tests for #79999.
  292. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  293. * MdiFormTest.cs: Added tests for WindowState (mdi
  294. children) and Text (mdi parent with maximized mdi
  295. children).
  296. 2006-11-13 Gert Driesen <[email protected]>
  297. * ControlEventTest.cs: Added tests for Invalidated event.
  298. * TreeNodeCollectionTest.cs: Added IList indexer tests.
  299. 2006-11-12 Gert Driesen <[email protected]>
  300. * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
  301. 2006-11-11 Gert Driesen <[email protected]>
  302. * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
  303. 2006-11-09 Gert Driesen <[email protected]>
  304. * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
  305. * UpDownTest.cs: Fixed ToStringTest.
  306. 2006-11-09 Alexander Olk <[email protected]>
  307. * CommonDialogsTest.cs: Added
  308. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  309. * StatusBarPanelTest.cs: Added tests for bug #79842
  310. and tests for default properties.
  311. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  312. * TrackBarTest.cs: Added tests for bug #79718.
  313. 2006-11-08 Gert Driesen <[email protected]>
  314. * TextBoxTest.cs: Added test for bug #79851.
  315. 2006-11-07 Gert Driesen <[email protected]>
  316. * TabControlTest.cs: Added test for bug #79847.
  317. 2006-11-04 Chris Toshok <[email protected]>
  318. * ControlTest.cs: enable a bunch more of these on linux, and split
  319. out problematic areas into smaller NotWorking tests.
  320. 2006-11-04 Chris Toshok <[email protected]>
  321. * FormTest.cs: add a few more tests to determine various aspects
  322. of the Close() method.
  323. 2006-11-04 Chris Toshok <[email protected]>
  324. * FormTest.cs: add a test to more accurately test for bug #79155
  325. (make sure an ObjectDisposedException is thrown if you Show() a
  326. Form you just Close()'d).
  327. 2006-11-04 Gert Driesen <[email protected]>
  328. * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
  329. 2006-11-04 Gert Driesen <[email protected]>
  330. * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
  331. #79812. Added (NotWorking) SelectedText tests.
  332. 2006-11-01 Gert Driesen <[email protected]>
  333. * TextBoxTest.cs: Added tests for part of bug #79799.
  334. 2006-11-01 Gert Driesen <[email protected]>
  335. * ControlTest.cs: Fixed build using csc 1.x.
  336. 2006-10-30 Alexander Olk <[email protected]>
  337. * PictureBoxTest.cs: Enable the previously not working
  338. ToStringMethodTest and move the not working Image property
  339. test to its own method.
  340. * UpDownTest.cs: Added
  341. 2006-10-29 Chris Toshok <[email protected]>
  342. * ControlTest.cs: correct namespace and add TopLevelControlTest
  343. for bug #79781.
  344. 2006-10-29 Alexander Olk <[email protected]>
  345. * FormTest.cs: Fix typo.
  346. 2006-10-13 Gert Driesen <[email protected]>
  347. * PropertyGridTest.cs: Enabled previously not-working tests.
  348. 2006-10-13 Gert Driesen <[email protected]>
  349. * PropertyGridTest.cs: Added some tests for PropertyGrid.
  350. 2006-10-13 Andreia Gaita <[email protected]>
  351. * FocusTest.cs: add more test cases for GetNextControl.
  352. see #78650
  353. 2006-10-11 Chris Toshok <[email protected]>
  354. * ToolBarTest.cs: add test for ToolBarButton rectangles.
  355. 2006-10-06 Gert Driesen <[email protected]>
  356. * ListViewCollectionsTest.cs: Added tests for bug #79415.
  357. * ListViewTest.cs: Enabled test for bug #79416.
  358. 2006-10-03 Sebastien Pouliot <[email protected]>
  359. * ContainerControlTest.cs: New. Add a few test cases for
  360. GetContainerControl method.
  361. 2006-10-02 Sebastien Pouliot <[email protected]>
  362. * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
  363. 2006-10-02 Sebastien Pouliot <[email protected]>
  364. * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
  365. as NonWorking (see bug #79552). Fixed line-endings.
  366. 2006-09-22 Sebastien Pouliot <[email protected]>
  367. * SystemInformationTest.cs: Add tests case for MenuFont.
  368. 2006-09-18 Jonathan Pobst <[email protected]>
  369. * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
  370. 2006-09-13 Jonathan Pobst <[email protected]>
  371. * SplitContainerTests.cs: Added.
  372. 2006-09-11 Gert Driesen <[email protected]>
  373. * ListViewTest.cs: Added test for bug #79076. Added tests for
  374. sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
  375. NotWorking).
  376. * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
  377. and ListViewItemCollection fixes.
  378. 2006-09-01 Carlos Alberto Cortez <[email protected]>
  379. * ComboBoxTest.cs: Add tests for sorting and selection handling.
  380. Deal with a couple of exception mismatches in 2_0.
  381. 2006-08-21 Carlos Alberto Cortez <[email protected]>
  382. * ComboBoxTest.cs: Add tests for CB.ObjectCollection
  383. methods throwing ArgumentNullException.
  384. 2006-08-18 Carlos Alberto Cortez <[email protected]>
  385. * ComboBoxTest.cs: Add tests for adding/modifying null items
  386. in ObjectCollection.
  387. * ListBox.cs: Likewise.
  388. 2006-08-08 Chris Toshok <[email protected]>
  389. * GridTableStylesCollectionTest.cs: make this fixture public so
  390. it's actually included, and add a test for changing the
  391. MappingName of a constituent TableStyle.
  392. 2006-07-30 Carlos Alberto Cortez <[email protected]>
  393. * PrintDialogTest.cs: Added.
  394. 2006-07-21 Matt Hargett ([email protected])
  395. * ControlTest.cs: Added tests for MinimumSize/MaximumSize
  396. 2006-07-20 Carlos Alberto Cortez <[email protected]>
  397. * ListControlTest.cs: Added DataSourceWrongArgumentType method
  398. to test the exception being thrown.
  399. 2006-07-18 Carlos Alberto Cortez <[email protected]>
  400. * ListControlTest.cs: Added.
  401. 2006-07-14 Jonathan Pobst <[email protected]>
  402. * EventArgsTest.cs: Added
  403. 2006-07-10 Chris Toshok <[email protected]>
  404. * DataGridTest.cs: make this class public so it shows up in the
  405. list of fixtures (and its tests get run).
  406. * CurrencyManagerTest.cs: add a test that just spews properties
  407. about the currency manager and the datasource, as well as a test
  408. for the finalType field.
  409. 2006-07-07 Chris Toshok <[email protected]>
  410. * DataGridTableStyleTest.cs: couple more tests.
  411. 2006-07-06 Peter Dennis Bartok <[email protected]>
  412. * ControlTest.cs: Added "LinkLabel with link" test
  413. 2006-06-30 Chris Toshok <[email protected]>
  414. * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
  415. default DataGridTableStyle.
  416. 2006-06-23 Chris Toshok <[email protected]>
  417. * PropertyManagerTest.cs: new tests regarding the
  418. [Related]PropertyManager class.
  419. 2006-06-19 Peter Dennis Bartok <[email protected]>
  420. * ControlTest.cs: Added tests for enabled state inheritance
  421. 2006-06-19 Chris Toshok <[email protected]>
  422. * CurrencyManagerTest.cs: add some tests for related currency
  423. managers.
  424. * BindingContextTest.cs: add a test for
  425. BindingContext.CollectionChanged -=. Also add a test for passing
  426. null for data_member to BindingContext.Contains.
  427. 2006-06-06 Carlos Alberto Cortez <[email protected]>
  428. * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
  429. setter.
  430. 2006-06-01 Chris Toshok <[email protected]>
  431. * CurrencyManagerTest.cs: add a few tests to see what events are
  432. being emitted in which order from AddNew, CancelCurrentEdit and
  433. EndCurrentEdit.
  434. 2006-05-31 Peter Dennis Bartok <[email protected]>
  435. * LabelTest.cs:
  436. - Added (still unused) fuzzy compare for events
  437. - Disabled event order tests, they are too strict
  438. * ScrollBarTest.cs: Disabled event order tests, are too strict
  439. 2006-05-25 Jackson Harper <[email protected]>
  440. * TreeViewTest.cs: Add a couple of default properties. Put in
  441. correct namespace.
  442. * TabControlTest.cs: Put in correct namespace.
  443. 2006-05-25 Atsushi Enomoto <[email protected]>
  444. * BindingContextTest.cs : added more tests for Item, Contains()
  445. and GetEnumerator().
  446. 2006-05-18 Sebastien Pouliot <[email protected]>
  447. * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
  448. 2006-05-18 Atsushi Enomoto <[email protected]>
  449. Some compat fixes found by make run-test-ondotnet:
  450. * ListBoxTest.cs : they don't throw exceptions.
  451. * RichTextBoxTest.cs,
  452. ScrollBarTest.cs,
  453. ComboBoxTest.cs,
  454. ComboBoxTests.cs : Commented some lines out since they are
  455. environment (especially desktop theme) dependent.
  456. TabControlTest.cs : SetSelectedIndex() was my bad that the test
  457. needed the tab control be drawn to pass the test.
  458. Some tests are env. dependent (as well as others).
  459. 2006-05-16 Miguel de Icaza <[email protected]>
  460. * DataGridTest.cs: Add a test case based on 78420, confirm that
  461. the fix works.
  462. 2006-05-15 Atsushi Enomoto <[email protected]>
  463. * TabControlTest.cs : added test for bug #78395.
  464. 2006-04-16 Gert Driesen <[email protected]>
  465. * TabControlTest.cs: Added test for bug #78121. Marked failing tests
  466. NotWorking. Set eol-style to native.
  467. 2006-04-12 Peter Dennis Bartok <[email protected]>
  468. * ControlTest.cs: Added backcolor tests related to transparency
  469. (bug #78026)
  470. 2006-03-31 Peter Dennis Bartok <[email protected]>
  471. * ControlTest.cs: Ignore Invoke test, it hangs
  472. 2006-02-28 Matt Hargett ([email protected])
  473. * ComboBoxTests.cs: Added
  474. 2006-02-02 Peter Dennis Bartok <[email protected]>
  475. * ControlTest.cs: Added test for layout nesting
  476. * MonthCalendarTest.cs: Fixed typo in class name
  477. 2005-12-01 Jackson Harper <[email protected]>
  478. * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
  479. SingleNodeIndexTest.
  480. - Fixed warning CS0219. Patches by Dieter Bremes
  481. 2005-11-12 Pedro Martínez Juliá <[email protected]>
  482. * DataGridViewElementTest.cs DataGridViewBandTest.cs
  483. DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
  484. DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
  485. Add some DataGridView tests.
  486. 2005-11-11 Ankit Jain <[email protected]>
  487. * RichTextBoxTest.cs: Fix typos.
  488. 2005-11-09 Peter Dennis Bartok <[email protected]>
  489. * RichTextBoxTest.cs: Added Find() tests
  490. 2005-11-05 Kornél Pál <[email protected]>
  491. * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
  492. 2005-10-18 Jordi Mas i Hernandez <[email protected]>
  493. * ListViewCollectionsTest.cs: Add tests for the ListView Collections
  494. 2005-10-17 Ritvik Mayank <[email protected]>
  495. * TabControlTest.cs : Added test case for TabControl
  496. 2005-10-16 Ritvik Mayank <[email protected]>
  497. * TrackBarTest.cs : Added test case for TrackBar
  498. 2005-10-16 Jordi Mas i Hernandez <[email protected]>
  499. * DataGridBoolColumn.cs: fixes warning
  500. 2005-10-10 Peter Dennis Bartok <[email protected]>
  501. * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
  502. order for want and actual to avoid misleading errors
  503. 2005-10-07 Peter Dennis Bartok <[email protected]>
  504. * GenerateControlStyleTest.cs: Code to auto-generate the
  505. source file ControlStyleTest.cs
  506. * ControlStyleTest.cs: Tests for testing ControlStyles
  507. 2005-09-28 Hisham Mardam Bey <[email protected]>
  508. * Common.cs : Add common things here.
  509. * LabelTest.cs : Remove common declarations to Common.cs
  510. * ScrollBarTest.cs : Remove common declarations to Common.cs
  511. Add more propery range / exception tests
  512. Add more event order tests
  513. Fix Mouse tests.
  514. Add event arg tests.
  515. 2005-09-27 Hisham Mardam Bey <[email protected]>
  516. * LabelTest.cs : Added more event tests (external handlers)
  517. Added event arg checks
  518. Fixed OnPaint tests.
  519. Seperated invalidation tests.
  520. 2005-09-26 Hisham Mardam Bey <[email protected]>
  521. * ScrollBarTest.cs : Add more tests for event firing order
  522. Messages to simulate mouse events
  523. 2005-09-23 Ritvik Mayank <[email protected]>
  524. * ErrorProviderTest.cs : Added test case for ErrorProvider
  525. 2005-09-23 Hisham Mardam Bey <[email protected]>
  526. * LabelTest.cs : Added messages to simulate Key* events.
  527. Key* events have tests now.
  528. 2005-09-22 Hisham Mardam Bey <[email protected]>
  529. * LabelTest.cs : Implement event firing order tests.
  530. * ScrollBarTest.cs : Implement event firing order tests.
  531. 2005-09-22 Jordi Mas i Hernandez <[email protected]>
  532. * MenuTest.cs: Fixes some tests
  533. * MenuItemTest.cs: New unit test
  534. 2005-09-21 Hisham Mardam Bey <[email protected]>
  535. * LabelTest.cs : Several new tests.
  536. * ScrollBarTest.cs : Several new tests.
  537. * bitmaps : added dir containing images for tests.
  538. 2005-09-21 Jordi Mas i Hernandez <[email protected]>
  539. * ListViewItemTest.cs: New unit test
  540. 2005-09-20 Jordi Mas i Hernandez <[email protected]>
  541. * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
  542. LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
  543. ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs,
  544. ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,
  545. ToolBarTest.cs, MenuTest.cs
  546. Remove all the tests that are giving errors. All of them should
  547. be reviewed. Right now having this text throwing 40 errors do not
  548. help at all to do regression testing. Peter has already assigned
  549. a group of controls to every developer that will be tested and
  550. reviewed.
  551. 2005-09-20 Ritvik Mayank <[email protected]>
  552. * PictureBoxTest.cs : Test case for PictureBox
  553. 2005-09-08 Ritvik Mayank <[email protected]>
  554. * MonthCalendarTest.cs : Test case for MonthCalendar
  555. 2005-08-29 Ritvik Mayank <[email protected]>
  556. * ProgressBarTest.cs : Test case for ProgressBar
  557. * ToolBarTest.cs : Test case for ToolBar
  558. * ToolTipTest.cs : Test case for ToolTip
  559. * RichTextBoxTest.cs : Test case for RichTextBox
  560. 2005-08-16 Martin Baulig <[email protected]>
  561. * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
  562. to make it compile.
  563. 2005-08-16 Ritvik Mayank <[email protected]>
  564. * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
  565. ListViewTest.cs: enhancement and cleanup
  566. 2005-08-16 Ritvik Mayank <[email protected]>
  567. * ImageListTest.cs : Test case for ImageList
  568. * RadioButtonTest.cs : Test case for RadioButton
  569. * ScrollBarTest.cs : Test case for ScrollBar
  570. * StatusBatTest.cs : Test case for StatusBar
  571. 2005-08-10 Ritvik Mayank <[email protected]>
  572. * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
  573. yet implemented)
  574. 2005-08-08 Jordi Mas i Hernandez <[email protected]>
  575. * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
  576. * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
  577. 2005-08-06 Ritvik Mayank <[email protected]>
  578. * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
  579. 2005-08-05 Ritvik Mayank <[email protected]>
  580. * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
  581. LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
  582. CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
  583. CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
  584. FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
  585. ListViewEventTest.cs :
  586. Cleanup, Ignored tests which need manual intervention,
  587. work still in progress.
  588. 2005-08-05 Jordi Mas i Hernandez <[email protected]>
  589. * DataGridTextBoxColumnTest.cs: test fixes and enhancements
  590. * GridTableStylesCollectionTest.cs: test fixes and enhancements
  591. * DataGridTest.cs: test fixes and enhancements
  592. * DataGridCellTest.cs: New unit test
  593. * GridColumnStylesCollectionTest.cs: test fixes and enhancements
  594. * DataGridTableStyleTest.cs: test fixes and enhancements
  595. 2005-08-04 Peter Dennis Bartok <[email protected]>
  596. * ControlTest.cs: Cleanup, fixed commented out tests with syntax
  597. errors, streamlined a few tests, added full tab order test, still
  598. work in progress
  599. 2005-08-02 Ritvik Mayank <[email protected]>
  600. * FormTest.cs : Test case for Form
  601. * GropBoxTest : Test case for GroupBox
  602. * MenuTest.cs : Test case for Menu
  603. * ImageListTest.cs : Test case for ImageList
  604. 2005-07-26 Ritvik Mayank <[email protected]>
  605. * ListViewTest.cs : Test case for ListView
  606. * ListViewEventTest.cs : Test case for ListView events
  607. * ComboBoxTest.cs : Test case for ComboBox
  608. * FormEventTest.cs : Test case for Form events
  609. 2005-07-12 Ritvik Mayank <[email protected]>
  610. * CheckBoxTest.cs : Test case for CheckBox
  611. * CheckBoxEventTest.cs : Test case for CheckBox events
  612. * CheckedListBoxTest.cs : Test case for CheckedListBox
  613. * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
  614. 2005-07-05 Jordi Mas i Hernandez <[email protected]>
  615. * DataGridTextBoxColumnTest.cs: Test case
  616. * GridTableStylesCollectionTest.cs: Test case
  617. * DataGridTest.cs: Test case
  618. * GridColumnStylesCollectionTest.cs: Test case
  619. * DataGridTableStyleTest.cs: Test case
  620. 2005-07-04 Ritvik Mayank <[email protected]>
  621. * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
  622. * ListBoxEventTest.cs : Test Cases for ListBox Events
  623. 2005-06-13 Ritvik Mayank <[email protected]>
  624. * TextBoxTest.cs : Test Cases for TextBox
  625. * BUttonTest.cs : Test Cases for Buttons
  626. 2005-05-11 Ritvik Mayank <[email protected]>
  627. * ControlEventTest.cs : Test Cases for Events
  628. 2005-05-02 Ritvik Mayank <[email protected]>
  629. * ControlTest.cs : Minor modifications
  630. 2005-05-02 Ritvik Mayank <[email protected]>
  631. * ControlTest.cs : Test for Control
  632. 2005-04-25 Ritvik Mayank <[email protected]>
  633. * LabelPropertyTest.cs : Test for Label
  634. 2004-11-29 Marek Safar <[email protected]>
  635. * TreeViewTest.cs : Test for TreeView
  636. * TreeNodeTest.cs : Test for TreeNode
  637. 2004-11-29 Ravindra <[email protected]>
  638. * ImageIndexConverter.cs : Test for ImageIndexConversion.