ChangeLog 41 KB

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