ChangeLog 49 KB

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