ChangeLog 45 KB

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