ChangeLog 27 KB

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