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