ChangeLog 5.3 KB

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