ChangeLog 45 KB

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