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