2
0

ChangeLog 23 KB

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