ChangeLog 42 KB

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