ChangeLog 45 KB

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