ChangeLog 23 KB

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