ChangeLog 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407
  1. 2006-08-22 Igor Zelmanovich <[email protected]>
  2. * FontInfoTest.cs: added test: CopyFrom and MergeWith behave differently between 1.1 and 2.0
  3. 2006-08-17 Igor Zelmanovich <[email protected]>
  4. * StyleTest.cs: added test ensures that IsEmpty returns false for
  5. empty style that was registered with StyleSheet
  6. 2006-08-17 Igor Zelmanovich <[email protected]>
  7. * StyleTest.cs: new test was added, fixed Style_CssClass test
  8. 2006-08-16 Yoni Klain <[email protected]>
  9. * DataSourceViewTest.cs; DataSourceControlTest.cs : new tests
  10. 2006-08-15 Igor Zelmanovich <[email protected]>
  11. * MenuTest.cs: new test was added, removed NotWorking attributes
  12. 2006-08-15 Igor Zelmanovich <[email protected]>
  13. * MenuTest.cs: new tests were added.
  14. 2006-08-14 Andrew Skiba <[email protected]>
  15. * TableTest.cs: new test added.
  16. 2006-08-14 Igor Zelmanovich <[email protected]>
  17. * MenuTest.cs: added test showing that items initialization should occurs only once
  18. 2006-08-10 Yoni Klain <[email protected]>
  19. * CallBackTest.cs: New test was added
  20. 2006-08-010 Hagit Yidov <[email protected]>
  21. * ImageMapTest.cs: New test was added
  22. * HotSpotTest.cs: New test was added
  23. * HotSpotCollectionTest.cs: New test was added
  24. * CircleHotSpot.cs: New test was added
  25. * RectangleHotSpot.cs: New test was added
  26. * PolygonHotSpot.cs: New test was added
  27. 2006-08-10 Igor Zelmanovich <[email protected]>
  28. * MenuTest.cs: new tests were added
  29. 2006-08-09 Igor Zelmanovich <[email protected]>
  30. * HierarchicalDataBoundControlTest.cs: added new tests
  31. 2006-08-08 Merav Sudri <[email protected]>
  32. * ObjectDataSourceTest.cs: SetUp with delay was added to the test.
  33. 2006-08-08 Merav Sudri <[email protected]>
  34. * ObjectDataSourceTest.cs: New test was added
  35. 2006-08-08 Yoni Klain <[email protected]>
  36. * LoginViewTest.cs: added new tests and new resources for tests
  37. * ObjectDataSourceView.cs: added new tests
  38. 2006-08-06 Vladimir Krasnov <[email protected]>
  39. * CommandFieldTest.cs:
  40. * GridViewRowCollectionTest.cs:
  41. * MultiViewTest.cs:
  42. * SiteMapPathTest.cs:
  43. * ViewTest.cs:
  44. * XmlDataSourceTest.cs: removed NotWorking attributes
  45. 2006-08-06 Vladimir Krasnov <[email protected]>
  46. * ThemeTest.cs: fixed test resource
  47. 2006-08-06 Vladimir Krasnov <[email protected]>
  48. * ThemeTest.cs: tests added
  49. 2006-08-01 Vladimir Krasnov <[email protected]>
  50. * BulletedListTest.cs: fixed new line in render tests
  51. 2006-07-31 Vladimir Krasnov <[email protected]>
  52. * WizardStepBaseTest.cs:
  53. * MasterPageTest.cs
  54. * MenuTest.cs
  55. * GridViewTest.cs: removed NotWorking attributes
  56. 2006-07-30 Andrew Skiba <[email protected]>
  57. * FormViewTest.cs: fix few tests.
  58. 2006-07-30 Vladimir Krasnov <[email protected]>
  59. * WizardTest.cs: fixed test, removed NotWorking attributes
  60. 2006-07-27 Andrew Skiba <[email protected]>
  61. * FormViewTest.cs: fix few tests.
  62. 2006-07-27 Andrew Skiba <[email protected]>
  63. * DetailsViewTest.cs: fix tests.
  64. 2006-07-26 Vladimir Krasnov <[email protected]>
  65. * XmlDataSourceTest.cs: fixed aspx based tests
  66. 2006-07-26 Andrew Skiba <[email protected]>
  67. * FormViewTest.cs: visual studio ifdef.
  68. 2006-07-26 Andrew Skiba <[email protected]>
  69. * DetailsViewRowTest.cs: fix the test (incomplete).
  70. 2006-07-26 Andrew Skiba <[email protected]>
  71. * DetailsViewTest.cs: fix few tests.
  72. 2006-07-26 Yoni Klain <[email protected]>
  73. * XmlDataSourceTest.cs: Add new tests.
  74. 2006-07-25 Vladimir Krasnov <[email protected]>
  75. * MultiViewTest.cs: added test
  76. 2006-07-25 Vladimir Krasnov <[email protected]>
  77. * GridViewTest.cs:
  78. * ViewTest.cs:
  79. * WizardStepBaseTest.cs:
  80. * WizardTest.cs: fixed tests
  81. 2006-07-25 Merav Sudri <[email protected]>
  82. * FormViewTest.cs: Add three postback tests.
  83. 2006-07-24 Andrew Skiba <[email protected]>
  84. * DetailsViewTest.cs: split a test in two, working and not working.
  85. 2006-07-23 Andrew Skiba <[email protected]>
  86. * DetailsViewTest.cs: fix the test.
  87. 2006-07-20 Andrew Skiba <[email protected]>
  88. * DetailsViewTest.cs: more precise lifetime flow check.
  89. 2006-07-20 Andrew Skiba <[email protected]>
  90. * DetailsViewTest.cs: add EnsureChildControls basic test.
  91. 2006-07-20 Andrew Skiba <[email protected]>
  92. * DetailsViewTest.cs: add a new assert
  93. 2006-07-20 Vladimir Krasnov <[email protected]>
  94. * PagerSettingsTest.cs: fixed PropertyChanged test
  95. 2006-07-19 Andrew Skiba <[email protected]>
  96. * DetailsViewTest.cs: #if VISUAL_STUDIO
  97. 2006-07-20 Yoni Klain <[email protected]>
  98. * GridViewTest.cs: added new tests
  99. 2006-07-19 Andrew Skiba <[email protected]>
  100. * DetailsViewTest.cs: #if NET_2_0
  101. * TableStyleTest.cs: Category ("NotWorking")
  102. 2006-07-19 Andrew Skiba <[email protected]>
  103. * TableStyleTest.cs: add a test for BackImageUrl rendering
  104. 2006-07-19 Merav Sudri <[email protected]>
  105. * DetailsViewRowTest.cs: added new test
  106. * DetailsViewRowCollectionTest.cs: added new test
  107. * FormViewRowTest.cs: added new test
  108. * FormViewTest.cs: added new test
  109. 2006-07-19 Merav Sudri <[email protected]>
  110. * DetailsViewTest.cs: added new test
  111. 2006-07-18 Vladimir Krasnov <[email protected]>
  112. * GridViewTest.cs: removed NotWorking attributes, added tests
  113. 2006-07-17 Yoni Klain <[email protected]>
  114. * SiteMapPathTest.cs: added new test
  115. 2006-07-17 Andrew Skiba <[email protected]>
  116. * CommandFieldTest.cs: added positive flow test for
  117. ValidateSupportsCallback
  118. 2006-07-17 Andrew Skiba <[email protected]>
  119. * WebControlTest.cs: added tests for display style
  120. 2006-07-17 Vladimir Krasnov <[email protected]>
  121. * GridViewTest.cs: added new test
  122. 2006-07-16 Vladimir Krasnov <[email protected]>
  123. * BoundFieldTest.cs: added new test
  124. 2006-07-16 Andrew Skiba <[email protected]>
  125. * SiteMapPathTest.cs: fix expected results for dotnet in 3 tests;
  126. add 2 new asserts for InitializeItem
  127. 2006-07-16 Vladimir Krasnov <[email protected]>
  128. * BulletedListTest.cs: removed NotWorking attributes
  129. 2006-07-16 Yoni Klain <[email protected]>
  130. * added WizardStepBaseTest.cs; WizardStepTest.cs; WizardStepCollectionTest.cs
  131. 2006-07-13 Gonzalo Paniagua Javier <[email protected]>
  132. * DataListTest.cs: new test for templated items. Patch by Jaros?aw
  133. Pawlak.
  134. 2006-07-12 Yoni Klain <[email protected]>
  135. * WizardTest.cs added new tests;
  136. * SiteMapPathTest.cs removed remarks
  137. 2006-07-11 Vladimir Krasnov <[email protected]>
  138. * GridViewTest.cs: added GridView_RenderingCheckBoxField2
  139. for testing of autogenerated checkbox column
  140. 2006-07-11 Yoni Klain <[email protected]>
  141. * ImageFieldTest.cs added new tests;
  142. 2006-07-10 Andrew Skiba <[email protected]>
  143. * SiteMapPathTest.cs: fix expected results for IE user-agent
  144. >>>>>>> .r62654
  145. 2006-07-09 Yoni Klain <[email protected]>
  146. * MenuTest.cs changes on postback;
  147. 2006-07-09 Yoni Klain <[email protected]>
  148. * ContentTest.cs changes on event test;
  149. 2006-07-07 Yoni Klain <[email protected]>
  150. * added PagerSettingsTest.cs;GridViewRowCollectionTest.cs;
  151. ContentTest.cs;GridViewRowTest.cs
  152. 2006-07-07 Yoni Klain <[email protected]>
  153. * GridViewTest.cs, MenuTest.cs added PostBack tests
  154. 2006-07-05 Vladimir Krasnov <[email protected]>
  155. * added CreateUserWizardTest.cs
  156. 2006-07-03 Vladimir Krasnov <[email protected]>
  157. * BoundFieldTest.cs, ButtonFieldTest.cs, DataControlFieldTest.cs
  158. HyperLinkFieldTest.cs, ImageFieldTest.cs: removed NotWorking
  159. attribute from Initialize test case
  160. 2006-06-28 Juraj Skripsky <[email protected]>
  161. * RegularExpressionValidatorTest.cs: check for automatic wrapping of
  162. expression with "^...$".
  163. 2006-06-28 Vladimir Krasnov <[email protected]>
  164. * Added WizardTest.cs: Wizard control basic tests
  165. 2006-06-25 Yoni Klain <[email protected]>
  166. * GridViewTest.cs;
  167. * AutoGeneratedFieldTest.cs;BoundFieldTest.cs;DataControlFieldTest.cs;
  168. * DataControlFieldCollectionTest.cs;DataKeyArrayTest.cs;
  169. * DataKeyTest.cs;ButtonFieldBaseTest.cs;HyperLinkFieldTest.cs;
  170. * CommandFieldTest.cs;CheckBoxFieldTest.cs;TemplateFieldTest.cs
  171. * GridView test and GridView subclasses tests.
  172. 2006-06-25 Konstantin Triger <[email protected]>
  173. * FormViewTest.cs: test for PageIndex bounds.
  174. 2006-06-21 Andrew Skiba <[email protected]>
  175. * ThemeTest.cs, SiteMapPathTest.cs, FormViewTest.cs, MenuTest.cs,
  176. MasterPageTest.cs: NunitWeb refactoring
  177. 2006-06-21 Andrew Skiba <[email protected]>
  178. * FileUploadTest.cs: add new tests for FileUpload control
  179. 2006-06-20 Andrew Skiba <[email protected]>
  180. * ThemeTest.cs: add new test for UrlPropertyAttribute
  181. 2006-06-20 Andrew Skiba <[email protected]>
  182. * FormViewTest.cs: add new test for CssClass attribute
  183. 2006-06-14 Gonzalo Paniagua Javier <[email protected]>
  184. * RepeaterItemCollectionTest.cs: New file.
  185. 2006-06-14 Andrew Skiba <[email protected]>
  186. * MenuTest.cs: add test for CssClass attribute
  187. 2006-06-13 Juraj Skripsky <[email protected]>
  188. * CalendarTest.cs (SelectDateProperty): Make sure SelectedDate is
  189. automatically "rounded" to the same date with time set to 12:00am.
  190. 2006-05-28 Andrew Skiba <[email protected]>
  191. * ThemeTest.cs, MenuTest.cs, MasterPageTest.cs: rename methods to make
  192. nunit quiet
  193. 2006-05-21 Yoni Klain <[email protected]>
  194. * ThemeTest.cs - Add new test
  195. 2006-05-21 Yoni Klain <[email protected]>
  196. * MasterPageTest.cs - add attributes for NotWorking tests
  197. * MenuTest.cs - sleep time changed
  198. 2006-05-21 Yoni Klain <[email protected]>
  199. * Added MasterPageTest.cs
  200. 2006-05-21 Yoni Klain <[email protected]>
  201. * MenuTest.cs, SiteMapPathTest.cs ,BulletedListTest.cs - add attributes for NotWorking tests
  202. 2006-05-21 Yoni Klain <[email protected]>
  203. * Added ContentTest.cs
  204. 2006-05-17 Andrew Skiba <[email protected]>
  205. * MenuTest.cs, SiteMapPathTest.cs: multiple changes, now passes on
  206. dotnet with mono makefile
  207. 2006-05-14 Yoni Klain <[email protected]>
  208. * Added MenuTest.cs
  209. 2006-05-14 Yoni Klain <[email protected]>
  210. * Added SiteMapPathTest.cs
  211. 2006-04-30 Yoni Klain <[email protected]>
  212. * Added SiteMapDataSourceTest.cs
  213. 2006-04-23 Tal Klahr <[email protected]>
  214. * Added ViewTest.cs and MultiViewTest.cs
  215. 2006-04-25 Konstantin Triger <[email protected]>
  216. * FormViewTest.cs: added test for PageCount.
  217. 2006-04-20 Konstantin Triger <[email protected]>
  218. * FormViewTest.cs: added test for PageIndex.
  219. 2006-04-06 Konstantin Triger <[email protected]>
  220. * DataListTest.cs: added test for DataSourceID.
  221. 2006-04-06 Konstantin Triger <[email protected]>
  222. * LoginTest.cs: Added LayoutTemplate property Test.
  223. * LoginViewTest.cs: Added AnonymousTemplate property Test.
  224. 2006-03-28 Alexandre Miguel Pedro Gomes <[email protected]>
  225. * FontInfoTest.cs: Implemented ShouldSerializeNames tests
  226. 2006-03-06 Vladimir Krasnov <[email protected]>
  227. * CalendarTest.cs: refactoring, inline delegates replaced with
  228. regular ones.
  229. * LinkButtonTest.cs: same
  230. 2006-03-03 Vladimir Krasnov <[email protected]>
  231. * PagedDataSourceTest.cs: added TARGET_JVM part to exclude
  232. not working tests.
  233. * WebControlTest.cs: same
  234. 2006-02-21 Chris Toshok <[email protected]>
  235. * SqlDataSourceTest.cs, SqlDataSourceViewTest.cs,
  236. AccessDataSourceTest.cs: new tests.
  237. 2005-12-14 Gonzalo Paniagua Javier <[email protected]>
  238. * DropDownListTest.cs: test for html-encoding of the text.
  239. 2005-11-21 Gonzalo Paniagua Javier <[email protected]>
  240. * RadioButtonTest.cs: more tests for the 'name' attribute.
  241. 2005-10-24 Gonzalo Paniagua Javier <[email protected]>
  242. * LiteralTest.cs: Literal allows LiteralControl.
  243. 2005-10-20 Gonzalo Paniagua Javier <[email protected]>
  244. * ListBoxTest.cs: a few more tests for ListBox and selection.
  245. 2005-10-18 Gonzalo Paniagua Javier <[email protected]>
  246. * ListControlTest.cs: 3 more tests for ListControl.
  247. 2005-10-17 Gonzalo Paniagua Javier <[email protected]>
  248. * CustomValidatorTest.cs: an empty control name is valid.
  249. 2005-10-17 Sebastien Pouliot <[email protected]>
  250. * RequiredFieldValidatorCas.cs: New. CAS unit for
  251. RequiredFieldValidator.
  252. 2005-10-10 Gonzalo Paniagua Javier <[email protected]>
  253. * DataListTest.cs: added some style and IRepeatInfoUser tests.
  254. 2005-10-04 Gonzalo Paniagua Javier <[email protected]>
  255. * ListBoxTest.cs: the name is the UniqueID, not the ClientID.
  256. * WebControlTest.cs: Attributes statebag is case insensitive.
  257. 2005-10-02 Gonzalo Paniagua Javier <[email protected]>
  258. * ImageButtonTest.cs: test that 'name' attribute is rendered.
  259. 2005-10-02 Gonzalo Paniagua Javier <[email protected]>
  260. * DataGridTest.cs: Test for ButtonColumn with DataTextField.
  261. 2005-10-02 Gonzalo Paniagua Javier <[email protected]>
  262. * DataGridTest.cs: new test for the style of the linkbutton in the
  263. headers when sorting is enabled. Also test that the Items property
  264. contains the DataGridItems.
  265. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  266. * TableCellTest.cs: the "Text" viewstate value does not control whether
  267. we render the children or not.
  268. * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
  269. so I've made them NotDotNet and fixed all the problems. Also added tests
  270. to ensure that the TextBox's form the BoundColumns are present in the
  271. hierarchy, as before we did nothing there.
  272. * ButtonTest.cs: test to show that a Button's children are not rendered.
  273. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  274. * PagedDataSourceTest.cs: more tests.
  275. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  276. * PagedDataSourceTest.cs: more tests.
  277. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  278. * CalendarTest.cs: added test to check for ID and base attributes being
  279. copied from the calendar into the table.
  280. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  281. * PagedDataSourceTest.cs: nullref is throw on null DataSource.
  282. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  283. * DataGridTest.cs: fixed a test and added a commented out one that works
  284. fine in mono but throws nullref with MS.
  285. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  286. * DataGridTest.cs: more tests that add a TemplateColumn.
  287. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  288. * EditCommandColumnTest.cs: added a test here for datagrid, as this was
  289. the file whose test failed because the id of the datagrid generated
  290. table.
  291. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  292. * FontUnitCas.cs: method name change in FontUnitTest.
  293. * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
  294. added tests for FontSize names beginning with x and containing a dash.
  295. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  296. * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
  297. DataBinding.
  298. 2005-09-24 Gonzalo Paniagua Javier <[email protected]>
  299. * DataGridTest.cs:
  300. * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
  301. 2005-09-23 Sebastien Pouliot <[email protected]>
  302. * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test
  303. case "work" on both MS and Mono.
  304. * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
  305. the FormatException (just like earlier fx did).
  306. 2005-09-23 Sebastien Pouliot <[email protected]>
  307. * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
  308. ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
  309. LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
  310. PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs,
  311. RadioButtonListCas.cs, RangeValidatorCas.cs,
  312. RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
  313. RoleGroupCas.cs, RoleGroupCollectionCas.cs,
  314. SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs,
  315. TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
  316. TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
  317. TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
  318. TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
  319. ValidatedControlConverterCas.cs, ValidationSummaryCas.cs,
  320. WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs,
  321. XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and
  322. re-execute the "classic" unit tests under the most retricted security
  323. permissions possible.
  324. 2005-09-23 Sebastien Pouliot <[email protected]>
  325. * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
  326. * ListItemTest.cs: Fixed header.
  327. * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on
  328. OnBubbleEvent_Authenticated_OnAuthenticate () test case.
  329. * PagedDataSourceTest.cs: Added missing [Test] to
  330. TestEnumerators_NoPaging test case.
  331. * RadioButtonListTest.cs: Fixed header.
  332. * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
  333. * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
  334. before including it in the suite.
  335. * ValidatorTest.cs: Fixed header.
  336. * WebColorConverterTest.cs: Fixed header.
  337. 2005-09-21 Sebastien Pouliot <[email protected]>
  338. * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
  339. BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
  340. BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs,
  341. CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs,
  342. CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
  343. DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
  344. DataGridItemCas.cs, DataGridItemCollectionCas.cs,
  345. DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
  346. DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
  347. FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs,
  348. HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs,
  349. ImageCas.cs: New CAS unit tests - checks for LinkDemands and
  350. re-execute the "classic" unit tests under the most retricted security
  351. permissions possible.
  352. 2005-09-20 Gonzalo Paniagua Javier <[email protected]>
  353. * DataGridTest.cs: added data binding tests.
  354. * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
  355. viewstate, not the DataKeyCollection.
  356. 2005-09-20 Sebastien Pouliot <[email protected]>
  357. * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs,
  358. CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
  359. EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
  360. ListControlTest.cs, MonthChangedEventArgsTest.cs,
  361. RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs,
  362. TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
  363. Fixed tests results under 2.0 Release Candidate (for NET_2_0).
  364. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  365. * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
  366. and empty ArrayList.
  367. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  368. * TableCellTest.cs: TableCell does not get an automatic ID.
  369. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  370. * TableStyleTest.cs: added test to check that GridLines is correctly
  371. restored in LoadViewState.
  372. 2005-09-13 Gonzalo Paniagua Javier <[email protected]>
  373. * TableCellTest.cs: added new test cases for bug #76078.
  374. 2005-09-09 Gonzalo Paniagua Javier <[email protected]>
  375. * ListItemTest.cs: tests for ListItem.
  376. * RadioButtonListTest.cs: more test for load/raise.
  377. 2005-09-09 Chris Toshok <[email protected]>
  378. * StyleTest.cs (FontInfo_Empty): test to see if changes to
  379. Style.Font cause changes in the style's empty status.
  380. 2005-09-07 Chris Toshok <[email protected]>
  381. * CalendarTest.cs (TestSelectedColorDefault): we need to split up
  382. the color tests since they're rendered in different orders by
  383. ms/us.
  384. 2005-09-07 Chris Toshok <[email protected]>
  385. * ListControlTest.cs: add tests for the ControlState.
  386. 2005-09-05 Chris Toshok <[email protected]>
  387. * FormViewTest.cs: new tests.
  388. 2005-09-05 Chris Toshok <[email protected]>
  389. * DataBoundControlTest.cs: new tests.
  390. * BaseDataBoundControlTest.cs: new tests.
  391. 2005-09-01 Chris Toshok <[email protected]>
  392. * ListControlTest.cs (DefaultProperties): add tests for TagKey,
  393. Text, and AppendDataBoundItems.
  394. (ViewStateContents): add checks for Text and AppendDataBoundItems.
  395. 2005-09-01 Raja R Harinath <[email protected]>
  396. * CalendarTest.cs: Remove duplicate using-declarations.
  397. * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
  398. * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
  399. (Poker.DoCreateDataSourceSelectArguments): Likewise.
  400. (Repeater_DefaultsSelectArguments): Likewise.
  401. 2005-08-31 Chris Toshok <[email protected]>
  402. * TreeViewTest.cs: beginnings of new tests.
  403. * RepeaterTest.cs: same.
  404. * XmlDataSourceTest.cs: same.
  405. 2005-08-27 Chris Toshok <[email protected]>
  406. * TextBoxTest.cs: add 2.0 test to show that validation properties
  407. have no effect on downlevel rendering.
  408. 2005-08-26 Chris Toshok <[email protected]>
  409. * TextBoxTest.cs: add tests for the 2.0 validation properties, and
  410. to make sure they're getting saved to the viewstate.
  411. 2005-08-26 Chris Toshok <[email protected]>
  412. * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
  413. 2.0 ToString(IFormatProvider) method.
  414. * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
  415. method.
  416. 2005-08-26 Sebastien Pouliot <[email protected]>
  417. * TableStyleTest.cs: New test cases for 2.0.
  418. 2005-08-25 Sebastien Pouliot <[email protected]>
  419. * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare
  420. rendered output. Re-ordered the expected value to match. Rendering
  421. tests now pass on Mono 1.x|2.0 profile and MS 1.x.
  422. * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
  423. both Mono and MS runtime, maybe it's a feature ;-)
  424. 2005-08-25 Chris Toshok <[email protected]>
  425. * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
  426. (2.0).
  427. 2005-08-25 Sebastien Pouliot <[email protected]>
  428. * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
  429. 2005-08-25 Peter Dennis Bartok <[email protected]>
  430. * StyleTest.cs: Added tests for CssRegisteredStyle
  431. 2005-08-25 Sebastien Pouliot <[email protected]>
  432. * StyleTest.cs: Added test for IsStyleEmpty(null).
  433. 2005-08-24 Chris Toshok <[email protected]>
  434. * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
  435. add tests for ValidationGroup, making sure it's stored in the
  436. ViewState.
  437. 2005-08-24 Sebastien Pouliot <[email protected]>
  438. * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
  439. * RoleGroupCollectionTest.cs: New (2.0). Unit tests for
  440. RoleGroupCollection.
  441. 2005-08-23 Chris Toshok <[email protected]>
  442. * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
  443. class does things a little differently.
  444. 2005-08-22 Chris Toshok <[email protected]>
  445. * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
  446. are different in 2.0.
  447. * ValidationSummaryTest.cs: same.
  448. * XmlTest.cs: same.
  449. * ListBoxTest.cs: same.
  450. * CheckBoxTest.cs: same.
  451. * UnitTest.cs: same.
  452. * TextBoxTest.cs: same.
  453. * CustomValidatorTest.cs: same.
  454. * DataGridTest.cs: same.
  455. * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
  456. presently can't find it, and we already have another ymd date
  457. element order.
  458. 2005-08-22 Chris Toshok <[email protected]>
  459. * RepeatInfoTest.auto.cs: regenerate.
  460. * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
  461. * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
  462. - we need both.
  463. 2005-08-22 Chris Toshok <[email protected]>
  464. * BaseCompareValidatorTest.cs: fix the tests that change behavior
  465. between 1.x and 2.0.
  466. 2005-08-22 Chris Toshok <[email protected]>
  467. * LinkButtonTest.cs: add validation group tests.
  468. 2005-08-22 Chris Toshok <[email protected]>
  469. * ImageButtonTest.cs: add NET_2_0 validation tests.
  470. 2005-08-22 Chris Toshok <[email protected]>
  471. * CheckBoxTest.cs: add NET_2_0 validation tests.
  472. 2005-08-22 Chris Toshok <[email protected]>
  473. * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
  474. ValidationGroup.
  475. (Button_ViewState): same.
  476. 2005-08-22 Sebastien Pouliot <[email protected]>
  477. * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
  478. * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
  479. 2005-08-19 Sebastien Pouliot <[email protected]>
  480. * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
  481. 2005-08-18 Sebastien Pouliot <[email protected]>
  482. * BaseDataListTest.cs: Added test cases for new properties, methods
  483. and events defined in 2.0.
  484. * LoginTest.cs: Added test cases for On* methods.
  485. 2005-08-17 Chris Toshok <[email protected]>
  486. * CompositeControlTest.cs: put it in the MonoTests. namespace so
  487. it shows up in the right place in the nunit gui.
  488. 2005-08-16 Sebastien Pouliot <[email protected]>
  489. * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
  490. Added tests for Load|SaveControlState (2.0). Added basic tests for
  491. SelectedValue property (2.0).
  492. * LoginTest.cs: Added test cases to check for null (removal) on all
  493. string properties, added checks for all enums properties. Also added
  494. test case for SaveViewState.
  495. 2005-08-15 Sebastien Pouliot <[email protected]>
  496. * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
  497. TableHeaderRow class (2.0).
  498. * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
  499. TableFooterRow class (2.0).
  500. * TableRowTest.cs: Added test cases for new (2.0) TableSection
  501. property. Reworked the tests to allow easier reuse of them by the
  502. TableHeaderRow and TableFooterRow classes.
  503. 2005-08-14 Sebastien Pouliot <[email protected]>
  504. * LoginTest.cs: New. Unit tests to test default values for Login.
  505. * TableHeaderCellTest.cs: Add tests for CategoryText and Scope
  506. properties (new in 2.0).
  507. * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
  508. Note that this new 2.0 class seems broken as it is not complete (MS).
  509. 2005-08-12 Chris Toshok <[email protected]>
  510. * CompositeControlTest.cs: a couple of tests for CompositeControl.
  511. 2005-08-09 Sebastien Pouliot <[email protected]>
  512. * BaseDataListTest.cs: Added tests for OnDataBinding.
  513. * DataLitItemTest.cs: Added more useful tests for rendering items,
  514. including a test when two tables are present and extractRows is true.
  515. Added tests for IDataItemContainer (2.0).
  516. 2005-08-08 Jackson Harper <[email protected]>
  517. * PagedDataSourceTest.cs: Tests for creating enumerators when
  518. paging is not enabled.
  519. 2005-08-08 Sebastien Pouliot <[email protected]>
  520. * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
  521. unit tests (probably because it requires a Page, or something else
  522. that can be used as the base url for the application).
  523. 2005-08-03 Peter Dennis Bartok <[email protected]>
  524. * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
  525. for the missing footer; InitializeCellEdit() has a problem with
  526. the name given to the TextBox controls
  527. 2005-08-05 Jackson Harper <[email protected]>
  528. * PagedDataSourceTest.cs: Tests for PageCount.
  529. 2005-08-04 Ben Maurer <[email protected]>
  530. * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
  531. anonymous methods.
  532. 2005-08-04 Dick Porter <[email protected]>
  533. * DataGridColumnTest.cs: Tests for DataGridColumn
  534. 2005-08-03 Ben Maurer <[email protected]>
  535. * RepeatInfoTest.cs: Test for copying from base control
  536. * WebControlTest.cs: Issue I found while doing repeatinfo
  537. * LabelTest.cs: New tests.
  538. * PanelTest.cs: New tests
  539. 2005-08-03 Peter Dennis Bartok <[email protected]>
  540. * EditCommandColumnTest.cs: Enable tests
  541. 2005-08-03 Peter Dennis Bartok <[email protected]>
  542. * DataGridPagerStyleTest.cs: Added testcase
  543. 2005-08-03 Jordi Mas i Hernandez <[email protected]>
  544. * CalendarTest.cs: Trackview states
  545. 2005-08-02 Jackson Harper <[email protected]>
  546. * BoundColumnTest.cs: Start of tests for the BoundColumn class.
  547. 2005-08-02 Jordi Mas i Hernandez <[email protected]>
  548. * RadioButtonListTest.cs: test unit
  549. 2005-08-01 Jackson Harper <[email protected]>
  550. * TableStyleTest.cs: Check that items copied set the styles flags.
  551. 2005-08-01 Jackson Harper <[email protected]>
  552. * PagedDataSourceTest.cs: Test the enumerators a little.
  553. 2005-07-30 Chris Toshok <[email protected]>
  554. * HyperLinkColumnTest.cs: add some tests for how the column
  555. initializes a TableCell.
  556. 2005-07-30 Ben Maurer <[email protected]>
  557. * RepeatInfoTest.auto.cs: Regen.
  558. * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
  559. 2005-07-29 Chris Toshok <[email protected]>
  560. * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
  561. figure out a culture independent way to do it.
  562. (Convert): same with C17/C18.
  563. (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
  564. GetDateElementOrder.
  565. 2005-07-27 Peter Dennis Bartok <[email protected]>
  566. * StyleTest.cs: Added font-related tests to check for special
  567. Name/Names behaviour
  568. 2005-07-29 Chris Toshok <[email protected]>
  569. * BaseCompareValidatorTest.cs: use DateTime to generate the
  570. strings for our date tests, since they're culture specific.
  571. 2005-07-29 Dick Porter <[email protected]>
  572. * RadioButtonTest.cs: Added tests for RadioButton
  573. 2005-07-29 Jordi Mas i Hernandez <[email protected]>
  574. * SelectedDatesCollectionTest.cs: new unit test
  575. * CalendarDayTest.cs: new unit test
  576. * CalendarTest.cs: more tests for calendar control
  577. 2005-07-28 Jackson Harper <[email protected]>
  578. * EditCommandColumnTest.cs: Make the DataGridTest nested so my
  579. top secret DataGrid tests will still compile.
  580. 2005-07-27 Peter Dennis Bartok <[email protected]>
  581. * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
  582. until PagedDataSource is not throwing NotImpl
  583. 2005-07-27 Peter Dennis Bartok <[email protected]>
  584. * CustomValidatorTest.cs: Added tests
  585. 2005-07-27 Peter Dennis Bartok <[email protected]>
  586. * DataGridPagerStyleTest.cs: Added tests
  587. 2005-07-26 Peter Dennis Bartok <[email protected]>
  588. * DataGridItemTest.cs: Added tests
  589. 2005-07-26 Peter Dennis Bartok <[email protected]>
  590. * DataGridItemCollectionTest.cs: Added tests
  591. 2005-07-26 Ben Maurer <[email protected]>
  592. * RepeatInfoTest.cs: Remove tests that are contained below
  593. * RepeatInfoTest.auto.cs: Generated tests.
  594. * RepeatInfoTest.gen.cs: A test generator for repeatinfo
  595. 2005-07-25 Peter Dennis Bartok <[email protected]>
  596. * StyleTest.cs: Refined tests
  597. 2005-07-25 Jackson Harper <[email protected]>
  598. * DataGridTest.cs: More tests for the pager.
  599. 2005-07-22 Jackson Harper <[email protected]>
  600. * DataGridTest.cs: Basic test for InitializePager.
  601. 2005-07-22 Sebastien Pouliot <[email protected]>
  602. * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
  603. 2005-07-21 Jackson Harper <[email protected]>
  604. * DataGridTest.cs: Test the order the events are invoked in when
  605. creating the control hierarchy.
  606. 2005-07-21 Sebastien Pouliot <[email protected]>
  607. * BaseDataList.cs: Replace IList test with IEnumerable test.
  608. * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
  609. * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
  610. property (and LiteralControl).
  611. 2005-07-21 Peter Dennis Bartok <[email protected]>
  612. * CustomValidatorTest.cs: Added
  613. 2005-07-21 Peter Dennis Bartok <[email protected]>
  614. * RangeValidatorTest.cs: More test cases
  615. 2005-07-21 Sebastien Pouliot <[email protected]>
  616. * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
  617. * TableRowTest.cs: Added style rendering tests (for my sanity).
  618. 2005-07-21 Jackson Harper <[email protected]>
  619. * PagedDataSourceTest.cs: Test to see what happens when we get a
  620. non ITypedList.
  621. 2005-07-21 Duncan Mak <[email protected]>
  622. * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
  623. 2005-07-20 Peter Dennis Bartok <[email protected]>
  624. * DropDownListTest.cs: Added [ExpectedException] for double select
  625. test
  626. 2005-07-20 Ben Maurer <[email protected]>
  627. * DropDownListTest.cs (InitialSelectionMade): Add a test for a
  628. regression that seems to be caused by some change to
  629. ListItemCollection. Add this file to sources as all tests other
  630. than this pass using the old impl of ddl except for this, which is
  631. a regression.
  632. 2005-07-20 Sebastien Pouliot <[email protected]>
  633. * RepeatInfoTest.cs: More unit tests for arguments checks, default
  634. values, baseControl (not figured out yet) and OuterTableImplied.
  635. 2005-07-20 Jackson Harper <[email protected]>
  636. 2005-07-20 Jackson Harper <[email protected]>
  637. * DataGridTest.cs: Make sure we get back a proper columns
  638. collection.
  639. 2005-07-20 Jackson Harper <[email protected]>
  640. * DataGridTest.cs: The columns collection cached from the
  641. CreateColumnSet is stored in the view state.
  642. 2005-07-20 Sebastien Pouliot <[email protected]>
  643. * BaseDataListTest.cs: Added more tests ported from DataGridTest.
  644. * DataListTest.cs: Added more tests ported from DataGridTest.
  645. 2005-07-20 Peter Dennis Bartok <[email protected]>
  646. * ValidationSummaryTest.cs: Added rendering tests
  647. 2005-07-20 Jackson Harper <[email protected]>
  648. * DataGridTest.cs: Test generating column names with/without
  649. enabling useDataSource.
  650. 2005-07-20 Sebastien Pouliot <[email protected]>
  651. * DataListTest.cs: Add viewstate test.
  652. 2005-07-20 Jackson Harper <[email protected]>
  653. * DataGridTest.cs: Check the properties of newly created
  654. BoundColumns.
  655. 2005-07-20 Sebastien Pouliot <[email protected]>
  656. * BaseDataListTest.cs: Add render tests (all empty).
  657. * DataListTest.cs: Added Controls vs Items test.
  658. * WebControlTest.cs: Added new (passing) tests.
  659. 2005-07-19 Jackson Harper <[email protected]>
  660. * PagedDataSource.cs: New unit test for GetItemProperties.
  661. 2005-07-19 Jackson Harper <[email protected]>
  662. * DataGridTest.cs: New tests for creating column sets.
  663. 2005-07-19 Sebastien Pouliot <[email protected]>
  664. * DataListTest.cs: Add more tests for IRepeatInfoUser.
  665. * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
  666. I had expected...).
  667. 2005-07-19 Jackson Harper <[email protected]>
  668. * CheckBoxListTest.cs: New tests for FindControl.
  669. 2005-07-19 Jackson Harper <[email protected]>
  670. * DataGridTest.cs: New test for viewstate saving.
  671. 2005-07-19 Chris Toshok <[email protected]>
  672. * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
  673. in ValidatorTest.
  674. 2005-07-19 Peter Dennis Bartok <[email protected]>
  675. * DropDownListTest.cs: Testcases added
  676. * RangeValidatorTest.cs: Added
  677. * ValidatedControlConverterTest.cs: Added
  678. * ValidationSummaryTest.cs: Added
  679. 2005-07-19 Chris Toshok <[email protected]>
  680. * BaseCompareValidatorTest.cs: add date tests.
  681. 2005-07-19 Jackson Harper <[email protected]>
  682. * DataGridTest.cs: Bubble tests for Page command. Tests for bad
  683. Page command bubble event args.
  684. 2005-07-19 Jackson Harper <[email protected]>
  685. * DataGridTest.cs: Select can also be bubbled.
  686. 2005-07-19 Jackson Harper <[email protected]>
  687. * DataGridTest.cs: Tests for the BubbleEvent.
  688. 2005-07-19 Jackson Harper <[email protected]>
  689. * DataGridTest.cs: New tests. Just does properties and events for
  690. the most part.
  691. 2005-07-18 Chris Toshok <[email protected]>
  692. * BaseCompareValidatorTest.cs: note the lack of Date tests, and
  693. add null tests.
  694. 2005-07-18 Chris Toshok <[email protected]>
  695. * BaseCompareValidatorTest.cs: new tests.
  696. 2005-07-19 Ben Maurer <[email protected]>
  697. * UnitConverterTest.cs: New tests
  698. 2005-07-18 Chris Toshok <[email protected]>
  699. * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
  700. CompareValidator_ControlToCompareTest): new methods.
  701. * ValidatorTest.cs: add AddTextBox method.
  702. 2005-07-18 Chris Toshok <[email protected]>
  703. * RegularExpressionValidatorTest.cs: add a simple validation test.
  704. * ValidatorTest.cs: add a base class for validator tests, that
  705. enables a little scaffolding for faking out the test.
  706. 2005-07-18 Chris Toshok <[email protected]>
  707. * CompareValidatorTest.cs: new tests.
  708. 2005-07-18 Chris Toshok <[email protected]>
  709. * RegularExpressionValidatorTest.cs: new test.
  710. 2005-07-18 Sebastien Pouliot <[email protected]>
  711. * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
  712. ViewState.
  713. 2005-07-15 Peter Dennis Bartok <[email protected]>
  714. * DropDownListTest.cs: Testcases added
  715. 2005-07-15 Jackson Harper <[email protected]>
  716. * CheckBoxListTest.cs: New tests for FindControl.
  717. 2005-07-15 Jackson Harper <[email protected]>
  718. * WebControlTest.cs: New test to make sure NamingContainers are
  719. honoured when rendering client ids.
  720. 2005-07-15 Jackson Harper <[email protected]>
  721. * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
  722. and for rendering.
  723. 2005-07-15 Sebastien Pouliot <[email protected]>
  724. * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
  725. * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
  726. * DataListItemCollectionTest.cs: New. Unit tests for
  727. DataListItemCollection.
  728. * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
  729. * DataListTest.cs: New. Unit tests for DataList (incomplete).
  730. 2005-07-14 Jackson Harper <[email protected]>
  731. * CheckBoxListTest.cs: Rendering tests.
  732. 2005-07-14 Jackson Harper <[email protected]>
  733. * CheckBoxListTest.cs: Fix the exception types thrown for bad
  734. enums. Mark as NotWorking as this doesn't work with the old
  735. CheckBoxList class anymore.
  736. 2005-07-14 Jackson Harper <[email protected]>
  737. * CheckBoxListTest.cs: Add some rendering tests. These aren't
  738. fully working yet so they are in the NotWorking category.
  739. 2005-07-14 Jackson Harper <[email protected]>
  740. * CheckBoxListTest.cs: This has the potential to be a beautiful
  741. test.
  742. 2005-07-14 Peter Dennis Bartok <[email protected]>
  743. * WebColorConverter.cs: Testcases added
  744. 2005-07-14 Jackson Harper <[email protected]>
  745. * ListControlTest.cs: New test for the viewstate and item
  746. selection.
  747. 2005-07-14 Dick Porter <[email protected]>
  748. * CheckBoxTest.cs: Added enum checks
  749. 2005-07-14 Peter Dennis Bartok <[email protected]>
  750. * TargetConverterTest.cs: Testcases added
  751. 2005-07-14 Duncan Mak <[email protected]>
  752. * PagedDataSourceTest.cs: Added testcases.
  753. (PageCountTest, CountTest, IsLastPageTest): Needs more work.
  754. 2005-07-13 Peter Dennis Bartok <[email protected]>
  755. * FontNamesConverterTest.cs: Testcases added
  756. 2005-07-13 Peter Dennis Bartok <[email protected]>
  757. * ListItemCollectionTest.cs: Added
  758. * ListBoxTest.cs: Marked test as not working since it dependes on
  759. ListControl making a call to an obsolete internal method
  760. 2005-07-13 Jackson Harper <[email protected]>
  761. * ListControlTest.cs: New tests for the ListControl.
  762. 2005-07-13 Jackson Harper <[email protected]>
  763. * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
  764. the BadBorderStyle test as this fails in ListControls.
  765. 2005-07-13 Sebastien Pouliot <[email protected]>
  766. * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
  767. property was added in Fx 1.1 SP1.
  768. * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
  769. e.g. it doesn't reset itself nor remove it's properties if they're
  770. not part of the copied Style instance.
  771. * TableTest.cs: Adjusted values so we're not testing a 100% match with
  772. MS lines/indentations.
  773. * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
  774. values so we're not testing a 100% match with MS lines/indentations.
  775. * WebControlTest.cs: Added tests to remove attributes and style before
  776. rendering. Empty style properties shouldn't be rendered.
  777. 2005-07-13 Dick Porter <[email protected]>
  778. * CheckBoxTest.cs: Added tests for CheckBox - currently all
  779. passing on mono and ms runtimes.
  780. 2005-07-12 Sebastien Pouliot <[email protected]>
  781. * WebControlTest.cs: Added another test for RenderBeginTag, this time
  782. using an attribute (renamed old test as it was for style attributes).
  783. 2005-07-12 Peter Dennis Bartok <[email protected]>
  784. * WebControlTest.cs: Added test for loading/saving of state. Switched
  785. to use Sebastiens GetWriter method
  786. 2005-07-12 Jackson Harper <[email protected]>
  787. * ListBoxTest.cs: Some simple tests for the ListBox control.
  788. 2005-07-12 Sebastien Pouliot <[email protected]>
  789. * TableTest.cs: Use Ben's trick on StreamWriter.
  790. * WebControlTest.cs: Added tests for RenderBeginTag.
  791. 2005-07-12 Sebastien Pouliot <[email protected]>
  792. * TableCellTest.cs: New. Unit tests for TableCell.
  793. * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
  794. * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
  795. * TableRowTest.cs: New. Unit tests for TableRow.
  796. * TableStyleTest.cs: New. Unit tests for TableStyle.
  797. * TableTest.cs: New. Unit tests for Table.
  798. 2005-07-12 Miguel de Icaza <[email protected]>
  799. * UnitTest.cs: Update test suite.
  800. 2005-07-12 Jordi Mas i Hernandez <[email protected]>
  801. * ButtonTest.cs: add Default constructors tests
  802. * ImageButtonTest.cs: Adds ImageButtonTest
  803. 2005-07-11 Peter Dennis Bartok <[email protected]>
  804. * WebControlTest.cs: Added test.
  805. 2005-07-11 Sebastien Pouliot <[email protected]>
  806. * FontUnitTest.cs: Added more tests when looking for another bug...
  807. * StyleTest.cs: Added some unit tests for a null ctor and checks for
  808. emptyness.
  809. 2005-07-11 Jordi Mas i Hernandez <[email protected]>
  810. * ButtonTest.cs: New unit test for Button
  811. 2005-07-08 Sebastien Pouliot <[email protected]>
  812. * ImageTest.cs: New. Unit tests for Image.
  813. 2005-07-08 Jackson Harper <[email protected]>
  814. * LiteralTest.cs: new test.
  815. * MonthCalendarEventArgsTest.cs: new test.
  816. 2005-07-08 Jackson Harper <[email protected]>
  817. * AdCreatedEventArgsTest.cs: Added test.
  818. 2005-07-07 Miguel de Icaza <[email protected]>
  819. * XmlTest.cs: Added test.
  820. 2005-07-07 Peter Dennis Bartok <[email protected]>
  821. * StyleTest.cs: Added test.
  822. 2005-07-07 Miguel de Icaza <[email protected]>
  823. * LabelTest.cs: Add test.
  824. 2005-07-07 Ben Maurer <[email protected]>
  825. * FontUnitTest.cs: Make it run on msft
  826. 2005-07-06 Miguel de Icaza <[email protected]>
  827. * FontUnitTest.cs: New unit tests.
  828. * UnitTest.cs: Add support for different cultures and the Decimal
  829. separator,
  830. * UnitTest.cs: Add tests for null and "" arguments to Parse and
  831. Unit(string) which produce IsEmpty units.
  832. * UnitTest.cs: Fresh file with tests.
  833. 2004-10-08 Sanjay Gupta <[email protected]>
  834. * TestControlIDConverter.cs: Added new test file for ControlIDConverter.