ChangeLog 51 KB

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