ChangeLog 9.4 KB

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