ChangeLog 44 KB

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