ChangeLog 39 KB

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