ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. 2005-09-08 Ritvik Mayank <[email protected]>
  2. * MonthCalendarTest.cs : Test case for MonthCalendar
  3. 2005-08-29 Ritvik Mayank <[email protected]>
  4. * ProgressBarTest.cs : Test case for ProgressBar
  5. * ToolBarTest.cs : Test case for ToolBar
  6. * ToolTipTest.cs : Test case for ToolTip
  7. * RichTextBoxTest.cs : Test case for RichTextBox
  8. 2005-08-16 Martin Baulig <[email protected]>
  9. * ControlTest.cs: Renamed namespace `MWF.Test' -> `MWF.MonoTest'
  10. to make it compile.
  11. 2005-08-16 Ritvik Mayank <[email protected]>
  12. * ScrollBarTest.cs, ImageListTest.cs, CheckedListBoxTest.cs, CheckedListBoxEventTest.cs, MenuTest.cs,
  13. ListViewTest.cs: enhancement and cleanup
  14. 2005-08-16 Ritvik Mayank <[email protected]>
  15. * ImageListTest.cs : Test case for ImageList
  16. * RadioButtonTest.cs : Test case for RadioButton
  17. * ScrollBarTest.cs : Test case for ScrollBar
  18. * StatusBatTest.cs : Test case for StatusBar
  19. 2005-08-10 Ritvik Mayank <[email protected]>
  20. * ControlTest.cs : Commented out test for GetChildAtPointSkip (feature not
  21. yet implemented)
  22. 2005-08-08 Jordi Mas i Hernandez <[email protected]>
  23. * ComboBoxTest.cs: new tests for properties, exceptions, and colletions
  24. * ListBoxTest.cs: new tests for properties, exceptions, and colletionss
  25. 2005-08-06 Ritvik Mayank <[email protected]>
  26. * ComboBoxTest.cs, ListBoxTest.cs : Cleanup, added few more tests
  27. 2005-08-05 Ritvik Mayank <[email protected]>
  28. * ButtonTest.cs, ImageListTest.cs, ControlEventTest.cs,
  29. LabelPropertyTest.cs, CheckBoxTest.cs, ListBoxEventTest.cs,
  30. CheckBoxEventTest.cs, CheckedListBoxTest.cs, TextBoxTest.cs,
  31. CheckedListBoxEventTest.cs, FormTest.cs, MenuTest.cs,
  32. FormEventTest.cs, GroupBoxTest.cs, ListViewTest.cs,
  33. ListViewEventTest.cs :
  34. Cleanup, Ignored tests which need manual intervention,
  35. work still in progress.
  36. 2005-08-05 Jordi Mas i Hernandez <[email protected]>
  37. * DataGridTextBoxColumnTest.cs: test fixes and enhancements
  38. * GridTableStylesCollectionTest.cs: test fixes and enhancements
  39. * DataGridTest.cs: test fixes and enhancements
  40. * DataGridCellTest.cs: New unit test
  41. * GridColumnStylesCollectionTest.cs: test fixes and enhancements
  42. * DataGridTableStyleTest.cs: test fixes and enhancements
  43. 2005-08-04 Peter Dennis Bartok <[email protected]>
  44. * ControlTest.cs: Cleanup, fixed commented out tests with syntax
  45. errors, streamlined a few tests, added full tab order test, still
  46. work in progress
  47. 2005-08-02 Ritvik Mayank <[email protected]>
  48. * FormTest.cs : Test case for Form
  49. * GropBoxTest : Test case for GroupBox
  50. * MenuTest.cs : Test case for Menu
  51. * ImageListTest.cs : Test case for ImageList
  52. 2005-07-26 Ritvik Mayank <[email protected]>
  53. * ListViewTest.cs : Test case for ListView
  54. * ListViewEventTest.cs : Test case for ListView events
  55. * ComboBoxTest.cs : Test case for ComboBox
  56. * FormEventTest.cs : Test case for Form events
  57. 2005-07-12 Ritvik Mayank <[email protected]>
  58. * CheckBoxTest.cs : Test case for CheckBox
  59. * CheckBoxEventTest.cs : Test case for CheckBox events
  60. * CheckedListBoxTest.cs : Test case for CheckedListBox
  61. * CheckedListBoxEventTest.cs : Test case for CheckedListBox events
  62. 2005-07-05 Jordi Mas i Hernandez <[email protected]>
  63. * DataGridTextBoxColumnTest.cs: Test case
  64. * GridTableStylesCollectionTest.cs: Test case
  65. * DataGridTest.cs: Test case
  66. * GridColumnStylesCollectionTest.cs: Test case
  67. * DataGridTableStyleTest.cs: Test case
  68. 2005-07-04 Ritvik Mayank <[email protected]>
  69. * ListBoxTest.cs : Test Cases for ListBox Properties and Methods
  70. * ListBoxEventTest.cs : Test Cases for ListBox Events
  71. 2005-06-13 Ritvik Mayank <[email protected]>
  72. * TextBoxTest.cs : Test Cases for TextBox
  73. * BUttonTest.cs : Test Cases for Buttons
  74. 2005-05-11 Ritvik Mayank <[email protected]>
  75. * ControlEventTest.cs : Test Cases for Events
  76. 2005-05-02 Ritvik Mayank <[email protected]>
  77. * ControlTest.cs : Minor modifications
  78. 2005-05-02 Ritvik Mayank <[email protected]>
  79. * ControlTest.cs : Test for Control
  80. 2005-04-25 Ritvik Mayank <[email protected]>
  81. * LabelPropertyTest.cs : Test for Label
  82. 2004-11-29 Marek Safar <[email protected]>
  83. * TreeViewTest.cs : Test for TreeView
  84. * TreeNodeTest.cs : Test for TreeNode
  85. 2004-11-29 Ravindra <[email protected]>
  86. * ImageIndexConverter.cs : Test for ImageIndexConversion.