ChangeLog 49 KB

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