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