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