ChangeLog 43 KB

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