ChangeLog 48 KB

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