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