ChangeLog 10 KB

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