ChangeLog 51 KB

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