ChangeLog 51 KB

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