ChangeLog 47 KB

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