ChangeLog 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  1. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  2. * TableCellTest.cs: the "Text" viewstate value does not control whether
  3. we render the children or not.
  4. * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
  5. so I've made them NotDotNet and fixed all the problems. Also added tests
  6. to ensure that the TextBox's form the BoundColumns are present in the
  7. hierarchy, as before we did nothing there.
  8. * ButtonTest.cs: test to show that a Button's children are not rendered.
  9. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  10. * PagedDataSourceTest.cs: more tests.
  11. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  12. * PagedDataSourceTest.cs: more tests.
  13. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  14. * CalendarTest.cs: added test to check for ID and base attributes being
  15. copied from the calendar into the table.
  16. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  17. * PagedDataSourceTest.cs: nullref is throw on null DataSource.
  18. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  19. * DataGridTest.cs: fixed a test and added a commented out one that works
  20. fine in mono but throws nullref with MS.
  21. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  22. * DataGridTest.cs: more tests that add a TemplateColumn.
  23. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  24. * EditCommandColumnTest.cs: added a test here for datagrid, as this was
  25. the file whose test failed because the id of the datagrid generated
  26. table.
  27. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  28. * FontUnitCas.cs: method name change in FontUnitTest.
  29. * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
  30. added tests for FontSize names beginning with x and containing a dash.
  31. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  32. * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
  33. DataBinding.
  34. 2005-09-24 Gonzalo Paniagua Javier <[email protected]>
  35. * DataGridTest.cs:
  36. * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
  37. 2005-09-23 Sebastien Pouliot <[email protected]>
  38. * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test
  39. case "work" on both MS and Mono.
  40. * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
  41. the FormatException (just like earlier fx did).
  42. 2005-09-23 Sebastien Pouliot <[email protected]>
  43. * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
  44. ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
  45. LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
  46. PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs,
  47. RadioButtonListCas.cs, RangeValidatorCas.cs,
  48. RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
  49. RoleGroupCas.cs, RoleGroupCollectionCas.cs,
  50. SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs,
  51. TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
  52. TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
  53. TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
  54. TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
  55. ValidatedControlConverterCas.cs, ValidationSummaryCas.cs,
  56. WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs,
  57. XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and
  58. re-execute the "classic" unit tests under the most retricted security
  59. permissions possible.
  60. 2005-09-23 Sebastien Pouliot <[email protected]>
  61. * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
  62. * ListItemTest.cs: Fixed header.
  63. * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on
  64. OnBubbleEvent_Authenticated_OnAuthenticate () test case.
  65. * PagedDataSourceTest.cs: Added missing [Test] to
  66. TestEnumerators_NoPaging test case.
  67. * RadioButtonListTest.cs: Fixed header.
  68. * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
  69. * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
  70. before including it in the suite.
  71. * ValidatorTest.cs: Fixed header.
  72. * WebColorConverterTest.cs: Fixed header.
  73. 2005-09-21 Sebastien Pouliot <[email protected]>
  74. * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
  75. BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
  76. BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs,
  77. CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs,
  78. CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
  79. DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
  80. DataGridItemCas.cs, DataGridItemCollectionCas.cs,
  81. DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
  82. DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
  83. FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs,
  84. HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs,
  85. ImageCas.cs: New CAS unit tests - checks for LinkDemands and
  86. re-execute the "classic" unit tests under the most retricted security
  87. permissions possible.
  88. 2005-09-20 Gonzalo Paniagua Javier <[email protected]>
  89. * DataGridTest.cs: added data binding tests.
  90. * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
  91. viewstate, not the DataKeyCollection.
  92. 2005-09-20 Sebastien Pouliot <[email protected]>
  93. * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs,
  94. CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
  95. EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
  96. ListControlTest.cs, MonthChangedEventArgsTest.cs,
  97. RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs,
  98. TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
  99. Fixed tests results under 2.0 Release Candidate (for NET_2_0).
  100. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  101. * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
  102. and empty ArrayList.
  103. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  104. * TableCellTest.cs: TableCell does not get an automatic ID.
  105. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  106. * TableStyleTest.cs: added test to check that GridLines is correctly
  107. restored in LoadViewState.
  108. 2005-09-13 Gonzalo Paniagua Javier <[email protected]>
  109. * TableCellTest.cs: added new test cases for bug #76078.
  110. 2005-09-09 Gonzalo Paniagua Javier <[email protected]>
  111. * ListItemTest.cs: tests for ListItem.
  112. * RadioButtonListTest.cs: more test for load/raise.
  113. 2005-09-09 Chris Toshok <[email protected]>
  114. * StyleTest.cs (FontInfo_Empty): test to see if changes to
  115. Style.Font cause changes in the style's empty status.
  116. 2005-09-07 Chris Toshok <[email protected]>
  117. * CalendarTest.cs (TestSelectedColorDefault): we need to split up
  118. the color tests since they're rendered in different orders by
  119. ms/us.
  120. 2005-09-07 Chris Toshok <[email protected]>
  121. * ListControlTest.cs: add tests for the ControlState.
  122. 2005-09-05 Chris Toshok <[email protected]>
  123. * FormViewTest.cs: new tests.
  124. 2005-09-05 Chris Toshok <[email protected]>
  125. * DataBoundControlTest.cs: new tests.
  126. * BaseDataBoundControlTest.cs: new tests.
  127. 2005-09-01 Chris Toshok <[email protected]>
  128. * ListControlTest.cs (DefaultProperties): add tests for TagKey,
  129. Text, and AppendDataBoundItems.
  130. (ViewStateContents): add checks for Text and AppendDataBoundItems.
  131. 2005-09-01 Raja R Harinath <[email protected]>
  132. * CalendarTest.cs: Remove duplicate using-declarations.
  133. * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
  134. * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
  135. (Poker.DoCreateDataSourceSelectArguments): Likewise.
  136. (Repeater_DefaultsSelectArguments): Likewise.
  137. 2005-08-31 Chris Toshok <[email protected]>
  138. * TreeViewTest.cs: beginnings of new tests.
  139. * RepeaterTest.cs: same.
  140. * XmlDataSourceTest.cs: same.
  141. 2005-08-27 Chris Toshok <[email protected]>
  142. * TextBoxTest.cs: add 2.0 test to show that validation properties
  143. have no effect on downlevel rendering.
  144. 2005-08-26 Chris Toshok <[email protected]>
  145. * TextBoxTest.cs: add tests for the 2.0 validation properties, and
  146. to make sure they're getting saved to the viewstate.
  147. 2005-08-26 Chris Toshok <[email protected]>
  148. * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
  149. 2.0 ToString(IFormatProvider) method.
  150. * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
  151. method.
  152. 2005-08-26 Sebastien Pouliot <[email protected]>
  153. * TableStyleTest.cs: New test cases for 2.0.
  154. 2005-08-25 Sebastien Pouliot <[email protected]>
  155. * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare
  156. rendered output. Re-ordered the expected value to match. Rendering
  157. tests now pass on Mono 1.x|2.0 profile and MS 1.x.
  158. * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
  159. both Mono and MS runtime, maybe it's a feature ;-)
  160. 2005-08-25 Chris Toshok <[email protected]>
  161. * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
  162. (2.0).
  163. 2005-08-25 Sebastien Pouliot <[email protected]>
  164. * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
  165. 2005-08-25 Peter Dennis Bartok <[email protected]>
  166. * StyleTest.cs: Added tests for CssRegisteredStyle
  167. 2005-08-25 Sebastien Pouliot <[email protected]>
  168. * StyleTest.cs: Added test for IsStyleEmpty(null).
  169. 2005-08-24 Chris Toshok <[email protected]>
  170. * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
  171. add tests for ValidationGroup, making sure it's stored in the
  172. ViewState.
  173. 2005-08-24 Sebastien Pouliot <[email protected]>
  174. * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
  175. * RoleGroupCollectionTest.cs: New (2.0). Unit tests for
  176. RoleGroupCollection.
  177. 2005-08-23 Chris Toshok <[email protected]>
  178. * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
  179. class does things a little differently.
  180. 2005-08-22 Chris Toshok <[email protected]>
  181. * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
  182. are different in 2.0.
  183. * ValidationSummaryTest.cs: same.
  184. * XmlTest.cs: same.
  185. * ListBoxTest.cs: same.
  186. * CheckBoxTest.cs: same.
  187. * UnitTest.cs: same.
  188. * TextBoxTest.cs: same.
  189. * CustomValidatorTest.cs: same.
  190. * DataGridTest.cs: same.
  191. * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
  192. presently can't find it, and we already have another ymd date
  193. element order.
  194. 2005-08-22 Chris Toshok <[email protected]>
  195. * RepeatInfoTest.auto.cs: regenerate.
  196. * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
  197. * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
  198. - we need both.
  199. 2005-08-22 Chris Toshok <[email protected]>
  200. * BaseCompareValidatorTest.cs: fix the tests that change behavior
  201. between 1.x and 2.0.
  202. 2005-08-22 Chris Toshok <[email protected]>
  203. * LinkButtonTest.cs: add validation group tests.
  204. 2005-08-22 Chris Toshok <[email protected]>
  205. * ImageButtonTest.cs: add NET_2_0 validation tests.
  206. 2005-08-22 Chris Toshok <[email protected]>
  207. * CheckBoxTest.cs: add NET_2_0 validation tests.
  208. 2005-08-22 Chris Toshok <[email protected]>
  209. * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
  210. ValidationGroup.
  211. (Button_ViewState): same.
  212. 2005-08-22 Sebastien Pouliot <[email protected]>
  213. * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
  214. * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
  215. 2005-08-19 Sebastien Pouliot <[email protected]>
  216. * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
  217. 2005-08-18 Sebastien Pouliot <[email protected]>
  218. * BaseDataListTest.cs: Added test cases for new properties, methods
  219. and events defined in 2.0.
  220. * LoginTest.cs: Added test cases for On* methods.
  221. 2005-08-17 Chris Toshok <[email protected]>
  222. * CompositeControlTest.cs: put it in the MonoTests. namespace so
  223. it shows up in the right place in the nunit gui.
  224. 2005-08-16 Sebastien Pouliot <[email protected]>
  225. * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
  226. Added tests for Load|SaveControlState (2.0). Added basic tests for
  227. SelectedValue property (2.0).
  228. * LoginTest.cs: Added test cases to check for null (removal) on all
  229. string properties, added checks for all enums properties. Also added
  230. test case for SaveViewState.
  231. 2005-08-15 Sebastien Pouliot <[email protected]>
  232. * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
  233. TableHeaderRow class (2.0).
  234. * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
  235. TableFooterRow class (2.0).
  236. * TableRowTest.cs: Added test cases for new (2.0) TableSection
  237. property. Reworked the tests to allow easier reuse of them by the
  238. TableHeaderRow and TableFooterRow classes.
  239. 2005-08-14 Sebastien Pouliot <[email protected]>
  240. * LoginTest.cs: New. Unit tests to test default values for Login.
  241. * TableHeaderCellTest.cs: Add tests for CategoryText and Scope
  242. properties (new in 2.0).
  243. * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
  244. Note that this new 2.0 class seems broken as it is not complete (MS).
  245. 2005-08-12 Chris Toshok <[email protected]>
  246. * CompositeControlTest.cs: a couple of tests for CompositeControl.
  247. 2005-08-09 Sebastien Pouliot <[email protected]>
  248. * BaseDataListTest.cs: Added tests for OnDataBinding.
  249. * DataLitItemTest.cs: Added more useful tests for rendering items,
  250. including a test when two tables are present and extractRows is true.
  251. Added tests for IDataItemContainer (2.0).
  252. 2005-08-08 Jackson Harper <[email protected]>
  253. * PagedDataSourceTest.cs: Tests for creating enumerators when
  254. paging is not enabled.
  255. 2005-08-08 Sebastien Pouliot <[email protected]>
  256. * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
  257. unit tests (probably because it requires a Page, or something else
  258. that can be used as the base url for the application).
  259. 2005-08-03 Peter Dennis Bartok <[email protected]>
  260. * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
  261. for the missing footer; InitializeCellEdit() has a problem with
  262. the name given to the TextBox controls
  263. 2005-08-05 Jackson Harper <[email protected]>
  264. * PagedDataSourceTest.cs: Tests for PageCount.
  265. 2005-08-04 Ben Maurer <[email protected]>
  266. * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
  267. anonymous methods.
  268. 2005-08-04 Dick Porter <[email protected]>
  269. * DataGridColumnTest.cs: Tests for DataGridColumn
  270. 2005-08-03 Ben Maurer <[email protected]>
  271. * RepeatInfoTest.cs: Test for copying from base control
  272. * WebControlTest.cs: Issue I found while doing repeatinfo
  273. * LabelTest.cs: New tests.
  274. * PanelTest.cs: New tests
  275. 2005-08-03 Peter Dennis Bartok <[email protected]>
  276. * EditCommandColumnTest.cs: Enable tests
  277. 2005-08-03 Peter Dennis Bartok <[email protected]>
  278. * DataGridPagerStyleTest.cs: Added testcase
  279. 2005-08-03 Jordi Mas i Hernandez <[email protected]>
  280. * CalendarTest.cs: Trackview states
  281. 2005-08-02 Jackson Harper <[email protected]>
  282. * BoundColumnTest.cs: Start of tests for the BoundColumn class.
  283. 2005-08-02 Jordi Mas i Hernandez <[email protected]>
  284. * RadioButtonListTest.cs: test unit
  285. 2005-08-01 Jackson Harper <[email protected]>
  286. * TableStyleTest.cs: Check that items copied set the styles flags.
  287. 2005-08-01 Jackson Harper <[email protected]>
  288. * PagedDataSourceTest.cs: Test the enumerators a little.
  289. 2005-07-30 Chris Toshok <[email protected]>
  290. * HyperLinkColumnTest.cs: add some tests for how the column
  291. initializes a TableCell.
  292. 2005-07-30 Ben Maurer <[email protected]>
  293. * RepeatInfoTest.auto.cs: Regen.
  294. * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
  295. 2005-07-29 Chris Toshok <[email protected]>
  296. * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
  297. figure out a culture independent way to do it.
  298. (Convert): same with C17/C18.
  299. (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
  300. GetDateElementOrder.
  301. 2005-07-27 Peter Dennis Bartok <[email protected]>
  302. * StyleTest.cs: Added font-related tests to check for special
  303. Name/Names behaviour
  304. 2005-07-29 Chris Toshok <[email protected]>
  305. * BaseCompareValidatorTest.cs: use DateTime to generate the
  306. strings for our date tests, since they're culture specific.
  307. 2005-07-29 Dick Porter <[email protected]>
  308. * RadioButtonTest.cs: Added tests for RadioButton
  309. 2005-07-29 Jordi Mas i Hernandez <[email protected]>
  310. * SelectedDatesCollectionTest.cs: new unit test
  311. * CalendarDayTest.cs: new unit test
  312. * CalendarTest.cs: more tests for calendar control
  313. 2005-07-28 Jackson Harper <[email protected]>
  314. * EditCommandColumnTest.cs: Make the DataGridTest nested so my
  315. top secret DataGrid tests will still compile.
  316. 2005-07-27 Peter Dennis Bartok <[email protected]>
  317. * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
  318. until PagedDataSource is not throwing NotImpl
  319. 2005-07-27 Peter Dennis Bartok <[email protected]>
  320. * CustomValidatorTest.cs: Added tests
  321. 2005-07-27 Peter Dennis Bartok <[email protected]>
  322. * DataGridPagerStyleTest.cs: Added tests
  323. 2005-07-26 Peter Dennis Bartok <[email protected]>
  324. * DataGridItemTest.cs: Added tests
  325. 2005-07-26 Peter Dennis Bartok <[email protected]>
  326. * DataGridItemCollectionTest.cs: Added tests
  327. 2005-07-26 Ben Maurer <[email protected]>
  328. * RepeatInfoTest.cs: Remove tests that are contained below
  329. * RepeatInfoTest.auto.cs: Generated tests.
  330. * RepeatInfoTest.gen.cs: A test generator for repeatinfo
  331. 2005-07-25 Peter Dennis Bartok <[email protected]>
  332. * StyleTest.cs: Refined tests
  333. 2005-07-25 Jackson Harper <[email protected]>
  334. * DataGridTest.cs: More tests for the pager.
  335. 2005-07-22 Jackson Harper <[email protected]>
  336. * DataGridTest.cs: Basic test for InitializePager.
  337. 2005-07-22 Sebastien Pouliot <[email protected]>
  338. * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
  339. 2005-07-21 Jackson Harper <[email protected]>
  340. * DataGridTest.cs: Test the order the events are invoked in when
  341. creating the control hierarchy.
  342. 2005-07-21 Sebastien Pouliot <[email protected]>
  343. * BaseDataList.cs: Replace IList test with IEnumerable test.
  344. * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
  345. * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
  346. property (and LiteralControl).
  347. 2005-07-21 Peter Dennis Bartok <[email protected]>
  348. * CustomValidatorTest.cs: Added
  349. 2005-07-21 Peter Dennis Bartok <[email protected]>
  350. * RangeValidatorTest.cs: More test cases
  351. 2005-07-21 Sebastien Pouliot <[email protected]>
  352. * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
  353. * TableRowTest.cs: Added style rendering tests (for my sanity).
  354. 2005-07-21 Jackson Harper <[email protected]>
  355. * PagedDataSourceTest.cs: Test to see what happens when we get a
  356. non ITypedList.
  357. 2005-07-21 Duncan Mak <[email protected]>
  358. * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
  359. 2005-07-20 Peter Dennis Bartok <[email protected]>
  360. * DropDownListTest.cs: Added [ExpectedException] for double select
  361. test
  362. 2005-07-20 Ben Maurer <[email protected]>
  363. * DropDownListTest.cs (InitialSelectionMade): Add a test for a
  364. regression that seems to be caused by some change to
  365. ListItemCollection. Add this file to sources as all tests other
  366. than this pass using the old impl of ddl except for this, which is
  367. a regression.
  368. 2005-07-20 Sebastien Pouliot <[email protected]>
  369. * RepeatInfoTest.cs: More unit tests for arguments checks, default
  370. values, baseControl (not figured out yet) and OuterTableImplied.
  371. 2005-07-20 Jackson Harper <[email protected]>
  372. 2005-07-20 Jackson Harper <[email protected]>
  373. * DataGridTest.cs: Make sure we get back a proper columns
  374. collection.
  375. 2005-07-20 Jackson Harper <[email protected]>
  376. * DataGridTest.cs: The columns collection cached from the
  377. CreateColumnSet is stored in the view state.
  378. 2005-07-20 Sebastien Pouliot <[email protected]>
  379. * BaseDataListTest.cs: Added more tests ported from DataGridTest.
  380. * DataListTest.cs: Added more tests ported from DataGridTest.
  381. 2005-07-20 Peter Dennis Bartok <[email protected]>
  382. * ValidationSummaryTest.cs: Added rendering tests
  383. 2005-07-20 Jackson Harper <[email protected]>
  384. * DataGridTest.cs: Test generating column names with/without
  385. enabling useDataSource.
  386. 2005-07-20 Sebastien Pouliot <[email protected]>
  387. * DataListTest.cs: Add viewstate test.
  388. 2005-07-20 Jackson Harper <[email protected]>
  389. * DataGridTest.cs: Check the properties of newly created
  390. BoundColumns.
  391. 2005-07-20 Sebastien Pouliot <[email protected]>
  392. * BaseDataListTest.cs: Add render tests (all empty).
  393. * DataListTest.cs: Added Controls vs Items test.
  394. * WebControlTest.cs: Added new (passing) tests.
  395. 2005-07-19 Jackson Harper <[email protected]>
  396. * PagedDataSource.cs: New unit test for GetItemProperties.
  397. 2005-07-19 Jackson Harper <[email protected]>
  398. * DataGridTest.cs: New tests for creating column sets.
  399. 2005-07-19 Sebastien Pouliot <[email protected]>
  400. * DataListTest.cs: Add more tests for IRepeatInfoUser.
  401. * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
  402. I had expected...).
  403. 2005-07-19 Jackson Harper <[email protected]>
  404. * CheckBoxListTest.cs: New tests for FindControl.
  405. 2005-07-19 Jackson Harper <[email protected]>
  406. * DataGridTest.cs: New test for viewstate saving.
  407. 2005-07-19 Chris Toshok <[email protected]>
  408. * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
  409. in ValidatorTest.
  410. 2005-07-19 Peter Dennis Bartok <[email protected]>
  411. * DropDownListTest.cs: Testcases added
  412. * RangeValidatorTest.cs: Added
  413. * ValidatedControlConverterTest.cs: Added
  414. * ValidationSummaryTest.cs: Added
  415. 2005-07-19 Chris Toshok <[email protected]>
  416. * BaseCompareValidatorTest.cs: add date tests.
  417. 2005-07-19 Jackson Harper <[email protected]>
  418. * DataGridTest.cs: Bubble tests for Page command. Tests for bad
  419. Page command bubble event args.
  420. 2005-07-19 Jackson Harper <[email protected]>
  421. * DataGridTest.cs: Select can also be bubbled.
  422. 2005-07-19 Jackson Harper <[email protected]>
  423. * DataGridTest.cs: Tests for the BubbleEvent.
  424. 2005-07-19 Jackson Harper <[email protected]>
  425. * DataGridTest.cs: New tests. Just does properties and events for
  426. the most part.
  427. 2005-07-18 Chris Toshok <[email protected]>
  428. * BaseCompareValidatorTest.cs: note the lack of Date tests, and
  429. add null tests.
  430. 2005-07-18 Chris Toshok <[email protected]>
  431. * BaseCompareValidatorTest.cs: new tests.
  432. 2005-07-19 Ben Maurer <[email protected]>
  433. * UnitConverterTest.cs: New tests
  434. 2005-07-18 Chris Toshok <[email protected]>
  435. * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
  436. CompareValidator_ControlToCompareTest): new methods.
  437. * ValidatorTest.cs: add AddTextBox method.
  438. 2005-07-18 Chris Toshok <[email protected]>
  439. * RegularExpressionValidatorTest.cs: add a simple validation test.
  440. * ValidatorTest.cs: add a base class for validator tests, that
  441. enables a little scaffolding for faking out the test.
  442. 2005-07-18 Chris Toshok <[email protected]>
  443. * CompareValidatorTest.cs: new tests.
  444. 2005-07-18 Chris Toshok <[email protected]>
  445. * RegularExpressionValidatorTest.cs: new test.
  446. 2005-07-18 Sebastien Pouliot <[email protected]>
  447. * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
  448. ViewState.
  449. 2005-07-15 Peter Dennis Bartok <[email protected]>
  450. * DropDownListTest.cs: Testcases added
  451. 2005-07-15 Jackson Harper <[email protected]>
  452. * CheckBoxListTest.cs: New tests for FindControl.
  453. 2005-07-15 Jackson Harper <[email protected]>
  454. * WebControlTest.cs: New test to make sure NamingContainers are
  455. honoured when rendering client ids.
  456. 2005-07-15 Jackson Harper <[email protected]>
  457. * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
  458. and for rendering.
  459. 2005-07-15 Sebastien Pouliot <[email protected]>
  460. * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
  461. * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
  462. * DataListItemCollectionTest.cs: New. Unit tests for
  463. DataListItemCollection.
  464. * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
  465. * DataListTest.cs: New. Unit tests for DataList (incomplete).
  466. 2005-07-14 Jackson Harper <[email protected]>
  467. * CheckBoxListTest.cs: Rendering tests.
  468. 2005-07-14 Jackson Harper <[email protected]>
  469. * CheckBoxListTest.cs: Fix the exception types thrown for bad
  470. enums. Mark as NotWorking as this doesn't work with the old
  471. CheckBoxList class anymore.
  472. 2005-07-14 Jackson Harper <[email protected]>
  473. * CheckBoxListTest.cs: Add some rendering tests. These aren't
  474. fully working yet so they are in the NotWorking category.
  475. 2005-07-14 Jackson Harper <[email protected]>
  476. * CheckBoxListTest.cs: This has the potential to be a beautiful
  477. test.
  478. 2005-07-14 Peter Dennis Bartok <[email protected]>
  479. * WebColorConverter.cs: Testcases added
  480. 2005-07-14 Jackson Harper <[email protected]>
  481. * ListControlTest.cs: New test for the viewstate and item
  482. selection.
  483. 2005-07-14 Dick Porter <[email protected]>
  484. * CheckBoxTest.cs: Added enum checks
  485. 2005-07-14 Peter Dennis Bartok <[email protected]>
  486. * TargetConverterTest.cs: Testcases added
  487. 2005-07-14 Duncan Mak <[email protected]>
  488. * PagedDataSourceTest.cs: Added testcases.
  489. (PageCountTest, CountTest, IsLastPageTest): Needs more work.
  490. 2005-07-13 Peter Dennis Bartok <[email protected]>
  491. * FontNamesConverterTest.cs: Testcases added
  492. 2005-07-13 Peter Dennis Bartok <[email protected]>
  493. * ListItemCollectionTest.cs: Added
  494. * ListBoxTest.cs: Marked test as not working since it dependes on
  495. ListControl making a call to an obsolete internal method
  496. 2005-07-13 Jackson Harper <[email protected]>
  497. * ListControlTest.cs: New tests for the ListControl.
  498. 2005-07-13 Jackson Harper <[email protected]>
  499. * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
  500. the BadBorderStyle test as this fails in ListControls.
  501. 2005-07-13 Sebastien Pouliot <[email protected]>
  502. * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
  503. property was added in Fx 1.1 SP1.
  504. * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
  505. e.g. it doesn't reset itself nor remove it's properties if they're
  506. not part of the copied Style instance.
  507. * TableTest.cs: Adjusted values so we're not testing a 100% match with
  508. MS lines/indentations.
  509. * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
  510. values so we're not testing a 100% match with MS lines/indentations.
  511. * WebControlTest.cs: Added tests to remove attributes and style before
  512. rendering. Empty style properties shouldn't be rendered.
  513. 2005-07-13 Dick Porter <[email protected]>
  514. * CheckBoxTest.cs: Added tests for CheckBox - currently all
  515. passing on mono and ms runtimes.
  516. 2005-07-12 Sebastien Pouliot <[email protected]>
  517. * WebControlTest.cs: Added another test for RenderBeginTag, this time
  518. using an attribute (renamed old test as it was for style attributes).
  519. 2005-07-12 Peter Dennis Bartok <[email protected]>
  520. * WebControlTest.cs: Added test for loading/saving of state. Switched
  521. to use Sebastiens GetWriter method
  522. 2005-07-12 Jackson Harper <[email protected]>
  523. * ListBoxTest.cs: Some simple tests for the ListBox control.
  524. 2005-07-12 Sebastien Pouliot <[email protected]>
  525. * TableTest.cs: Use Ben's trick on StreamWriter.
  526. * WebControlTest.cs: Added tests for RenderBeginTag.
  527. 2005-07-12 Sebastien Pouliot <[email protected]>
  528. * TableCellTest.cs: New. Unit tests for TableCell.
  529. * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
  530. * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
  531. * TableRowTest.cs: New. Unit tests for TableRow.
  532. * TableStyleTest.cs: New. Unit tests for TableStyle.
  533. * TableTest.cs: New. Unit tests for Table.
  534. 2005-07-12 Miguel de Icaza <[email protected]>
  535. * UnitTest.cs: Update test suite.
  536. 2005-07-12 Jordi Mas i Hernandez <[email protected]>
  537. * ButtonTest.cs: add Default constructors tests
  538. * ImageButtonTest.cs: Adds ImageButtonTest
  539. 2005-07-11 Peter Dennis Bartok <[email protected]>
  540. * WebControlTest.cs: Added test.
  541. 2005-07-11 Sebastien Pouliot <[email protected]>
  542. * FontUnitTest.cs: Added more tests when looking for another bug...
  543. * StyleTest.cs: Added some unit tests for a null ctor and checks for
  544. emptyness.
  545. 2005-07-11 Jordi Mas i Hernandez <[email protected]>
  546. * ButtonTest.cs: New unit test for Button
  547. 2005-07-08 Sebastien Pouliot <[email protected]>
  548. * ImageTest.cs: New. Unit tests for Image.
  549. 2005-07-08 Jackson Harper <[email protected]>
  550. * LiteralTest.cs: new test.
  551. * MonthCalendarEventArgsTest.cs: new test.
  552. 2005-07-08 Jackson Harper <[email protected]>
  553. * AdCreatedEventArgsTest.cs: Added test.
  554. 2005-07-07 Miguel de Icaza <[email protected]>
  555. * XmlTest.cs: Added test.
  556. 2005-07-07 Peter Dennis Bartok <[email protected]>
  557. * StyleTest.cs: Added test.
  558. 2005-07-07 Miguel de Icaza <[email protected]>
  559. * LabelTest.cs: Add test.
  560. 2005-07-07 Ben Maurer <[email protected]>
  561. * FontUnitTest.cs: Make it run on msft
  562. 2005-07-06 Miguel de Icaza <[email protected]>
  563. * FontUnitTest.cs: New unit tests.
  564. * UnitTest.cs: Add support for different cultures and the Decimal
  565. separator,
  566. * UnitTest.cs: Add tests for null and "" arguments to Parse and
  567. Unit(string) which produce IsEmpty units.
  568. * UnitTest.cs: Fresh file with tests.
  569. 2004-10-08 Sanjay Gupta <[email protected]>
  570. * TestControlIDConverter.cs: Added new test file for ControlIDConverter.