ChangeLog 55 KB

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