ChangeLog 45 KB

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