ChangeLog 53 KB

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