ChangeLog 41 KB

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