ChangeLog 48 KB

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