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