ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. 2008-04-03 Marek Habersack <[email protected]>
  2. * HtmlFormTest.cs: indirect test for bug #376352 is 2.0+ only.
  3. 2008-04-02 Marek Habersack <[email protected]>
  4. * HtmlFormTest.cs: added an indirect test for bug #376352
  5. (HttpRequest.QueryStringRaw internal property) - Mono only.
  6. 2008-01-31 Igor Zelmanovich <[email protected]>
  7. * HtmlInputControlTest.cs:
  8. * HtmlTextAreaTest.cs:
  9. fix tests - use valid xml with HtmlDiff.AssertAreEqual API.
  10. 2007-07-31 Vladimir Krasnov <[email protected]>
  11. * HtmlImageTest.cs: fixed RenderAttributes, moved to webtest since src
  12. attribute must be resolved
  13. 2007-01-04 Adar Wesley <[email protected]>
  14. * HtmlSelectTest.cs: updated tests to use HtmlDiff
  15. 2006-11-13 Igor Zelmanovich <[email protected]>
  16. * HtmlContainerControlTest.cs: added new tests
  17. 2006-09-17 Igor Zelmanovich <[email protected]>
  18. * HtmlAnchorTest.cs: added test for ViewState
  19. 2006-07-10 Andrew Skiba <[email protected]>
  20. * HtmlInputControlTest.cs: check attribute values, not only their
  21. count.
  22. 2006-04-21 Gonzalo Paniagua Javier <[email protected]>
  23. * HtmlInputRadioButtonTest.cs: added test for bug #78101.
  24. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  25. * HtmlTextAreaTest.cs: add new test for 'Name'.
  26. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  27. * HtmlTableTest.cs: remove white-space characters when comparing
  28. the output.
  29. 2005-11-21 Gonzalo Paniagua Javier <[email protected]>
  30. * HtmlInputButtonTest.cs: more tests for 'onclick'.
  31. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  32. * HtmlFormTest.cs: Trim() the rendered form when comparing (\n vs \r\n).
  33. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  34. * HtmlInputButtonTest.cs: make sure the onclick attribute is rendered
  35. when we have a ServerClick event registered.
  36. 2005-09-19 Sebastien Pouliot <[email protected]>
  37. * HtmlAnchorCas.cs: Added "normal" unit tests execution under Deny
  38. Unrestricted.
  39. * HtmlAnchorTest.cs: RaisePostBackEvent now throws a NRE under 2.0 RC.
  40. * HtmlButtonCas.cs: Added "normal" unit tests execution under Deny
  41. Unrestricted.
  42. * HtmlContainerControlCas.cs: New. CAS unit tests.
  43. * HtmlFormCas.cs: Added "normal" unit tests execution under Deny
  44. Unrestricted.
  45. * HtmlFormTest.cs: Fixed rendering output under 2.0 RC.
  46. * HtmlImageCas.cs: Added "normal" unit tests execution under Deny
  47. Unrestricted.
  48. * HtmlInputButtonCas.cs: Added "normal" unit tests execution under
  49. Deny Unrestricted.
  50. * HtmlInputButtonTest.cs: Fixed attribute count for 2.0 RC.
  51. * HtmlInputControlCas.cs: New. CAS unit tests.
  52. * HtmlInputControlTest.cs: Fixed attribute count for 2.0 RC.
  53. * HtmlInputCheckBoxCas.cs: Added "normal" unit tests execution under
  54. Deny Unrestricted.
  55. * HtmlInputCheckBoxTest.cs: Fixed attribute count for 2.0 RC (which is
  56. now identical to 1.x results).
  57. * HtmlInputFileCas.cs: Added "normal" unit tests execution under Deny
  58. Unrestricted.
  59. * HtmlInputFileTest.cs: Fixed attribute count for 2.0 RC.
  60. * HtmlInputHiddenCas.cs: Fixed attribute count for 2.0 RC.
  61. * HtmlInputPasswordCas.cs: Added "normal" unit tests execution under
  62. Deny Unrestricted.
  63. * HtmlInputPasswordTest.cs: Adjusted tests as 2.0 RC removed the
  64. ctor(string).
  65. * HtmlInputRadioButtonCas.cs: Fixed attribute count for 2.0 RC.
  66. * HtmlInputRadioButtonTest.cs: Added "normal" unit tests execution
  67. under Deny Unrestricted.
  68. * HtmlInputResetCas.cs: Added "normal" unit tests execution under Deny
  69. Unrestricted.
  70. * HtmlInputResetTest.cs: Fixed attribute count for 2.0 RC.
  71. * HtmlInputSubmitCas.cs: Added "normal" unit tests execution under
  72. Deny Unrestricted.
  73. * HtmlInputSubmitTest.cs: Fixed attribute count for 2.0 RC.
  74. * HtmlInputTextCas.cs: Added "normal" unit tests execution under Deny
  75. Unrestricted.
  76. * HtmlInputTextTest.cs: Fixed attribute count for 2.0 RC.
  77. * HtmlLinkCas.cs: New. CAS unit tests.
  78. * HtmlMetaCas.cs: New. CAS unit tests.
  79. * HtmlMetaTest.cs: Fixed rendering for 2.0 RC (tag ending).
  80. * HtmlSelectCas.cs: Added "normal" unit tests execution under Deny
  81. Unrestricted.
  82. * HtmlTableCas.cs: Added "normal" unit tests execution under Deny
  83. Unrestricted.
  84. * HtmlTableCellCas.cs: Added "normal" unit tests execution under Deny
  85. Unrestricted.
  86. * HtmlTableRowCas.cs: Added "normal" unit tests execution under Deny
  87. Unrestricted.
  88. * HtmlTextAreaCas.cs: New. CAS unit tests.
  89. 2005-09-13 Sebastien Pouliot <[email protected]>
  90. * HtmlInputTextTest.cs: Fix expected value for LoadPostData (in the
  91. cases where MS returns a NullReferenceException).
  92. 2005-09-11 Chris Toshok <[email protected]>
  93. * HtmlInputFileTest.cs (Attribute_Count): fix for 2.0.
  94. 2005-09-11 Chris Toshok <[email protected]>
  95. * HtmlInputFileTest.cs: new tests.
  96. 2005-09-09 Chris Toshok <[email protected]>
  97. * HtmlFormTest.cs: Add test for RenderChildren.
  98. 2005-09-09 Chris Toshok <[email protected]>
  99. * HtmlInputButtonTest.cs (RenderAttributes): add in
  100. CausesValidation and ValidationGroup here.
  101. 2005-09-09 Sebastien Pouliot <[email protected]>
  102. * HtmlTableRowTest.cs: Added tests for InnerHtml and InnerText setters
  103. * HtmlTableTest.cs: Added tests for InnerHtml and InnerText setters
  104. 2005-09-07 Chris Toshok <[email protected]>
  105. * HtmlFormTest.cs: more tests to get at the root of the confusion
  106. that is the Name property. Also, copy over Gonzalo's
  107. Name_InsideNaming from HtmlInputControlTest.cs here.
  108. 2005-09-07 Gonzalo Paniagua Javier <[email protected]>
  109. * HtmlInputControlTest.cs: new tests for the case when the control is
  110. inside a different naming container.
  111. 2005-09-06 Chris Toshok <[email protected]>
  112. * HtmlLinkTest.cs: add empty render test.
  113. * HtmlMetaTest.cs: same.
  114. 2005-09-06 Chris Toshok <[email protected]>
  115. * HtmlLinkTest.cs: new tests.
  116. * HtmlMetaTest.cs: new tests.
  117. 2005-09-05 Chris Toshok <[email protected]>
  118. * HtmlFormTest.cs: add some more tests to make figure out the
  119. property spot to be storing some of these attributes.
  120. 2005-09-01 Sebastien Pouliot <[email protected]>
  121. * HtmlAnchorCas.cs, HtmlButtonCas.cs, HtmlEmptyTagControlBuilderCas.cs,
  122. HtmlFormCas.cs, HtmlGenericControlCas.cs, HtmlHeadBuilderCas.cs,
  123. HtmlHeadCas.cs, HtmlImageCas.cs, HtmlInputButtonCas.cs,
  124. HtmlInputCheckBoxCas.cs, HtmlInputFileCas.cs, HtmlInputHiddenCas.cs,
  125. HtmlInputImageCas.cs, HtmlInputPasswordCas.cs,
  126. HtmlInputRadioButtonCas.cs, HtmlInputResetCas.cs,
  127. HtmlInputSubmitCas.cs, HtmlInputTextCas.cs, HtmlSelectBuilderCas.cs,
  128. HtmlSelectCas.cs, HtmlTableCas.cs, HtmlTableCellCas.cs.
  129. HtmlTableRowCas.cs, HtmlTitleCas.cs: New. CAS unit tests to check for
  130. AspNetHostingPermission Level.
  131. 2005-08-29 Chris Toshok <[email protected]>
  132. * HtmlInputSubmitTest.cs: new, base-level tests.
  133. * HtmlInputButtonTest.cs: add CausesValidation/ValidationGroup
  134. view state tests.
  135. 2005-08-28 Gonzalo Paniagua Javier <[email protected]>
  136. * HtmlAnchorTest.cs: add test for HRef with an absolute URI.
  137. 2005-08-28 Chris Toshok <[email protected]>
  138. * HtmlInputResetTest.cs: new tests for HtmlInputReset. Missing
  139. event tests.
  140. 2005-08-28 Chris Toshok <[email protected]>
  141. * HtmlInputPasswordTest.cs: new tests for HtmlInputPassword.
  142. 2005-08-26 Sebastien Pouliot <[email protected]>
  143. * HtmlButtonTest.cs: Fix 1.1 build. ValidationGroup is only present in
  144. the 2.0 profile.
  145. 2005-08-26 Chris Toshok <[email protected]>
  146. * HtmlButtonTest.cs: add view state tests (to make sure
  147. ValidationGroup and CausesValidation are there.)
  148. 2005-08-22 Chris Toshok <[email protected]>
  149. * HtmlInputCheckBoxTest.cs: 2.0-ify these tests.
  150. * HtmlInputButtonTest.cs: same.
  151. 2005-08-15 Sebastien Pouliot <[email protected]>
  152. * HtmlAnchorTest.cs: Added test cases for IPostBackEventHandler (in
  153. 1.x) and for protected RaisePostBackEvent (in 2.0).
  154. * HtmlInputControlTest.cs: Added test to ensure HtmlInputRadioButton's
  155. Value behaviour wasn't inherited.
  156. * HtmlInputTextTest.cs: Added test cases for IPostBackDataHandler (in
  157. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  158. methods (in 2.0).
  159. * HtmlInputRadioButtonTest.cs: Added test cases for Value property and
  160. it's relattion to ID. Added tests cases for IPostBackDataHandler (in
  161. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  162. methods (in 2.0).
  163. * HtmlTextAreaTest.cs: Added test cases for IPostBackDataHandler (in
  164. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  165. methods (in 2.0).
  166. 2005-08-08 Sebastien Pouliot <[email protected]>
  167. * HtmlInputControlTest.cs: Added a new test to see if the value
  168. removal for type==password was done at this level (it's not).
  169. * HtmlInputTextTest.cs: Fixed tests to execute without failure on both
  170. 1.1 SP1 and 2.0 beta 2.
  171. 2005-07-27 Dick Porter <[email protected]>
  172. * HtmlInputCheckBoxTest.cs: Tests for HtmlInputCheckBox
  173. 2005-07-26 Dick Porter <[email protected]>
  174. * HtmlSelectTest.cs: Tests for HtmlSelect
  175. 2005-07-21 Dick Porter <[email protected]>
  176. * HtmlImageTest.cs: The order of attribute rendering has changed,
  177. and now matches MS
  178. 2005-07-19 Dick Porter <[email protected]>
  179. * HtmlImageTest.cs: Added tests for negative values in int
  180. properties
  181. 2005-07-18 Sebastien Pouliot <[email protected]>
  182. * HtmlInputControlTest.cs: Added a test when using null in the ctor
  183. (type is empty, not null). Test UniqueID, not only ID, when changing
  184. the Name property.
  185. 2005-07-18 Jackson Harper <[email protected]>
  186. * HtmlInputHiddenTest.cs: New test.
  187. 2005-07-15 Sebastien Pouliot <[email protected]>
  188. * HtmlAnchorTest.cs: Added tests for resolving the URL and the
  189. mysterious disappearance of the HRef attribute after rendering.
  190. 2005-07-14 Jackson Harper <[email protected]>
  191. * HtmlInputButton.cs: New tests for HtmlInputButton.
  192. 2005-07-14 Jackson Harper <[email protected]>
  193. * HtmlButtonTest.cs: New tests for HtmlButton.
  194. 2005-07-14 Dick Porter <[email protected]>
  195. * HtmlFormTest.cs: New set of tests
  196. 2005-07-08 Sebastien Pouliot <[email protected]>
  197. * HtmlTextAreaTest.cs: Added checks to see that Attributes are moved
  198. into the StateView.
  199. 2005-07-08 Sebastien Pouliot <[email protected]>
  200. * HtmlContainerControlTest.cs: Unit tests for HtmlContainerControl.
  201. Basically to check for removal of attributes/viewstate informations.
  202. * HtmlTextAreaTest.cs: Unit tests for HtmlTextArea.
  203. 2005-07-07 Sebastien Pouliot <[email protected]>
  204. * HtmlInputRadioButtonTest.cs: Unit tests for HtmlInputRadioButton.
  205. * HtmlInputTextTest.cs: More tests to check for password erasure fu.
  206. 2005-07-07 Sebastien Pouliot <[email protected]>
  207. * HtmlInputControlTest.cs: Unit tests for HtmlInputControl.
  208. * HtmlInputTextTest.cs: Unit tests for HtmlInputText.
  209. 2005-07-07 Dick Porter <[email protected]>
  210. * HtmlImageTest.cs: Unit tests for HtmlImage
  211. 2005-07-07 Sebastien Pouliot <[email protected]>
  212. * HtmlAnchorTest.cs: Unit tests for HtmlAnchor.
  213. * HtmlTableTest.cs: Unit tests for HtmlTable.
  214. * HtmlTableCellTest.cs: Unit tests for HtmlTableCell.
  215. * HtmlTableRowTest.cs: Unit tests for HtmlTableRow.