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