ChangeLog 46 KB

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