ChangeLog 45 KB

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