ChangeLog 51 KB

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