ChangeLog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. 2005-08-28 Gonzalo Paniagua Javier <[email protected]>
  2. * HtmlAnchorTest.cs: add test for HRef with an absolute URI.
  3. 2005-08-28 Chris Toshok <[email protected]>
  4. * HtmlInputResetTest.cs: new tests for HtmlInputReset. Missing
  5. event tests.
  6. 2005-08-28 Chris Toshok <[email protected]>
  7. * HtmlInputPasswordTest.cs: new tests for HtmlInputPassword.
  8. 2005-08-26 Sebastien Pouliot <[email protected]>
  9. * HtmlButtonTest.cs: Fix 1.1 build. ValidationGroup is only present in
  10. the 2.0 profile.
  11. 2005-08-26 Chris Toshok <[email protected]>
  12. * HtmlButtonTest.cs: add view state tests (to make sure
  13. ValidationGroup and CausesValidation are there.)
  14. 2005-08-22 Chris Toshok <[email protected]>
  15. * HtmlInputCheckBoxTest.cs: 2.0-ify these tests.
  16. * HtmlInputButtonTest.cs: same.
  17. 2005-08-15 Sebastien Pouliot <[email protected]>
  18. * HtmlAnchorTest.cs: Added test cases for IPostBackEventHandler (in
  19. 1.x) and for protected RaisePostBackEvent (in 2.0).
  20. * HtmlInputControlTest.cs: Added test to ensure HtmlInputRadioButton's
  21. Value behaviour wasn't inherited.
  22. * HtmlInputTextTest.cs: Added test cases for IPostBackDataHandler (in
  23. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  24. methods (in 2.0).
  25. * HtmlInputRadioButtonTest.cs: Added test cases for Value property and
  26. it's relattion to ID. Added tests cases for IPostBackDataHandler (in
  27. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  28. methods (in 2.0).
  29. * HtmlTextAreaTest.cs: Added test cases for IPostBackDataHandler (in
  30. 1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
  31. methods (in 2.0).
  32. 2005-08-08 Sebastien Pouliot <[email protected]>
  33. * HtmlInputControlTest.cs: Added a new test to see if the value
  34. removal for type==password was done at this level (it's not).
  35. * HtmlInputTextTest.cs: Fixed tests to execute without failure on both
  36. 1.1 SP1 and 2.0 beta 2.
  37. 2005-07-27 Dick Porter <[email protected]>
  38. * HtmlInputCheckBoxTest.cs: Tests for HtmlInputCheckBox
  39. 2005-07-26 Dick Porter <[email protected]>
  40. * HtmlSelectTest.cs: Tests for HtmlSelect
  41. 2005-07-21 Dick Porter <[email protected]>
  42. * HtmlImageTest.cs: The order of attribute rendering has changed,
  43. and now matches MS
  44. 2005-07-19 Dick Porter <[email protected]>
  45. * HtmlImageTest.cs: Added tests for negative values in int
  46. properties
  47. 2005-07-18 Sebastien Pouliot <[email protected]>
  48. * HtmlInputControlTest.cs: Added a test when using null in the ctor
  49. (type is empty, not null). Test UniqueID, not only ID, when changing
  50. the Name property.
  51. 2005-07-18 Jackson Harper <[email protected]>
  52. * HtmlInputHiddenTest.cs: New test.
  53. 2005-07-15 Sebastien Pouliot <[email protected]>
  54. * HtmlAnchorTest.cs: Added tests for resolving the URL and the
  55. mysterious disappearance of the HRef attribute after rendering.
  56. 2005-07-14 Jackson Harper <[email protected]>
  57. * HtmlInputButton.cs: New tests for HtmlInputButton.
  58. 2005-07-14 Jackson Harper <[email protected]>
  59. * HtmlButtonTest.cs: New tests for HtmlButton.
  60. 2005-07-14 Dick Porter <[email protected]>
  61. * HtmlFormTest.cs: New set of tests
  62. 2005-07-08 Sebastien Pouliot <[email protected]>
  63. * HtmlTextAreaTest.cs: Added checks to see that Attributes are moved
  64. into the StateView.
  65. 2005-07-08 Sebastien Pouliot <[email protected]>
  66. * HtmlContainerControlTest.cs: Unit tests for HtmlContainerControl.
  67. Basically to check for removal of attributes/viewstate informations.
  68. * HtmlTextAreaTest.cs: Unit tests for HtmlTextArea.
  69. 2005-07-07 Sebastien Pouliot <[email protected]>
  70. * HtmlInputRadioButtonTest.cs: Unit tests for HtmlInputRadioButton.
  71. * HtmlInputTextTest.cs: More tests to check for password erasure fu.
  72. 2005-07-07 Sebastien Pouliot <[email protected]>
  73. * HtmlInputControlTest.cs: Unit tests for HtmlInputControl.
  74. * HtmlInputTextTest.cs: Unit tests for HtmlInputText.
  75. 2005-07-07 Dick Porter <[email protected]>
  76. * HtmlImageTest.cs: Unit tests for HtmlImage
  77. 2005-07-07 Sebastien Pouliot <[email protected]>
  78. * HtmlAnchorTest.cs: Unit tests for HtmlAnchor.
  79. * HtmlTableTest.cs: Unit tests for HtmlTable.
  80. * HtmlTableCellTest.cs: Unit tests for HtmlTableCell.
  81. * HtmlTableRowTest.cs: Unit tests for HtmlTableRow.