ChangeLog 51 KB

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