ChangeLog 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627
  1. 2007-03-10 Gert Driesen <[email protected]>
  2. * FormHandleTest.cs: Fixed build using csc 1.x.
  3. * MdiFormHandleTest.cs: Fixed build using csc 1.x. Removed extra tabs.
  4. * ControlHandleTest.cs: Fixed build using csc 1.x.
  5. * TextBoxTest.cs: Improved test for BackColor. Added test for
  6. ForeColor.
  7. 2007-03-10 Gert Driesen <[email protected]>
  8. * TextBoxTest.cs: Isolate BackColor tests.
  9. 2007-03-09 Rolf Bjarne Kvinge <[email protected]>
  10. * FormHandleTest.cs: Added.
  11. * MdiFormHandleTest.cs: Added.
  12. 2007-03-08 Carlos Alberto Cortez <[email protected]>
  13. * ListViewTest.cs: Added tests for the ListView and
  14. Index properties of ListViewItems in VirtualMode.
  15. * ListViewCollectionsTest.cs: Remove warning when building
  16. tests.
  17. 2007-03-08 Gert Driesen <[email protected]>
  18. * FormTest.cs: Added tests for bug #80791 and #80574.
  19. 2007-03-08 Rolf Bjarne Kvinge <[email protected]>
  20. * SendKeysTest.cs: Fixed to not hang keyboard on Windows.
  21. 2007-03-08 Jonathan Pobst <[email protected]>
  22. * FormTest.cs: Add tests for bugs #80574, #80791.
  23. 2007-03-05 Chris Toshok <[email protected]>
  24. [merge -r72718:73765 from mwf-handle-branch]
  25. 2007-03-05 Chris Toshok <[email protected]>
  26. * ControlHandleTest.cs: make this build on both 1.1 and 2.0
  27. profiles.
  28. 2007-02-28 Chris Toshok <[email protected]>
  29. * ControlTest.cs: Flesh out ControlInvokeTest to make sure that
  30. the Control thread dies (that Application.Run returns, basically).
  31. This works in isolation, but for some reason it isn't exiting when
  32. run in concert with other tests (this test is the cause of the
  33. hangs running the unit tests.) Marking NotWorking for the time
  34. being. This needs to be fixed before merging back to the
  35. mainline, imo.
  36. 2007-03-02 Rolf Bjarne Kvinge <[email protected]>
  37. * FormTest.cs: Added MaximizedParentedFormTest.
  38. 2007-03-02 Carlos Alberto Cortez <[email protected]>
  39. * ListViewCollectionsTest.cs: Added tests for the exceptions thrown
  40. by ListViewItemCollection when virtual mode is used.
  41. 2007-03-01 Gert Driesen <[email protected]>
  42. * ListViewCollectionsTest.cs: Added ColumnHeader.Index tests.
  43. * ColumnHeaderTest.cs: Added more DisplayIndex tests.
  44. 2007-02-29 Carlos Alberto Cortez <[email protected]>
  45. * ListViewTest.cs: Add test for VirtualMode and VirtualSize,
  46. as well as for the exceptions they throw.
  47. 2007-02-28 Jonathan Pobst <[email protected]>
  48. * DefaultLayoutTest.cs: Add test for bug #80917.
  49. 2007-02-26 Gert Driesen <[email protected]>
  50. * ListViewCollectionsTest.cs: Added and improved tests for removing
  51. columns and items, and clearing the collections.
  52. * ListViewTest.cs: Improved ClearTest to also verify whether removed
  53. columns and items are unlinked from owning ListView.
  54. 2007-02-23 Raja R Harinath <[email protected]>
  55. Fix compilation error
  56. * DataGridViewRowTest.cs (System.ComponentModel): Remove unused 'using'.
  57. 2007-02-22 Gert Driesen <[email protected]>
  58. * DataGridViewRowTest.cs: Added tests for Height and MinimumHeight.
  59. 2007-02-21 Gert Driesen <[email protected]>
  60. * ComboBoxTest.cs: Added test for setting Text to null if SelecedIndex
  61. is already -1.
  62. 2007-02-19 Gert Driesen <[email protected]>
  63. * ComboBoxTest.cs: Added test for Text. Added and improved tests for
  64. FindString and FindStringExact. Improved ObjectCollection tests.
  65. 2007-02-19 Rolf Bjarne Kvinge <[email protected]>
  66. * ListControlTest.cs: Added test for #80794.
  67. 2007-02-19 Rolf Bjarne Kvinge <[email protected]>
  68. * FormTest.cs: Added NotWorking test for Form CreateParams.Style and
  69. ExStyle and a test for parented forms.
  70. 2007-02-18 Gert Driesen <[email protected]>
  71. * SaveFileDialogTest.cs: Added tests for SaveFileDialog.
  72. 2007-02-15 Jonathan Pobst <[email protected]>
  73. * ToolStripItemTest.cs: BehaviorImageList fails on *nix due to a bug in
  74. libgdiplus: #80842. Marked as Ignore for now, will re-enable when
  75. bug is fixed.
  76. 2007-02-15 Rolf Bjarne Kvinge <[email protected]>
  77. * DateTimePickerTest.cs: Use OSVersion to determine whether to call
  78. GetUserDefaultLCID or not, seems like the runtime crashes on some
  79. architectures instead of throwing an exception otherwise.
  80. 2007-02-15 Rolf Bjarne Kvinge <[email protected]>
  81. * DateTimePickerTest.cs: Some culture dependant tests are only supposed
  82. to run with en-US locale, so check it. On Windows call
  83. GetUserDefaultLCID to check it, since MS DateTimePicker doesn't
  84. honor Thread.CurrentCulture, only the Windows setting (and some
  85. other test might have set Thread.CurrentCulture to some other
  86. value, so the checking only this might fail). Added test for
  87. setting invalid Text property.
  88. * EventLogger.cs: Added. Takes an object and creates a class on the fly
  89. that will log all the object's events.
  90. 2007-02-14 Carlos Alberto Cortez <[email protected]>
  91. * ListViewTest.cs: Added DisposeTest test for bug #80607.
  92. * ColumnHeaderTest.cs: Remove the NotWorking category for
  93. tests for bug #80607.
  94. 2007-02-13 Everaldo Canuto <[email protected]>
  95. * LabelTest.cs: Add asserts for CompatibleTextRendering = false
  96. on PreferredHeight test for 2.0 profile.
  97. 2007-02-13 Rolf Bjarne Kvinge <[email protected]>
  98. * DateTimePickerTest.cs, ControlHandleTest.cs: Remove warnings.
  99. 2007-02-13 Rolf Bjarne Kvinge <[email protected]>
  100. * DataGridColumnStyleTest.cs, ColumnStyleTest.cs, LabelTest.cs,
  101. PropertyManagerTest.cs, CurrencyManagerTest.cs,
  102. DataGridTextBoxColumnTest.cs, UpDownTest.cs, FocusTest.cs,
  103. GridColumnStylesCollectionTest.cs,
  104. GridTableStylesCollectionTest.cs, TreeNodeCollectionTest.cs,
  105. ScrollBarTest.cs, ListBoxTest.cs, TabControlTest.cs,
  106. BindingContextTest.cs, RowStyleTest.cs: Removed warnings.
  107. 2007-02-12 Everaldo Canuto <[email protected]>
  108. * LabelTest.cs: "NotWorking" removed from PreferredHeight test.
  109. 2007-02-12 Everaldo Canuto <[email protected]>
  110. * LabelTest.cs: Rename PreferredSize test to PreferredWidth and
  111. create PreferredHeight.
  112. 2007-02-10 Gert Driesen <[email protected]>
  113. * PrintDialogTest.cs: Fixed DefaultValues test on 2.0 profile.
  114. * ToolStripTest.cs: Added test for bug #80762. Enabled ignored test.
  115. 2007-02-09 Gert Driesen <[email protected]>
  116. * FormTest.cs: Added tests for bug #80773.
  117. 2007-02-09 Gert Driesen <[email protected]>
  118. * PrintDialogTest.cs: Added test for bug #80764.
  119. 2007-02-08 Jonathan Pobst <[email protected]>
  120. * ToolStripItemTest.cs: Uncomment tests relating to Overflow. Add
  121. test exploring interaction between Image, ImageIndex, and ImageKey.
  122. 2007-02-08 Gert Driesen <[email protected]>
  123. * FormTest.cs: Improved test for bug #80604.
  124. 2007-02-08 Gert Driesen <[email protected]>
  125. * ControlTest.cs: Removed use of #pragma to allow tests to be built using
  126. csc 1.x.
  127. 2007-02-08 Gert Driesen <[email protected]>
  128. * LogGenerator.cs: Generate code that can be built using csc 1.x.
  129. * ControlLogger.cs: Fixed code to compile using csc 1.x.
  130. 2007-02-08 Rolf Bjarne Kvinge <[email protected]>
  131. * DateTimePickerTest.cs: Created more tests for DateTimePicker, now
  132. tests a lot of different custom formats.
  133. 2007-02-07 Gert Driesen <[email protected]>
  134. * DataGridViewColumnTest.cs: Added test for bug #80746.
  135. 2007-02-07 Gert Driesen <[email protected]>
  136. * ListBoxTest.cs: Added tests for bug #80696 and bug #80753.
  137. 2007-02-06 Rolf Bjarne Kvinge <[email protected]>
  138. * TimerTest.cs: Added
  139. 2007-02-04 Gert Driesen <[email protected]>
  140. * PaddingConverterTest.cs: Added back ConvertTo and ConvertFrom tests,
  141. and make them pass on all cultures.
  142. 2007-02-04 Jonathan Pobst <[email protected]>
  143. * PaddingConverterTest.cs: Make tests non culture-dependent.
  144. 2007-02-03 Rolf Bjarne Kvinge <[email protected]>
  145. * TestHelper.cs: Added a helper method to remove warnings.
  146. 2007-02-03 Rolf Bjarne Kvinge <[email protected]>
  147. * ControlTest.cs: Removed warnings. Added CaptureTest.
  148. * LogGenerator.cs: Added (used to generate ControlLogger and ControlLogger2).
  149. * ControlLogger(2).cs: Added.
  150. 2007-02-01 Everaldo Canuto <[email protected]>
  151. * LabelTest.cs: StyleTest created to test #79537. TestHelper was used.
  152. 2007-02-01 Everaldo Canuto <[email protected]>
  153. * TestHelper.cs: TesHelper class added. This class will provide some
  154. usefull methods that can be used to test Control derived classes,
  155. at moment only static methods GetCreateParams, IsStyleSet and
  156. IsExStyleSet is implements. A copy of WindowStyles, WindowExStyles
  157. and Msg is also available as public to help is control tests.
  158. 2007-02-01 Rolf Bjarne Kvinge <[email protected]>
  159. * ControlTest.cs: Added ControlSizeTest.
  160. 2007-01-31 Jonathan Pobst <[email protected]>
  161. * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
  162. Mark BehaviorAutoSize as NotWorking, it is font dependent.
  163. 2007-01-29 Chris Toshok <[email protected]>
  164. * ControlHandleTest.cs: make this compile against mono. we can
  165. remove the __MonoCS__ ifdefs as we add properties. Also, split
  166. out the Show() tests because they were failing and I wanted to see
  167. which other tests were passing.
  168. 2007-01-26 Jonathan Pobst <[email protected]>
  169. * PaddingConverterTest.cs: Added.
  170. 2007-01-26 Rolf Bjarne Kvinge <[email protected]>
  171. * StatusBarTest.cs: Added a few more tests.
  172. 2007-01-25 Jonathan Pobst <[email protected]>
  173. * ControlHandleTest.cs: Added. Has tests to find exactly which
  174. Methods and Properties create a Handle. Not added to sources file
  175. because it's written against MS, and we're probably missing some
  176. methods/properties.
  177. 2007-01-25 Jonathan Pobst <[email protected]>
  178. * ToolStripButtonTest.cs, ToolStripItemTest.cs, ToolStripLabelTest.cs:
  179. Try to make some tests not Font/DPI dependent.
  180. 2007-01-25 Chris Toshok <[email protected]>
  181. * SplitterTest.cs: new tests.
  182. 2007-01-25 Rolf Bjarne Kvinge <[email protected]>
  183. * ComboBoxTest.cs: Added tests for ResetText.
  184. 2007-01-25 Rolf Bjarne Kvinge <[email protected]>
  185. * ComboBoxTest.cs: Add tests for new properties.
  186. * MdiFormTest.cs: Set ShowInTaskbar = false for main forms.
  187. 2007-01-24 Gert Driesen <[email protected]>
  188. * FormTest.cs: Added NotWorking test for bug #80604.
  189. * ColumnHeaderTest.cs: Added tests for bug #80607. Added test for
  190. properties introduced in 2.0 profile.
  191. 2007-01-24 Jonathan Pobst <[email protected]>
  192. * ComboBoxTest.cs: Add FindStringExactMaxExceptionNet20 test.
  193. * FormTest.cs: Mark BehaviorResizeOnBorderStyleChangedNotVisible as NotWorking,
  194. it's values match MS only.
  195. * LabelTest.cs: Mark AutoSizeChangedChangedTest as Ignore for 2.0 until it is
  196. reworked.
  197. * ToolStripTextBoxTest.cs: Mark PropertyModified as Ignore until a bug in TextBox
  198. is fixed. Same for Constructor: A12.
  199. 2007-01-24 Rolf Bjarne Kvinge <[email protected]>
  200. * ControlTest.cs: Marked OnPaintDoubleBufferedTest as Interactive,
  201. they'll only work if you actually have a display to show them on.
  202. 2007-01-23 Everaldo Canuto <[email protected]>
  203. * ToobarTest.cs: Comment DPI dependent asserts in ButtonSize test.
  204. 2007-01-23 Everaldo Canuto <[email protected]>
  205. * ToobarTest.cs: TooBar.ButtonSize tests added.
  206. 2007-01-23 Jonathan Pobst <[email protected]>
  207. * GridTableStylesCollectionTest.cs: Mark TestAdd as NotWorking.
  208. There is a TODO in the DataGrid source referencing that Add should allow
  209. multiple columns with the same name, but currently doesn't.
  210. 2007-01-23 Rolf Bjarne Kvinge <[email protected]>
  211. * ControlTest.cs: Added a tests for ControlCollection and
  212. MDI children.
  213. 2007-01-23 Andreia Gaita <[email protected]>
  214. * SendKeysTest.cs: Marked interactive, they're unstable
  215. * ControlTest.cs (ControlSetTopLevelTest): TestForm marked NotWorking,
  216. we have to see why SetTopLevel is toggling the Form's visibility.
  217. 2007-01-23 Rolf Bjarne Kvinge <[email protected]>
  218. * ControlTest.cs: Make OnPaintTest NotWorking, since it only
  219. works once in a while.
  220. 2007-01-23 Chris Toshok <[email protected]>
  221. * BindingSourceTest.cs: initial BindingSource tests. not built
  222. yet.
  223. 2007-01-23 Chris Toshok <[email protected]>
  224. * DefaultLayoutTest.cs: make the docking tests independent of
  225. constants relating to the form's clientrectangle bounds, since on
  226. X it has a different value when the window isn't mapped (as in
  227. this case).
  228. 2007-01-23 Andreia Gaita <[email protected]>
  229. * DefaultLayoutTest.cs: correct TestDockFillFirst and TestDockFillLast,
  230. failing on ms.net
  231. 2007-01-23 Andreia Gaita <[email protected]>
  232. * SendKeysTest.cs: wrong value for Interval, should be > 0
  233. 2007-01-23 Andreia Gaita <[email protected]>
  234. * BindingTest.cs (BindingContextChangedTest2): Added 2.0-specific check,
  235. was failing under ms.net.
  236. * ComboBoxText.cs (FindStringExactMatchException): Add check for exception
  237. only for 1.1 - was failing under ms.net
  238. * ControlTest.cs:
  239. - AnchorDockTest: Fix incorrect assertion #5 - was failing
  240. under ms.net
  241. - TestForm: Fix incorrect assertion #4 - was failing
  242. under ms.net
  243. * TreeNodeCollectionTest.cs: Add new Add() tests for 2.0
  244. 2007-01-18 Jonathan Pobst <[email protected]>
  245. * FormTest.cs: Add test for bug #80574.
  246. 2007-01-22 Jonathan Pobst <[email protected]>
  247. * TabControlTest.cs: Add tests for SelectTab and Selected event.
  248. 2007-01-20 Jonathan Pobst <[email protected]>
  249. * DefaultLayoutTest.cs: Add tests for Dock.Fill behavior
  250. with other !Dock.Fill controls.
  251. 2007-01-20 Jonathan Pobst <[email protected]>
  252. * DefaultLayoutTest.cs: Add test for interactions between
  253. setting Dock and Anchor.
  254. 2007-01-19 Jonathan Pobst <[email protected]>
  255. * TreeNodeTest.cs: Add test for 2.0 Name property.
  256. 2007-01-19 Chris Toshok <[email protected]>
  257. * DataGridTextBoxColumnTest.cs: add a couple more tests to see how
  258. DataGrid.ReadOnly affects things.
  259. 2007-01-19 Chris Toshok <[email protected]>
  260. * DataGridTextBoxColumnTest.cs: mark TestUpdateUI as NotWorking,
  261. and add a couple of tests for the overloaded ReadOnly property.
  262. can't figure out how it's being used, maybe all it really does is
  263. chain up to base.ReadOnly.
  264. * DataGridColumnStyleTest.cs: add some tests to see if we should
  265. be mucking with the ReadOnly property when the PropertyDescriptor
  266. is set (turns out we shouldn't be).
  267. 2007-01-18 Jonathan Pobst <[email protected]>
  268. * FormTest.cs: Add test for bug #79959.
  269. 2007-01-18 Rolf Bjarne Kvinge <[email protected]>
  270. * StatusBarTest.cs: Added tests for StatusBarPanelCollection.
  271. * StatusBarPanelTest.cs: Added tests for new properties in StatusBarPanel.
  272. 2007-01-18 Jonathan Pobst <[email protected]>
  273. * NotifyIconTest.cs: Add test for Tag, ContextMenuStrip.
  274. 2007-01-18 Chris Toshok <[email protected]>
  275. * DataGridTextBoxColumnTest.cs: add some tests (some of which aren't working on mono)
  276. * DataGridTextBoxTest.cs: add some tests (some of which aren't working on mono)
  277. 2007-01-16 Chris Toshok <[email protected]>
  278. * UpDownTest.cs: add UpDownActiveControlTest.
  279. 2007-01-16 Jonathan Pobst <[email protected]>
  280. * ControlPropertyEventsTest.cs: Enable PropertyMinimumSize test.
  281. * ControlTest.cs: Move ControlCollection tests to ControlCollectionTest.cs.
  282. * EventArgsTest.cs, FlowPanelTests.cs: Change namespace to match all other tests.
  283. * FormTest.cs: Add tests for FormClosed event and Show (IWin32Window).
  284. * MenuStripTest.cs: Add test for MDI.
  285. * SplitContainerTest.cs: Change namespace, remove TestNotRelaventProperties.
  286. * ToolStripMenuItemTest.cs: Add test for MDI.
  287. * ToolStripTest.cs: Ignore ControlStyle, Un-Ignore PropertyAutoSize.
  288. 2007-01-16 Rolf Bjarne Kvinge <[email protected]>
  289. * MdiFormTest.cs: Added tests for ActiveChild for mdi parents.
  290. 2007-01-15 Everaldo Canuto <[email protected]>
  291. * MenuTest.cs: Add test for #80006, mainmenu merge operations.
  292. 2007-01-15 Everaldo Canuto <[email protected]>
  293. * MenuItemTest.cs: Remove the "NotWorking" from MenuItemMerge test.
  294. 2007-01-14 Carlos Alberto Cortez <[email protected]>
  295. * ListViewTest.cs: Add tests for new 2.0 FindItemWithText methods.
  296. 2007-01-13 Andreia Gaita <[email protected]>
  297. * ControlTest.cs: Add test to check if Exception is raised when
  298. adding a top level control (form) as a child control
  299. 2007-01-12 Gert Driesen <[email protected]>
  300. * ControlStyleTest.cs: Added style test for LinkLabel with text, but
  301. no links.
  302. 2007-01-12 Gert Driesen <[email protected]>
  303. * FocusTest.cs: Ignore tests that rely on Form.Show () synchronously
  304. generating WM_ACTIVATE on unix.
  305. * FormTest.cs: Same.
  306. 2007-01-10 Chris Toshok <[email protected]>
  307. * FocusTest.cs: Disable a couple of tests that rely on the
  308. focus/active control state being available directly after
  309. form.Show() - doesn't work on X11, since form.Show shows the
  310. window asynchronously. Also, add a large focus/enter/leave event
  311. handling test andreia and I were using to correct problems in
  312. ContainerControl.set_ActiveControl.
  313. * FormTest.cs: add a test to show that even if OnActivate is
  314. overriden and not chained up to the base class, ActiveControl is
  315. still set. Unfortunately it doesn't work on the X11 backend
  316. because Form.Show is necessarily an async operation.
  317. * ApplicationTest.cs: don't show forms in the taskbar, and dispose
  318. of them.
  319. * ApplicationContextTest.cs: same.
  320. 2007-01-10 Carlos Alberto Cortez <[email protected]>
  321. * ColumnHeaderTest.cs: Add a test for settings Width to -1 and
  322. -2 values (auto resizing).
  323. 2007-01-10 Chris Toshok <[email protected]>
  324. * ContainerControlTest.cs: add a test for setting ActiveControl to
  325. a non-child control.
  326. 2007-01-08 Jonathan Pobst <[email protected]>
  327. * FormTest.cs: Added tests for ensuring Form.OnFormClosing is called.
  328. 2007-01-08 Jonathan Pobst <[email protected]>
  329. * ControlTest.cs: Added tests for 2.0 ControlCollection methods.
  330. 2007-01-05 Gert Driesen <[email protected]>
  331. * ControlTest.cs: Added test for bug #80456.
  332. 2007-01-05 Jonathan Pobst <[email protected]>
  333. * ControlPropertyEventsTest.cs: Added. These test property getters and
  334. setters and ensure that all relevant events are called on setters for
  335. Control.
  336. 2007-01-04 Chris Toshok <[email protected]>
  337. * CommonDialogsTest.cs: disable FolderBrowserDialogTest (and add a
  338. stack trace in a comment).
  339. * RichTextBoxTest.cs: disable FindTest.
  340. 2007-01-04 Andreia Gaita <[email protected]>
  341. * FormTest.cs: disabled ActivateTest
  342. * FocusTest.cs: disabled ActiveControl_Disabled test
  343. 2007-01-04 Carlos Alberto Cortez <[email protected]>
  344. * ColumnHeaderTest.cs: New test.
  345. 2007-01-04 Jonathan Pobst <[email protected]>
  346. * CommonDialogTest.cs, CursorTest.cs, ErrorProviderTest.cs,
  347. HelpProviderTest.cs: Add tests for Tag properties.
  348. * LinkAreaTest.cs: Add test for ToString.
  349. 2007-01-03 Gert Driesen <[email protected]>
  350. * ControlTest.cs: Enabled tests after DefaultFont change. Ignore test
  351. that is DPI-dependent.
  352. * RichTextBoxTest.cs: Ignore test that is DPI-dependent.
  353. * TextBoxTest.cs: Ignore test that is DPI-dependent.
  354. 2007-01-02 Gert Driesen <[email protected]>
  355. * ControlTest.cs: Added FontHeight test.
  356. 2007-01-02 Gert Driesen <[email protected]>
  357. * ListControlTest.cs: Added test for AllowSelection.
  358. * UpDownTest.cs: MockItem is now nested class.
  359. * ListBoxTest.cs: Added test for AllowSelection.
  360. * CheckedListBoxTest.cs: Added tests for DisplayMember, GetItemText,
  361. SelectionMode, Text and ValueMember.
  362. 2007-01-01 Gert Driesen <[email protected]>
  363. * ToolBarTest.cs: Enabled test for bug #80416.
  364. 2006-12-31 Chris Toshok <[email protected]>
  365. * ControlEventTest.cs: add SizeChanged to the resize/layout event
  366. test.
  367. 2006-12-31 Chris Toshok <[email protected]>
  368. * ControlTest.cs: new test for Anchor/Dock interactions. Also add
  369. tests for Control.SetTopLevel.
  370. 2006-12-31 Andreia Gaita <[email protected]>
  371. * ContainerControlTest.cs / FocusTest.cs: Moved Gert's
  372. ActiveControl tests to FocusTest, for easier management.
  373. Add Validation tests.
  374. 2006-12-31 Gert Driesen <[email protected]>
  375. * UpDownTest.cs: Added tests for DomainUpDown and NumericUpDown.
  376. 2006-12-31 Gert Driesen <[email protected]>
  377. * ToolBarTest.cs: Added test for bug #80416.
  378. 2006-12-30 Gert Driesen <[email protected]>
  379. * ContainerControlTest.cs: Added tests for ActiveControl.
  380. 2006-12-30 Chris Toshok <[email protected]>
  381. * DefaultLayoutTest.cs: add some more variants for the test for
  382. 80336, and remove the NotWorking from the 80336 test.
  383. * SendKeysTest.cs: mark these tests as not working with Xvfb so I
  384. can exclude them.
  385. 2006-12-29 Gert Driesen <[email protected]>
  386. * DataGridTest.cs: Fixed compiler warnings.
  387. 2006-12-29 Gert Driesen <[email protected]>
  388. * ControlTest.cs: Marked FontTest and ResetFontTest as NotWorking
  389. until Theme.DefaultFont change is approved.
  390. 2006-12-29 Chris Toshok <[email protected]>
  391. * ControlEventTest.cs: add a test to determine the ordering of
  392. Layout/Resize events.
  393. 2006-12-29 Gert Driesen <[email protected]>
  394. * TreeNodeTest.cs: Fixed FullPathException test on 2.0 profile.
  395. 2006-12-29 Gert Driesen <[email protected]>
  396. * ControlTest.cs: Added test for Font and ResetFont.
  397. * DataGridTest.cs: Fixed CaptionFont test on 2.0 profile.
  398. 2006-12-29 Gert Driesen <[email protected]>
  399. * ControlTest.cs: Improved DoubleBufferedTest.
  400. 2006-12-28 Chris Toshok <[email protected]>
  401. * ControlTest.cs: add a test to check whether parent.PerformLayout
  402. is called from OnResized (it isn't).
  403. * DefaultLayoutTest.cs: new file, add a bunch of anchor tests,
  404. including the (not working) test case in bug #80336. Move the
  405. docking/undocking tests here.
  406. 2006-12-28 Rolf Bjarne Kvinge <[email protected]>
  407. * ControlTest.cs: More tests for double buffers.
  408. 2006-12-28 Rolf Bjarne Kvinge <[email protected]>
  409. * ControlTest.cs: Added double buffering tests.
  410. 2006-12-27 Gert Driesen <[email protected]>
  411. * ControlTest.cs: Added DoubleBuffered test. Added IsHandleCreated
  412. test for invisible control.
  413. 2006-12-27 Gert Driesen <[email protected]>
  414. * MonthCalendarTest.cs: Fixed exception tests for MaxSelectionCount,
  415. MaxDate and MinDate on 2.0 profile. Removed extra tabs.
  416. 2006-12-27 Jonathan Pobst <[email protected]>
  417. * ToolStripButtonTest.cs, ToolStripComboBoxTest.cs, ToolStripControlHostTest.cs,
  418. ToolStripItemTest.cs, ToolStripLabelTest.cs, ToolStripProgressBarTest.cs,
  419. ToolStripSeparatorTest.cs, ToolStripTest.cs, ToolStripTextBoxTest.cs: Added.
  420. 2006-12-27 Rolf Bjarne Kvinge <[email protected]>
  421. * MonthCalendarTest.cs: Added test for Click and DoubleClick events.
  422. 2006-12-27 Gert Driesen <[email protected]>
  423. * ScrollableControlTest.cs: Added tests for AutoScroll and
  424. AutoScrollMinSize.
  425. 2006-12-26 Gert Driesen <[email protected]>
  426. * ComboBoxTest.cs: Improved tests for DropDownWidth and ItemHeight.
  427. 2006-12-26 Rolf Bjarne Kvinge <[email protected]>
  428. * ControlTest.cs: Added NotWorking test for DoubleBuffered.
  429. 2006-12-26 Gert Driesen <[email protected]>
  430. * DataGridViewCellStyleTest.cs: Added tests for FormatProvider,
  431. IsFormatProviderDefault.
  432. * DataGridViewTest.cs: Reworked ColumnCount, ColumnHeadersHeight,
  433. RowHeaderWidth tests. Added DefaultSize, *DefaultCellStyle tests.
  434. 2006-12-23 Gert Driesen <[email protected]>
  435. * DateTimePickerTest.cs: Fixed line endings.
  436. * upDownTest.cs: Added tests for BeginInit, EndInit, UpButton, Value.
  437. 2006-12-23 Daniel Nauck <[email protected]>
  438. * UserControlTest.cs: Add.
  439. 2006-12-23 Gert Driesen <[email protected]>
  440. * ControlTest.cs: Enabled test for bug #80280.
  441. 2006-12-21 Gert Driesen <[email protected]>
  442. * RichTextBoxTest.cs: Added test for bug #80301.
  443. * TextBoxTest.cs: Added test for bug #80301.
  444. 2006-12-21 Daniel Nauck <[email protected]>
  445. * ComboBoxTest.cs,
  446. TextBoxTest.cs: Added AutoComplete property tests.
  447. 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
  448. * DateTimePickerTest.cs: Created.
  449. 2006-12-20 Rolf Bjarne Kvinge <[email protected]>
  450. * MonthCalendarTest.cs:
  451. - Enable tests again.
  452. - Added tests for *BoldedDates.
  453. * ControlTest.cs: Added test for BackgroundImageLayout.
  454. 2006-12-19 Chris Toshok <[email protected]>
  455. * DataGridViewBandTest.cs: nuke this file, as there's no way to
  456. construct a DataGridViewBand in isolation (exception through
  457. reflection).
  458. 2006-12-19 Chris Toshok <[email protected]>
  459. * RowStyleTest.cs: unit tests for RowStyle.
  460. * ColumnStyleTest.cs: unit tests for ColumnStyle.
  461. 2006-12-19 Carlos Alberto Cortez <[email protected]>
  462. * ListViewCollectionsTest.cs: Added tests for the new 2.0
  463. methods and properties (SelectedIndexCollection,
  464. SelectedItemCollection, and ListViewSubItemCollection).
  465. * ListViewItemTest.cs: Added test for ImageKey 2.0 property.
  466. 2006-12-19 Gert Driesen <[email protected]>
  467. * ListViewItemTest.cs: Added tests for ListViewSubItemCollection's
  468. AddRange overloads.
  469. * TreeViewTest.cs: Fixed ExpandAll tests.
  470. 2006-12-19 Daniel Nauck <[email protected]>
  471. * ApplicationTest.cs: Restart () test is 2.0 only.
  472. 2006-12-19 Daniel Nauck <[email protected]>
  473. * ApplicationTest.cs: Added test for Restart ().
  474. 2006-12-18 Rolf Bjarne Kvinge <[email protected]>
  475. * MonthCalendarTest.cs: Added test for DefaultMargin.
  476. 2006-12-18 Daniel Nauck <[email protected]>
  477. * DataGridViewAdvancedBorderStyleTest.cs,
  478. DataGridViewRowTest.cs,
  479. DataGridViewElementTest.cs,
  480. DataGridViewCellTest.cs,
  481. DataGridViewCellStyleTest.cs,
  482. DataGridViewTest.cs: fixed NUnit obsolete warnings and
  483. DataGridView tests against .NET 2.0
  484. 2006-12-17 Daniel Nauck <[email protected]>
  485. * ButtonTest.cs: Added tests for FlatButtonAppearance.
  486. 2006-12-17 Gert Driesen <[email protected]>
  487. * TreeViewTest.cs: Added tests for bug #80284.
  488. 2006-12-17 Gert Driesen <[email protected]>
  489. * ControlTest.cs: Added (notworking) test for bug #80280.
  490. Removed extra tabs.
  491. 2006-12-16 Andreia Gaita <[email protected]>
  492. * TabControlTest.cs: Fixed SelectedIndex tests
  493. for MS.NET 2.0
  494. 2006-12-16 Andreia Gaita <[email protected]>
  495. * SendKeysTest.cs: Test cases for SendKeys
  496. These tests can only run in ms.net one at a time.
  497. Since ms.net apparently hooks the keyboard to
  498. implement this, running two tests in a row
  499. makes the second test run before the hook
  500. of the first test is released, effectively
  501. hanging the keyboard. CTRL-ALT-DEL releases
  502. the keyboard, but the test still hangs.
  503. Running each test separately works.
  504. 2006-12-16 Daniel Nauck <[email protected]>
  505. * AutoCompleteStringCollectionTest.cs: new tests for AutoCompleteStringCollection.
  506. 2006-12-16 Daniel Nauck <[email protected]>
  507. * PaddingTest.cs: new tests for Padding.
  508. 2006-12-15 Daniel Nauck <[email protected]>
  509. * ListViewCollectionsTest.cs: test works now on the 1.1 profile.
  510. * ListViewItemTest.cs: add new ListViewSubItem text property test.
  511. 2006-12-15 Daniel Nauck <[email protected]>
  512. * ListViewCollectionsTest.cs: new not working junk add test for ListViewItemCollection
  513. 2006-12-15 Daniel Nauck <[email protected]>
  514. * ListViewCollectionsTest.cs: new ListViewItemCollection AddRange tests
  515. 2006-12-15 Daniel Nauck <[email protected]>
  516. * ListViewCollectionsTest.cs: new ListViewItemCollection indexer test for #80199.
  517. 2006-12-15 Daniel Nauck <[email protected]>
  518. * ListViewGroupTest.cs: new tests for ListViewGroups.
  519. * ListViewGroupCollectionTest.cs: new tests for ListViewGroupCollections.
  520. 2006-12-14 Gert Driesen <[email protected]>
  521. * TabControlTest.cs: Added tests for Control.RemoveAt.
  522. 2006-12-13 Carlos Alberto Cortez <[email protected]>
  523. * ListViewItemTest.cs:
  524. * ListViewCollectionsTest.cs: Add tests for the new 2.0
  525. ListViewItemCollection methods (IndexOfKey, ContainsKey,
  526. new indexer overload, Find, RemoveByKey).
  527. 2006-12-13 Gert Driesen <[email protected]>
  528. * TextBoxTest.cs: Added test for bug #80163.
  529. 2006-12-13 Gert Driesen <[email protected]>
  530. * ControlTest.cs: Improved Region test.
  531. 2006-12-12 Andreia Gaita <[email protected]>
  532. * ControlTest.cs: Add region tests.
  533. 2006-12-12 Rolf Bjarne Kvinge <[email protected]>
  534. * ControlTest.cs: add tests for WM_PARENTNOTIFY.
  535. 2006-12-11 Chris Toshok <[email protected]>
  536. * ControlTest.cs: add some unit tests for null parameters to some
  537. of the ControlCollection methods.
  538. 2006-12-11 Gert Driesen <[email protected]>
  539. * ControlTest.cs: Added test for invalid Dock value.
  540. 2006-12-11 Andreia Gaita <[email protected]>
  541. * TabControlTest.cs: add tests to check if SelectedIndex is
  542. properly set if the TabControl has no pages, before and
  543. after the handle is created
  544. 2006-12-10 Chris Toshok <[email protected]>
  545. * ColumnClickEventArgsTest.cs: new tests.
  546. 2006-12-10 Gert Driesen <[email protected]>
  547. * TabControlTest.cs: Added SelectedIndex tests.
  548. 2006-12-08 Chris Toshok <[email protected]>
  549. * ButtonTest.cs: add tests for DialogResult changes when setting
  550. Form.AcceptButton and Form.CancelButton.
  551. 2006-12-08 Chris Toshok <[email protected]>
  552. * MenuItemTest.cs: add test for menu item events when cloning menu
  553. items. Tests for the bug in #80183.
  554. 2006-12-06 Chris Toshok <[email protected]>
  555. * FormTest.cs: make sure Form.ImeMode is NoControl by default.
  556. * ButtonTest.cs: add a unit test for Button.DefaultImeMode.
  557. 2006-12-06 Chris Toshok <[email protected]>
  558. * RadioButtonTest.cs: add a couple of test involving TabStop.
  559. 2006-12-06 Chris Toshok <[email protected]>
  560. * ImageListTest.cs: add a rather complicated series of assertions
  561. about the imagelist ShouldSerialize/CanReset methods. these pass
  562. on MS and mono now, though. yay.
  563. 2006-12-06 Jackson Harper <[email protected]>
  564. * TextBoxTest.cs: Add a test for Modified property.
  565. - We need to put something on the clipboard before we can paste.
  566. 2006-12-04 Jackson Harper <[email protected]>
  567. * TextBoxTest: More of these tests work now.
  568. - Add a test to ensure that recieving focus selects all of the
  569. text
  570. 2006-12-04 Chris Toshok <[email protected]>
  571. * PrintDialogTest.cs: add [Category("Printing")] to all these
  572. tests so I can exclude them.
  573. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  574. * StatusBarPanelTest.cs: Added a test for invalid
  575. minimum widths.
  576. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  577. * MdiFormTest.cs: Change a few tests to dispose of
  578. the form when the test is finished.
  579. 2006-12-04 Rolf Bjarne Kvinge <[email protected]>
  580. * MdiFormTest.cs: Added a few NotWorking tests for
  581. initial form location.
  582. 2006-12-04 Everaldo Canuto <[email protected]>
  583. * LabelTest.cs: Add tests for sizes, test for bug #80137.
  584. 2006-12-01 Rolf Bjarne Kvinge <[email protected]>
  585. * MdiFormTest.cs: All current NotWorking tests are now
  586. working, added a few more tests.
  587. 2006-12-01 Gert Driesen <[email protected]>
  588. * CurrencyManagerTest.cs: Added test for bug #80107.
  589. 2006-12-01 Gert Driesen <[email protected]>
  590. * DataGridTest.cs: Fixed build.
  591. 2006-12-01 Gert Driesen <[email protected]>
  592. * DataGridTest.cs: Added tests for Font, CaptionFont and HeaderFont.
  593. 2006-12-01 Everaldo Canuto <[email protected]>
  594. * MenuTest.cs: Tag property assert for 2.0 profile.
  595. 2006-11-30 Everaldo Canuto <[email protected]>
  596. * ToolBarTest.cs:
  597. - Remove ButtonSize.Width and ButtonSize.Height assert because
  598. it depends of system metrics and diferent fonts can cause
  599. diferent sizes.
  600. - Remove "NotWorking" mark from ToolBarPropertyTest, this test
  601. now must works well.
  602. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  603. * MessageTest.cs: Added test for ToString.
  604. 2006-11-30 Rolf Bjarne Kvinge <[email protected]>
  605. * MdiFormTest.cs: Text_ChildClose is no longer NotWorking.
  606. 2006-11-30 Gert Driesen <[email protected]>
  607. * MenuItemTest.cs: Added test for Text property.
  608. 2006-11-29 Chris Toshok <[email protected]>
  609. * BindingTest.cs: add two new tests.
  610. 2006-11-28 Rolf Bjarne Kvinge <[email protected]>
  611. * TrackBar.cs: Changed SizeTest and OrientationTest
  612. to work on MS with both WinXP theme and Win2K theme.
  613. 2006-11-26 Gert Driesen <[email protected]>
  614. * MdiFormTest.cs: Fixed test on (MS) 2.0 profile.
  615. 2006-11-26 Gert Driesen <[email protected]>
  616. * ControlStylesTest.cs: Fixed GetStyle for 2.0 profile.
  617. 2006-11-26 Gert Driesen <[email protected]>
  618. * FormTest.cs: Added test for bug #80052.
  619. 2006-11-25 Gert Driesen <[email protected]>
  620. * MdiFormTest.cs: Added test for bug #80036.
  621. 2006-11-24 Gert Driesen <[email protected]>
  622. * MdiFormTest.cs: Added NotWorking test for Form.Text.
  623. 2006-11-23 Gert Driesen <[email protected]>
  624. * FormTest.cs: Added test for bug #80020.
  625. * MdiFormTest.cs: Fixed typo, added additonal info.
  626. 2006-11-23 Gert Driesen <[email protected]>
  627. * MdiFormTest.cs: Improved Text test to also verify behavior when
  628. Text of MDI child or container is empty. Added NotWorking test for
  629. Text after MDI is maximized. Added comment with existing NotWorking
  630. test for ActiveMdiChild.
  631. 2006-11-23 Gert Driesen <[email protected]>
  632. * ToolBarTest.cs: Added test for bug #79863. Fixed and enabled
  633. ToStringTest.
  634. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  635. * ControlTest.cs: Added tests for #79999.
  636. 2006-11-20 Rolf Bjarne Kvinge <[email protected]>
  637. * MdiFormTest.cs: Added tests for WindowState (mdi
  638. children) and Text (mdi parent with maximized mdi
  639. children).
  640. 2006-11-13 Gert Driesen <[email protected]>
  641. * ControlEventTest.cs: Added tests for Invalidated event.
  642. * TreeNodeCollectionTest.cs: Added IList indexer tests.
  643. 2006-11-12 Gert Driesen <[email protected]>
  644. * TextBoxTest.cs: Added (NotWorking) test for bug #79909.
  645. 2006-11-11 Gert Driesen <[email protected]>
  646. * TreeViewTest.cs: Added (NotWorking) tests for BeforeSelect event.
  647. 2006-11-09 Gert Driesen <[email protected]>
  648. * ListViewEventTest.cs: Added tests for SelectedIndexChanged event.
  649. * UpDownTest.cs: Fixed ToStringTest.
  650. 2006-11-09 Alexander Olk <[email protected]>
  651. * CommonDialogsTest.cs: Added
  652. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  653. * StatusBarPanelTest.cs: Added tests for bug #79842
  654. and tests for default properties.
  655. 2006-11-09 Rolf Bjarne Kvinge <[email protected]>
  656. * TrackBarTest.cs: Added tests for bug #79718.
  657. 2006-11-08 Gert Driesen <[email protected]>
  658. * TextBoxTest.cs: Added test for bug #79851.
  659. 2006-11-07 Gert Driesen <[email protected]>
  660. * TabControlTest.cs: Added test for bug #79847.
  661. 2006-11-04 Chris Toshok <[email protected]>
  662. * ControlTest.cs: enable a bunch more of these on linux, and split
  663. out problematic areas into smaller NotWorking tests.
  664. 2006-11-04 Chris Toshok <[email protected]>
  665. * FormTest.cs: add a few more tests to determine various aspects
  666. of the Close() method.
  667. 2006-11-04 Chris Toshok <[email protected]>
  668. * FormTest.cs: add a test to more accurately test for bug #79155
  669. (make sure an ObjectDisposedException is thrown if you Show() a
  670. Form you just Close()'d).
  671. 2006-11-04 Gert Driesen <[email protected]>
  672. * TreeNodeCollectionTest.cs: Added tests for TreeNodeCollection.
  673. 2006-11-04 Gert Driesen <[email protected]>
  674. * ComboBoxTests.cs: Moved to correct namespace. Added test for bug
  675. #79812. Added (NotWorking) SelectedText tests.
  676. 2006-11-01 Gert Driesen <[email protected]>
  677. * TextBoxTest.cs: Added tests for part of bug #79799.
  678. 2006-11-01 Gert Driesen <[email protected]>
  679. * ControlTest.cs: Fixed build using csc 1.x.
  680. 2006-10-30 Alexander Olk <[email protected]>
  681. * PictureBoxTest.cs: Enable the previously not working
  682. ToStringMethodTest and move the not working Image property
  683. test to its own method.
  684. * UpDownTest.cs: Added
  685. 2006-10-29 Chris Toshok <[email protected]>
  686. * ControlTest.cs: correct namespace and add TopLevelControlTest
  687. for bug #79781.
  688. 2006-10-29 Alexander Olk <[email protected]>
  689. * FormTest.cs: Fix typo.
  690. 2006-10-13 Gert Driesen <[email protected]>
  691. * PropertyGridTest.cs: Enabled previously not-working tests.
  692. 2006-10-13 Gert Driesen <[email protected]>
  693. * PropertyGridTest.cs: Added some tests for PropertyGrid.
  694. 2006-10-13 Andreia Gaita <[email protected]>
  695. * FocusTest.cs: add more test cases for GetNextControl.
  696. see #78650
  697. 2006-10-11 Chris Toshok <[email protected]>
  698. * ToolBarTest.cs: add test for ToolBarButton rectangles.
  699. 2006-10-06 Gert Driesen <[email protected]>
  700. * ListViewCollectionsTest.cs: Added tests for bug #79415.
  701. * ListViewTest.cs: Enabled test for bug #79416.
  702. 2006-10-03 Sebastien Pouliot <[email protected]>
  703. * ContainerControlTest.cs: New. Add a few test cases for
  704. GetContainerControl method.
  705. 2006-10-02 Sebastien Pouliot <[email protected]>
  706. * ButtonTest.cs: Activate tests for ButtonBaseAccessibleObject.
  707. 2006-10-02 Sebastien Pouliot <[email protected]>
  708. * ButtonTest.cs: Added new test cases for ButtonBaseAccessibleObject
  709. as NonWorking (see bug #79552). Fixed line-endings.
  710. 2006-09-22 Sebastien Pouliot <[email protected]>
  711. * SystemInformationTest.cs: Add tests case for MenuFont.
  712. 2006-09-18 Jonathan Pobst <[email protected]>
  713. * EventArgsTest.cs: Add tests for ToolStrip*EventArgs.
  714. 2006-09-13 Jonathan Pobst <[email protected]>
  715. * SplitContainerTests.cs: Added.
  716. 2006-09-11 Gert Driesen <[email protected]>
  717. * ListViewTest.cs: Added test for bug #79076. Added tests for
  718. sorting bug fixes. Added tests for CheckBoxes and MultiSelect (marked
  719. NotWorking).
  720. * ListViewCollectionsTest.cs: Added tests for SelectedItemCollection
  721. and ListViewItemCollection fixes.
  722. 2006-09-01 Carlos Alberto Cortez <[email protected]>
  723. * ComboBoxTest.cs: Add tests for sorting and selection handling.
  724. Deal with a couple of exception mismatches in 2_0.
  725. 2006-08-21 Carlos Alberto Cortez <[email protected]>
  726. * ComboBoxTest.cs: Add tests for CB.ObjectCollection
  727. methods throwing ArgumentNullException.
  728. 2006-08-18 Carlos Alberto Cortez <[email protected]>
  729. * ComboBoxTest.cs: Add tests for adding/modifying null items
  730. in ObjectCollection.
  731. * ListBox.cs: Likewise.
  732. 2006-08-08 Chris Toshok <[email protected]>
  733. * GridTableStylesCollectionTest.cs: make this fixture public so
  734. it's actually included, and add a test for changing the
  735. MappingName of a constituent TableStyle.
  736. 2006-07-30 Carlos Alberto Cortez <[email protected]>
  737. * PrintDialogTest.cs: Added.
  738. 2006-07-21 Matt Hargett ([email protected])
  739. * ControlTest.cs: Added tests for MinimumSize/MaximumSize
  740. 2006-07-20 Carlos Alberto Cortez <[email protected]>
  741. * ListControlTest.cs: Added DataSourceWrongArgumentType method
  742. to test the exception being thrown.
  743. 2006-07-18 Carlos Alberto Cortez <[email protected]>
  744. * ListControlTest.cs: Added.
  745. 2006-07-14 Jonathan Pobst <[email protected]>
  746. * EventArgsTest.cs: Added
  747. 2006-07-10 Chris Toshok <[email protected]>
  748. * DataGridTest.cs: make this class public so it shows up in the
  749. list of fixtures (and its tests get run).
  750. * CurrencyManagerTest.cs: add a test that just spews properties
  751. about the currency manager and the datasource, as well as a test
  752. for the finalType field.
  753. 2006-07-07 Chris Toshok <[email protected]>
  754. * DataGridTableStyleTest.cs: couple more tests.
  755. 2006-07-06 Peter Dennis Bartok <[email protected]>
  756. * ControlTest.cs: Added "LinkLabel with link" test
  757. 2006-06-30 Chris Toshok <[email protected]>
  758. * DataGridTableStyleTest.cs: add a bunch of mirrored tests for the
  759. default DataGridTableStyle.
  760. 2006-06-23 Chris Toshok <[email protected]>
  761. * PropertyManagerTest.cs: new tests regarding the
  762. [Related]PropertyManager class.
  763. 2006-06-19 Peter Dennis Bartok <[email protected]>
  764. * ControlTest.cs: Added tests for enabled state inheritance
  765. 2006-06-19 Chris Toshok <[email protected]>
  766. * CurrencyManagerTest.cs: add some tests for related currency
  767. managers.
  768. * BindingContextTest.cs: add a test for
  769. BindingContext.CollectionChanged -=. Also add a test for passing
  770. null for data_member to BindingContext.Contains.
  771. 2006-06-06 Carlos Alberto Cortez <[email protected]>
  772. * FormTest.cs: Add SetDialogResult, to test Form.DialogResult
  773. setter.
  774. 2006-06-01 Chris Toshok <[email protected]>
  775. * CurrencyManagerTest.cs: add a few tests to see what events are
  776. being emitted in which order from AddNew, CancelCurrentEdit and
  777. EndCurrentEdit.
  778. 2006-05-31 Peter Dennis Bartok <[email protected]>
  779. * LabelTest.cs:
  780. - Added (still unused) fuzzy compare for events
  781. - Disabled event order tests, they are too strict
  782. * ScrollBarTest.cs: Disabled event order tests, are too strict
  783. 2006-05-25 Jackson Harper <[email protected]>
  784. * TreeViewTest.cs: Add a couple of default properties. Put in
  785. correct namespace.
  786. * TabControlTest.cs: Put in correct namespace.
  787. 2006-05-25 Atsushi Enomoto <[email protected]>
  788. * BindingContextTest.cs : added more tests for Item, Contains()
  789. and GetEnumerator().
  790. 2006-05-18 Sebastien Pouliot <[email protected]>
  791. * PaintEventArgsTest.cs: New. Unit tests for PaintEventArgs.
  792. 2006-05-18 Atsushi Enomoto <[email protected]>
  793. Some compat fixes found by make run-test-ondotnet:
  794. * ListBoxTest.cs : they don't throw exceptions.
  795. * RichTextBoxTest.cs,
  796. ScrollBarTest.cs,
  797. ComboBoxTest.cs,
  798. ComboBoxTests.cs : Commented some lines out since they are
  799. environment (especially desktop theme) dependent.
  800. TabControlTest.cs : SetSelectedIndex() was my bad that the test
  801. needed the tab control be drawn to pass the test.
  802. Some tests are env. dependent (as well as others).
  803. 2006-05-16 Miguel de Icaza <[email protected]>
  804. * DataGridTest.cs: Add a test case based on 78420, confirm that
  805. the fix works.
  806. 2006-05-15 Atsushi Enomoto <[email protected]>
  807. * TabControlTest.cs : added test for bug #78395.
  808. 2006-04-16 Gert Driesen <[email protected]>
  809. * TabControlTest.cs: Added test for bug #78121. Marked failing tests
  810. NotWorking. Set eol-style to native.
  811. 2006-04-12 Peter Dennis Bartok <[email protected]>
  812. * ControlTest.cs: Added backcolor tests related to transparency
  813. (bug #78026)
  814. 2006-03-31 Peter Dennis Bartok <[email protected]>
  815. * ControlTest.cs: Ignore Invoke test, it hangs
  816. 2006-02-28 Matt Hargett ([email protected])
  817. * ComboBoxTests.cs: Added
  818. 2006-02-02 Peter Dennis Bartok <[email protected]>
  819. * ControlTest.cs: Added test for layout nesting
  820. * MonthCalendarTest.cs: Fixed typo in class name
  821. 2005-12-01 Jackson Harper <[email protected]>
  822. * TreeNodeTest.cs: TreeNodeTest.cs : Added namespace +
  823. SingleNodeIndexTest.
  824. - Fixed warning CS0219. Patches by Dieter Bremes
  825. 2005-11-12 Pedro Martínez Juliá <[email protected]>
  826. * DataGridViewElementTest.cs DataGridViewBandTest.cs
  827. DataGridViewCellTest.cs DataGridViewAdvancedBorderStyleTest.cs
  828. DataGridViewCellStyleTest.cs DataGridViewRowTest.cs DataGridViewTest.cs:
  829. Add some DataGridView tests.
  830. 2005-11-11 Ankit Jain <[email protected]>
  831. * RichTextBoxTest.cs: Fix typos.
  832. 2005-11-09 Peter Dennis Bartok <[email protected]>
  833. * RichTextBoxTest.cs: Added Find() tests
  834. 2005-11-05 Kornél Pál <[email protected]>
  835. * LabelPropertyTest.cs: Updated product version to 1.1.4322.2032 (1.1 SP1).
  836. 2005-10-18 Jordi Mas i Hernandez <[email protected]>
  837. * ListViewCollectionsTest.cs: Add tests for the ListView Collections
  838. 2005-10-17 Ritvik Mayank <[email protected]>
  839. * TabControlTest.cs : Added test case for TabControl
  840. 2005-10-16 Ritvik Mayank <[email protected]>
  841. * TrackBarTest.cs : Added test case for TrackBar
  842. 2005-10-16 Jordi Mas i Hernandez <[email protected]>
  843. * DataGridBoolColumn.cs: fixes warning
  844. 2005-10-10 Peter Dennis Bartok <[email protected]>
  845. * GenerateControlStyleTest.cs, ControlStyleTest.cs: Flipped
  846. order for want and actual to avoid misleading errors
  847. 2005-10-07 Peter Dennis Bartok <[email protected]>
  848. * GenerateControlStyleTest.cs: Code to auto-generate the
  849. source file ControlStyleTest.cs
  850. * ControlStyleTest.cs: Tests for testing ControlStyles
  851. 2005-09-28 Hisham Mardam Bey <[email protected]>
  852. * Common.cs : Add common things here.
  853. * LabelTest.cs : Remove common declarations to Common.cs
  854. * ScrollBarTest.cs : Remove common declarations to Common.cs
  855. Add more propery range / exception tests
  856. Add more event order tests
  857. Fix Mouse tests.
  858. Add event arg tests.
  859. 2005-09-27 Hisham Mardam Bey <[email protected]>
  860. * LabelTest.cs : Added more event tests (external handlers)
  861. Added event arg checks
  862. Fixed OnPaint tests.
  863. Seperated invalidation tests.
  864. 2005-09-26 Hisham Mardam Bey <[email protected]>
  865. * ScrollBarTest.cs : Add more tests for event firing order
  866. Messages to simulate mouse events
  867. 2005-09-23 Ritvik Mayank <[email protected]>
  868. * ErrorProviderTest.cs : Added test case for ErrorProvider
  869. 2005-09-23 Hisham Mardam Bey <[email protected]>
  870. * LabelTest.cs : Added messages to simulate Key* events.
  871. Key* events have tests now.
  872. 2005-09-22 Hisham Mardam Bey <[email protected]>
  873. * LabelTest.cs : Implement event firing order tests.
  874. * ScrollBarTest.cs : Implement event firing order tests.
  875. 2005-09-22 Jordi Mas i Hernandez <[email protected]>
  876. * MenuTest.cs: Fixes some tests
  877. * MenuItemTest.cs: New unit test
  878. 2005-09-21 Hisham Mardam Bey <[email protected]>
  879. * LabelTest.cs : Several new tests.
  880. * ScrollBarTest.cs : Several new tests.
  881. * bitmaps : added dir containing images for tests.
  882. 2005-09-21 Jordi Mas i Hernandez <[email protected]>
  883. * ListViewItemTest.cs: New unit test
  884. 2005-09-20 Jordi Mas i Hernandez <[email protected]>
  885. * ButtonTest.cs, LabelTest.cs, ControlEventTest.cs, ScrollBarTest.cs,
  886. LabelPropertyTest.cs, ProgressBarTest.cs, StatusBarTest.cs,
  887. ImageListTest.cs, MonthCalendarTest.cs, ControlTest.cs,
  888. ListBoxEventTest.cs, TreeViewTest.cs, TestImageIndexConverter.cs,
  889. ToolBarTest.cs, MenuTest.cs
  890. Remove all the tests that are giving errors. All of them should
  891. be reviewed. Right now having this text throwing 40 errors do not
  892. help at all to do regression testing. Peter has already assigned
  893. a group of controls to every developer that will be tested and
  894. reviewed.
  895. 2005-09-20 Ritvik Mayank <[email protected]>
  896. * PictureBoxTest.cs : Test case for PictureBox
  897. 2005-09-08 Ritvik Mayank <[email protected]>
  898. * MonthCalendarTest.cs : Test case for MonthCalendar
  899. 2005-08-29 Ritvik Mayank <[email protected]>
  900. * ProgressBarTest.cs : Test case for ProgressBar
  901. * ToolBarTest.cs : Test case for ToolBar
  902. * ToolTipTest.cs : Test case for ToolTip
  903. * RichTextBoxTest.cs : Test case for RichTextBox
  904. 2005-08-16 Martin Baulig <[email protected]>
  905. * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
  906. to make it compile.
  907. 2005-08-16 Ritvik Mayank <[email protected]>
  908. * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
  909. ListViewTest.cs: enhancement and cleanup
  910. 2005-08-16 Ritvik Mayank <[email protected]>
  911. * ImageListTest.cs : Test case for ImageList
  912. * RadioButtonTest.cs : Test case for RadioButton
  913. * ScrollBarTest.cs : Test case for ScrollBar
  914. * StatusBatTest.cs : Test case for StatusBar
  915. 2005-08-10 Ritvik Mayank <[email protected]>
  916. * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
  917. yet implemented)
  918. 2005-08-08 Jordi Mas i Hernandez <[email protected]>
  919. * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
  920. * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
  921. 2005-08-06 Ritvik Mayank <[email protected]>
  922. * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
  923. 2005-08-05 Ritvik Mayank <[email protected]>
  924. * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
  925. LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
  926. CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
  927. CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
  928. FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
  929. ListViewEventTest.cs :
  930. Cleanup, Ignored tests which need manual intervention,
  931. work still in progress.
  932. 2005-08-05 Jordi Mas i Hernandez <[email protected]>
  933. * DataGridTextBoxColumnTest.cs: test fixes and enhancements
  934. * GridTableStylesCollectionTest.cs: test fixes and enhancements
  935. * DataGridTest.cs: test fixes and enhancements
  936. * DataGridCellTest.cs: New unit test
  937. * GridColumnStylesCollectionTest.cs: test fixes and enhancements
  938. * DataGridTableStyleTest.cs: test fixes and enhancements
  939. 2005-08-04 Peter Dennis Bartok <[email protected]>
  940. * ControlTest.cs: Cleanup, fixed commented out tests with syntax
  941. errors, streamlined a few tests, added full tab order test, still
  942. work in progress
  943. 2005-08-02 Ritvik Mayank <[email protected]>
  944. * FormTest.cs : Test case for Form
  945. * GropBoxTest : Test case for GroupBox
  946. * MenuTest.cs : Test case for Menu
  947. * ImageListTest.cs : Test case for ImageList
  948. 2005-07-26 Ritvik Mayank <[email protected]>
  949. * ListViewTest.cs : Test case for ListView
  950. * ListViewEventTest.cs : Test case for ListView events
  951. * ComboBoxTest.cs : Test case for ComboBox
  952. * FormEventTest.cs : Test case for Form events
  953. 2005-07-12 Ritvik Mayank <[email protected]>
  954. * CheckBoxTest.cs : Test case for CheckBox
  955. * CheckBoxEventTest.cs : Test case for CheckBox events
  956. * CheckedListBoxTest.cs : Test case for CheckedListBox
  957. * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
  958. 2005-07-05 Jordi Mas i Hernandez <[email protected]>
  959. * DataGridTextBoxColumnTest.cs: Test case
  960. * GridTableStylesCollectionTest.cs: Test case
  961. * DataGridTest.cs: Test case
  962. * GridColumnStylesCollectionTest.cs: Test case
  963. * DataGridTableStyleTest.cs: Test case
  964. 2005-07-04 Ritvik Mayank <[email protected]>
  965. * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
  966. * ListBoxEventTest.cs : Test Cases for ListBox Events
  967. 2005-06-13 Ritvik Mayank <[email protected]>
  968. * TextBoxTest.cs : Test Cases for TextBox
  969. * BUttonTest.cs : Test Cases for Buttons
  970. 2005-05-11 Ritvik Mayank <[email protected]>
  971. * ControlEventTest.cs : Test Cases for Events
  972. 2005-05-02 Ritvik Mayank <[email protected]>
  973. * ControlTest.cs : Minor modifications
  974. 2005-05-02 Ritvik Mayank <[email protected]>
  975. * ControlTest.cs : Test for Control
  976. 2005-04-25 Ritvik Mayank <[email protected]>
  977. * LabelPropertyTest.cs : Test for Label
  978. 2004-11-29 Marek Safar <[email protected]>
  979. * TreeViewTest.cs : Test for TreeView
  980. * TreeNodeTest.cs : Test for TreeNode
  981. 2004-11-29 Ravindra <[email protected]>
  982. * ImageIndexConverter.cs : Test for ImageIndexConversion.