* support-test-*.cs: Rename from test-*-p2.cs.
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.HtmlControls / ChangeLog
1 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * HtmlTextAreaTest.cs: add new test for 'Name'.
4
5 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * HtmlTableTest.cs: remove white-space characters when comparing
8         the output.
9
10 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11
12         * HtmlInputButtonTest.cs: more tests for 'onclick'.
13
14 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * HtmlFormTest.cs: Trim() the rendered form when comparing (\n vs \r\n).
17
18 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * HtmlInputButtonTest.cs: make sure the onclick attribute is rendered
21         when we have a ServerClick event registered.
22
23 2005-09-19  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * HtmlAnchorCas.cs: Added "normal" unit tests execution under Deny 
26         Unrestricted.
27         * HtmlAnchorTest.cs: RaisePostBackEvent now throws a NRE under 2.0 RC.
28         * HtmlButtonCas.cs: Added "normal" unit tests execution under Deny 
29         Unrestricted.
30         * HtmlContainerControlCas.cs: New. CAS unit tests.
31         * HtmlFormCas.cs: Added "normal" unit tests execution under Deny 
32         Unrestricted.
33         * HtmlFormTest.cs: Fixed rendering output under 2.0 RC.
34         * HtmlImageCas.cs: Added "normal" unit tests execution under Deny 
35         Unrestricted.
36         * HtmlInputButtonCas.cs: Added "normal" unit tests execution under 
37         Deny Unrestricted.
38         * HtmlInputButtonTest.cs: Fixed attribute count for 2.0 RC.
39         * HtmlInputControlCas.cs: New. CAS unit tests.
40         * HtmlInputControlTest.cs: Fixed attribute count for 2.0 RC.
41         * HtmlInputCheckBoxCas.cs: Added "normal" unit tests execution under
42         Deny Unrestricted.
43         * HtmlInputCheckBoxTest.cs: Fixed attribute count for 2.0 RC (which is
44         now identical to 1.x results).
45         * HtmlInputFileCas.cs: Added "normal" unit tests execution under Deny 
46         Unrestricted.
47         * HtmlInputFileTest.cs: Fixed attribute count for 2.0 RC.
48         * HtmlInputHiddenCas.cs: Fixed attribute count for 2.0 RC.
49         * HtmlInputPasswordCas.cs: Added "normal" unit tests execution under 
50         Deny Unrestricted.
51         * HtmlInputPasswordTest.cs: Adjusted tests as 2.0 RC removed the 
52         ctor(string).
53         * HtmlInputRadioButtonCas.cs: Fixed attribute count for 2.0 RC.
54         * HtmlInputRadioButtonTest.cs: Added "normal" unit tests execution 
55         under Deny Unrestricted.
56         * HtmlInputResetCas.cs: Added "normal" unit tests execution under Deny
57         Unrestricted.
58         * HtmlInputResetTest.cs: Fixed attribute count for 2.0 RC.
59         * HtmlInputSubmitCas.cs: Added "normal" unit tests execution under 
60         Deny Unrestricted.
61         * HtmlInputSubmitTest.cs: Fixed attribute count for 2.0 RC.
62         * HtmlInputTextCas.cs: Added "normal" unit tests execution under Deny 
63         Unrestricted.
64         * HtmlInputTextTest.cs: Fixed attribute count for 2.0 RC.
65         * HtmlLinkCas.cs: New. CAS unit tests.
66         * HtmlMetaCas.cs: New. CAS unit tests.
67         * HtmlMetaTest.cs: Fixed rendering for 2.0 RC (tag ending).
68         * HtmlSelectCas.cs: Added "normal" unit tests execution under Deny 
69         Unrestricted.
70         * HtmlTableCas.cs: Added "normal" unit tests execution under Deny 
71         Unrestricted.
72         * HtmlTableCellCas.cs: Added "normal" unit tests execution under Deny 
73         Unrestricted.
74         * HtmlTableRowCas.cs: Added "normal" unit tests execution under Deny 
75         Unrestricted.
76         * HtmlTextAreaCas.cs: New. CAS unit tests.
77
78 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
79
80         * HtmlInputTextTest.cs: Fix expected value for LoadPostData (in the 
81         cases where MS returns a NullReferenceException).
82
83 2005-09-11  Chris Toshok  <toshok@ximian.com>
84
85         * HtmlInputFileTest.cs (Attribute_Count): fix for 2.0.
86
87 2005-09-11  Chris Toshok  <toshok@ximian.com>
88
89         * HtmlInputFileTest.cs: new tests.
90
91 2005-09-09  Chris Toshok  <toshok@ximian.com>
92
93         * HtmlFormTest.cs: Add test for RenderChildren.
94
95 2005-09-09  Chris Toshok  <toshok@ximian.com>
96
97         * HtmlInputButtonTest.cs (RenderAttributes): add in
98         CausesValidation and ValidationGroup here.
99
100 2005-09-09  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * HtmlTableRowTest.cs: Added tests for InnerHtml and InnerText setters
103         * HtmlTableTest.cs: Added tests for InnerHtml and InnerText setters
104
105 2005-09-07  Chris Toshok  <toshok@ximian.com>
106
107         * HtmlFormTest.cs: more tests to get at the root of the confusion
108         that is the Name property.  Also, copy over Gonzalo's
109         Name_InsideNaming from HtmlInputControlTest.cs here.
110
111 2005-09-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
112
113         * HtmlInputControlTest.cs: new tests for the case when the control is
114         inside a different naming container.
115
116 2005-09-06  Chris Toshok  <toshok@ximian.com>
117
118         * HtmlLinkTest.cs: add empty render test.
119
120         * HtmlMetaTest.cs: same.
121
122 2005-09-06  Chris Toshok  <toshok@ximian.com>
123
124         * HtmlLinkTest.cs: new tests.
125
126         * HtmlMetaTest.cs: new tests.
127
128 2005-09-05  Chris Toshok  <toshok@ximian.com>
129
130         * HtmlFormTest.cs: add some more tests to make figure out the
131         property spot to be storing some of these attributes.
132
133 2005-09-01  Sebastien Pouliot  <sebastien@ximian.com>
134
135         * HtmlAnchorCas.cs, HtmlButtonCas.cs, HtmlEmptyTagControlBuilderCas.cs,
136         HtmlFormCas.cs, HtmlGenericControlCas.cs, HtmlHeadBuilderCas.cs,
137         HtmlHeadCas.cs, HtmlImageCas.cs, HtmlInputButtonCas.cs, 
138         HtmlInputCheckBoxCas.cs, HtmlInputFileCas.cs, HtmlInputHiddenCas.cs,
139         HtmlInputImageCas.cs, HtmlInputPasswordCas.cs, 
140         HtmlInputRadioButtonCas.cs, HtmlInputResetCas.cs, 
141         HtmlInputSubmitCas.cs, HtmlInputTextCas.cs, HtmlSelectBuilderCas.cs,
142         HtmlSelectCas.cs, HtmlTableCas.cs, HtmlTableCellCas.cs. 
143         HtmlTableRowCas.cs, HtmlTitleCas.cs: New. CAS unit tests to check for
144         AspNetHostingPermission Level.
145
146 2005-08-29  Chris Toshok  <toshok@ximian.com>
147
148         * HtmlInputSubmitTest.cs: new, base-level tests.
149
150         * HtmlInputButtonTest.cs: add CausesValidation/ValidationGroup
151         view state tests.
152
153 2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
154
155         * HtmlAnchorTest.cs: add test for HRef with an absolute URI.
156
157 2005-08-28  Chris Toshok  <toshok@ximian.com>
158
159         * HtmlInputResetTest.cs: new tests for HtmlInputReset.  Missing
160         event tests.
161
162 2005-08-28  Chris Toshok  <toshok@ximian.com>
163
164         * HtmlInputPasswordTest.cs: new tests for HtmlInputPassword.
165
166 2005-08-26  Sebastien Pouliot  <sebastien@ximian.com>
167
168         * HtmlButtonTest.cs: Fix 1.1 build. ValidationGroup is only present in
169         the 2.0 profile.
170
171 2005-08-26  Chris Toshok  <toshok@ximian.com>
172
173         * HtmlButtonTest.cs: add view state tests (to make sure
174         ValidationGroup and CausesValidation are there.)
175
176 2005-08-22  Chris Toshok  <toshok@ximian.com>
177
178         * HtmlInputCheckBoxTest.cs: 2.0-ify these tests.
179
180         * HtmlInputButtonTest.cs: same.
181
182 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com>
183
184         * HtmlAnchorTest.cs: Added test cases for IPostBackEventHandler (in 
185         1.x) and for protected RaisePostBackEvent (in 2.0).
186         * HtmlInputControlTest.cs: Added test to ensure HtmlInputRadioButton's
187         Value behaviour wasn't inherited.
188         * HtmlInputTextTest.cs: Added test cases for IPostBackDataHandler (in 
189         1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
190         methods (in 2.0).
191         * HtmlInputRadioButtonTest.cs: Added test cases for Value property and
192         it's relattion to ID. Added tests cases for IPostBackDataHandler (in 
193         1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
194         methods (in 2.0).
195         * HtmlTextAreaTest.cs: Added test cases for IPostBackDataHandler (in 
196         1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
197         methods (in 2.0).
198
199 2005-08-08  Sebastien Pouliot  <sebastien@ximian.com>
200
201         * HtmlInputControlTest.cs: Added a new test to see if the value 
202         removal for type==password was done at this level (it's not).
203         * HtmlInputTextTest.cs: Fixed tests to execute without failure on both
204         1.1 SP1 and 2.0 beta 2.
205
206 2005-07-27  Dick Porter  <dick@ximian.com>
207
208         * HtmlInputCheckBoxTest.cs: Tests for HtmlInputCheckBox
209
210 2005-07-26  Dick Porter  <dick@ximian.com>
211
212         * HtmlSelectTest.cs: Tests for HtmlSelect
213
214 2005-07-21  Dick Porter  <dick@ximian.com>
215
216         * HtmlImageTest.cs: The order of attribute rendering has changed,
217         and now matches MS
218
219 2005-07-19  Dick Porter  <dick@ximian.com>
220
221         * HtmlImageTest.cs: Added tests for negative values in int
222         properties
223
224 2005-07-18  Sebastien Pouliot  <sebastien@ximian.com>
225
226         * HtmlInputControlTest.cs: Added a test when using null in the ctor
227         (type is empty, not null). Test UniqueID, not only ID, when changing
228         the Name property.
229
230 2005-07-18  Jackson Harper  <jackson@ximian.com>
231
232         * HtmlInputHiddenTest.cs: New test.
233
234 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com>
235
236         * HtmlAnchorTest.cs: Added tests for resolving the URL and the 
237         mysterious disappearance of the HRef attribute after rendering.
238
239 2005-07-14  Jackson Harper  <jackson@ximian.com>
240
241         * HtmlInputButton.cs: New tests for HtmlInputButton.
242
243 2005-07-14  Jackson Harper  <jackson@ximian.com>
244
245         * HtmlButtonTest.cs: New tests for HtmlButton.
246
247 2005-07-14  Dick Porter  <dick@ximian.com>
248
249         * HtmlFormTest.cs: New set of tests
250
251 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com>
252  
253         * HtmlTextAreaTest.cs: Added checks to see that Attributes are moved
254         into the StateView.
255
256 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com> 
257
258         * HtmlContainerControlTest.cs: Unit tests for HtmlContainerControl.
259         Basically to check for removal of attributes/viewstate informations.
260         * HtmlTextAreaTest.cs: Unit tests for HtmlTextArea.
261
262 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com> 
263  
264         * HtmlInputRadioButtonTest.cs: Unit tests for HtmlInputRadioButton.
265         * HtmlInputTextTest.cs: More tests to check for password erasure fu.
266
267 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>
268
269         * HtmlInputControlTest.cs: Unit tests for HtmlInputControl.
270         * HtmlInputTextTest.cs: Unit tests for HtmlInputText.
271
272 2005-07-07  Dick Porter  <dick@ximian.com>
273
274         * HtmlImageTest.cs: Unit tests for HtmlImage
275
276 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>
277
278         * HtmlAnchorTest.cs: Unit tests for HtmlAnchor.
279         * HtmlTableTest.cs: Unit tests for HtmlTable.
280         * HtmlTableCellTest.cs: Unit tests for HtmlTableCell.
281         * HtmlTableRowTest.cs: Unit tests for HtmlTableRow.