ChangeLog 43 KB

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