ChangeLog 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. 2005-09-09 Chris Toshok <[email protected]>
  2. * HtmlFormTest.cs: Add test for RenderChildren.
  3. 2005-09-09 Chris Toshok <[email protected]>
  4. * HtmlInputButtonTest.cs (RenderAttributes): add in
  5. CausesValidation and ValidationGroup here.
  6. 2005-09-09 Sebastien Pouliot <[email protected]>
  7. * HtmlTableRowTest.cs: Added tests for InnerHtml and InnerText setters
  8. * HtmlTableTest.cs: Added tests for InnerHtml and InnerText setters
  9. 2005-09-07 Chris Toshok <[email protected]>
  10. * HtmlFormTest.cs: more tests to get at the root of the confusion
  11. that is the Name property. Also, copy over Gonzalo's
  12. Name_InsideNaming from HtmlInputControlTest.cs here.
  13. 2005-09-07 Gonzalo Paniagua Javier <[email protected]>
  14. * HtmlInputControlTest.cs: new tests for the case when the control is
  15. inside a different naming container.
  16. 2005-09-06 Chris Toshok <[email protected]>
  17. * HtmlLinkTest.cs: add empty render test.
  18. * HtmlMetaTest.cs: same.
  19. 2005-09-06 Chris Toshok <[email protected]>
  20. * HtmlLinkTest.cs: new tests.
  21. * HtmlMetaTest.cs: new tests.
  22. 2005-09-05 Chris Toshok <[email protected]>
  23. * HtmlFormTest.cs: add some more tests to make figure out the
  24. property spot to be storing some of these attributes.
  25. 2005-09-01 Sebastien Pouliot <[email protected]>
  26. * HtmlAnchorCas.cs, HtmlButtonCas.cs, HtmlEmptyTagControlBuilderCas.cs,
  27. HtmlFormCas.cs, HtmlGenericControlCas.cs, HtmlHeadBuilderCas.cs,
  28. HtmlHeadCas.cs, HtmlImageCas.cs, HtmlInputButtonCas.cs,
  29. HtmlInputCheckBoxCas.cs, HtmlInputFileCas.cs, HtmlInputHiddenCas.cs,
  30. HtmlInputImageCas.cs, HtmlInputPasswordCas.cs,
  31. HtmlInputRadioButtonCas.cs, HtmlInputResetCas.cs,
  32. HtmlInputSubmitCas.cs, HtmlInputTextCas.cs, HtmlSelectBuilderCas.cs,
  33. HtmlSelectCas.cs, HtmlTableCas.cs, HtmlTableCellCas.cs.
  34. HtmlTableRowCas.cs, HtmlTitleCas.cs: New. CAS unit tests to check for
  35. AspNetHostingPermission Level.
  36. 2005-08-29 Chris Toshok <[email protected]>
  37. * HtmlInputSubmitTest.cs: new, base-level tests.
  38. * HtmlInputButtonTest.cs: add CausesValidation/ValidationGroup
  39. view state tests.
  40. 2005-08-28 Gonzalo Paniagua Javier <[email protected]>
  41. * HtmlAnchorTest.cs: add test for HRef with an absolute URI.
  42. 2005-08-28 Chris Toshok <[email protected]>
  43. * HtmlInputResetTest.cs: new tests for HtmlInputReset. Missing
  44. event tests.
  45. 2005-08-28 Chris Toshok <[email protected]>
  46. * HtmlInputPasswordTest.cs: new tests for HtmlInputPassword.
  47. 2005-08-26 Sebastien Pouliot <[email protected]>
  48. * HtmlButtonTest.cs: Fix 1.1 build. ValidationGroup is only present in
  49. the 2.0 profile.
  50. 2005-08-26 Chris Toshok <[email protected]>
  51. * HtmlButtonTest.cs: add view state tests (to make sure
  52. ValidationGroup and CausesValidation are there.)
  53. 2005-08-22 Chris Toshok <[email protected]>
  54. * HtmlInputCheckBoxTest.cs: 2.0-ify these tests.
  55. * HtmlInputButtonTest.cs: same.
  56. 2005-08-15 Sebastien Pouliot <[email protected]>
  57. * HtmlAnchorTest.cs: Added test cases for IPostBackEventHandler (in
  58. 1.x) and for protected RaisePostBackEvent (in 2.0).
  59. * HtmlInputControlTest.cs: Added test to ensure HtmlInputRadioButton's
  60. Value behaviour wasn't inherited.
  61. * HtmlInputTextTest.cs: Added test cases for IPostBackDataHandler (in
  62. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  63. methods (in 2.0).
  64. * HtmlInputRadioButtonTest.cs: Added test cases for Value property and
  65. it's relattion to ID. Added tests cases for IPostBackDataHandler (in
  66. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  67. methods (in 2.0).
  68. * HtmlTextAreaTest.cs: Added test cases for IPostBackDataHandler (in
  69. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  70. methods (in 2.0).
  71. 2005-08-08 Sebastien Pouliot <[email protected]>
  72. * HtmlInputControlTest.cs: Added a new test to see if the value
  73. removal for type==password was done at this level (it's not).
  74. * HtmlInputTextTest.cs: Fixed tests to execute without failure on both
  75. 1.1 SP1 and 2.0 beta 2.
  76. 2005-07-27 Dick Porter <[email protected]>
  77. * HtmlInputCheckBoxTest.cs: Tests for HtmlInputCheckBox
  78. 2005-07-26 Dick Porter <[email protected]>
  79. * HtmlSelectTest.cs: Tests for HtmlSelect
  80. 2005-07-21 Dick Porter <[email protected]>
  81. * HtmlImageTest.cs: The order of attribute rendering has changed,
  82. and now matches MS
  83. 2005-07-19 Dick Porter <[email protected]>
  84. * HtmlImageTest.cs: Added tests for negative values in int
  85. properties
  86. 2005-07-18 Sebastien Pouliot <[email protected]>
  87. * HtmlInputControlTest.cs: Added a test when using null in the ctor
  88. (type is empty, not null). Test UniqueID, not only ID, when changing
  89. the Name property.
  90. 2005-07-18 Jackson Harper <[email protected]>
  91. * HtmlInputHiddenTest.cs: New test.
  92. 2005-07-15 Sebastien Pouliot <[email protected]>
  93. * HtmlAnchorTest.cs: Added tests for resolving the URL and the
  94. mysterious disappearance of the HRef attribute after rendering.
  95. 2005-07-14 Jackson Harper <[email protected]>
  96. * HtmlInputButton.cs: New tests for HtmlInputButton.
  97. 2005-07-14 Jackson Harper <[email protected]>
  98. * HtmlButtonTest.cs: New tests for HtmlButton.
  99. 2005-07-14 Dick Porter <[email protected]>
  100. * HtmlFormTest.cs: New set of tests
  101. 2005-07-08 Sebastien Pouliot <[email protected]>
  102. * HtmlTextAreaTest.cs: Added checks to see that Attributes are moved
  103. into the StateView.
  104. 2005-07-08 Sebastien Pouliot <[email protected]>
  105. * HtmlContainerControlTest.cs: Unit tests for HtmlContainerControl.
  106. Basically to check for removal of attributes/viewstate informations.
  107. * HtmlTextAreaTest.cs: Unit tests for HtmlTextArea.
  108. 2005-07-07 Sebastien Pouliot <[email protected]>
  109. * HtmlInputRadioButtonTest.cs: Unit tests for HtmlInputRadioButton.
  110. * HtmlInputTextTest.cs: More tests to check for password erasure fu.
  111. 2005-07-07 Sebastien Pouliot <[email protected]>
  112. * HtmlInputControlTest.cs: Unit tests for HtmlInputControl.
  113. * HtmlInputTextTest.cs: Unit tests for HtmlInputText.
  114. 2005-07-07 Dick Porter <[email protected]>
  115. * HtmlImageTest.cs: Unit tests for HtmlImage
  116. 2005-07-07 Sebastien Pouliot <[email protected]>
  117. * HtmlAnchorTest.cs: Unit tests for HtmlAnchor.
  118. * HtmlTableTest.cs: Unit tests for HtmlTable.
  119. * HtmlTableCellTest.cs: Unit tests for HtmlTableCell.
  120. * HtmlTableRowTest.cs: Unit tests for HtmlTableRow.