ChangeLog 22 KB

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