ChangeLog 5.5 KB

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