ChangeLog 9.9 KB

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