2
0

ChangeLog 53 KB

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