[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.HtmlControls / ChangeLog
index 0e89be12d5b501b41b774365429d1c624b2e1582..60602835c6811d2cb2b52df407de14cb38030b84 100644 (file)
@@ -1,3 +1,182 @@
+2010-06-21  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlImageTest.cs: fixed an invalid test.
+
+2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
+
+       * HtmlFormTest.cs: Derive from SystemWebTestShim.Page to make
+       explicit the dependence on the internals of the Page class.
+
+2008-11-07  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlFormTest.cs: added a test for the undocumented Action
+       property.
+
+2008-10-07  Christian Hergert  <christian.hergert@gmail.com>
+
+       * HtmlImageTest.cs: Add test to make sure the src attribute is not
+       rendered when it is empty.
+
+2008-07-27  Dean Brettle <dean@brettle.com>
+
+       * HtmlInputButtonTest.cs, HtmlImageTest.cs, HtmlFormTest.cs, 
+       HtmlInputRadioButtonTest.cs, HtmlSelectTest.cs: Added tests 
+       for HTML-encoded of attributes. 
+
+2008-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * HtmlAnchorTest.cs: Added RenderAttributes tests for empty or null
+       HRef, Name, Target and Title.
+
+2008-05-04 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * HtmlInputButtonTest.cs: use HtmlDiff properly.
+
+2008-04-03  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlFormTest.cs: indirect test for bug #376352 is 2.0+ only.
+
+2008-04-02  Marek Habersack  <mhabersack@novell.com>
+
+       * HtmlFormTest.cs: added an indirect test for bug #376352
+       (HttpRequest.QueryStringRaw internal property) - Mono only.
+
+2008-01-31  Igor Zelmanovich  <igorz@mainsoft.com>
+
+       * HtmlInputControlTest.cs:
+       * HtmlTextAreaTest.cs: 
+       fix tests - use valid xml with HtmlDiff.AssertAreEqual API.
+
+2007-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * HtmlImageTest.cs: fixed RenderAttributes, moved to webtest since src
+       attribute must be resolved
+
+2007-01-04 Adar Wesley <adarw@mainsoft.com>
+
+       * HtmlSelectTest.cs: updated tests to use HtmlDiff
+
+2006-11-13  Igor Zelmanovich  <igorz@mainsoft.com>
+
+       * HtmlContainerControlTest.cs: added new tests
+
+2006-09-17  Igor Zelmanovich  <igorz@mainsoft.com>
+
+       * HtmlAnchorTest.cs: added test for ViewState
+
+2006-07-10 Andrew Skiba <andrews@mainsoft.com>
+
+       * HtmlInputControlTest.cs: check attribute values, not only their
+       count.
+       
+2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HtmlInputRadioButtonTest.cs: added test for bug #78101.
+
+2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HtmlTextAreaTest.cs: add new test for 'Name'.
+
+2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HtmlTableTest.cs: remove white-space characters when comparing
+       the output.
+
+2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HtmlInputButtonTest.cs: more tests for 'onclick'.
+
+2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HtmlFormTest.cs: Trim() the rendered form when comparing (\n vs \r\n).
+
+2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HtmlInputButtonTest.cs: make sure the onclick attribute is rendered
+       when we have a ServerClick event registered.
+
+2005-09-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HtmlAnchorCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlAnchorTest.cs: RaisePostBackEvent now throws a NRE under 2.0 RC.
+       * HtmlButtonCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlContainerControlCas.cs: New. CAS unit tests.
+       * HtmlFormCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlFormTest.cs: Fixed rendering output under 2.0 RC.
+       * HtmlImageCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlInputButtonCas.cs: Added "normal" unit tests execution under 
+       Deny Unrestricted.
+       * HtmlInputButtonTest.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputControlCas.cs: New. CAS unit tests.
+       * HtmlInputControlTest.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputCheckBoxCas.cs: Added "normal" unit tests execution under
+       Deny Unrestricted.
+       * HtmlInputCheckBoxTest.cs: Fixed attribute count for 2.0 RC (which is
+       now identical to 1.x results).
+       * HtmlInputFileCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlInputFileTest.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputHiddenCas.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputPasswordCas.cs: Added "normal" unit tests execution under 
+       Deny Unrestricted.
+       * HtmlInputPasswordTest.cs: Adjusted tests as 2.0 RC removed the 
+       ctor(string).
+       * HtmlInputRadioButtonCas.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputRadioButtonTest.cs: Added "normal" unit tests execution 
+       under Deny Unrestricted.
+       * HtmlInputResetCas.cs: Added "normal" unit tests execution under Deny
+       Unrestricted.
+       * HtmlInputResetTest.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputSubmitCas.cs: Added "normal" unit tests execution under 
+       Deny Unrestricted.
+       * HtmlInputSubmitTest.cs: Fixed attribute count for 2.0 RC.
+       * HtmlInputTextCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlInputTextTest.cs: Fixed attribute count for 2.0 RC.
+       * HtmlLinkCas.cs: New. CAS unit tests.
+       * HtmlMetaCas.cs: New. CAS unit tests.
+       * HtmlMetaTest.cs: Fixed rendering for 2.0 RC (tag ending).
+       * HtmlSelectCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlTableCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlTableCellCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlTableRowCas.cs: Added "normal" unit tests execution under Deny 
+       Unrestricted.
+       * HtmlTextAreaCas.cs: New. CAS unit tests.
+
+2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HtmlInputTextTest.cs: Fix expected value for LoadPostData (in the 
+       cases where MS returns a NullReferenceException).
+
+2005-09-11  Chris Toshok  <toshok@ximian.com>
+
+       * HtmlInputFileTest.cs (Attribute_Count): fix for 2.0.
+
+2005-09-11  Chris Toshok  <toshok@ximian.com>
+
+       * HtmlInputFileTest.cs: new tests.
+
+2005-09-09  Chris Toshok  <toshok@ximian.com>
+
+       * HtmlFormTest.cs: Add test for RenderChildren.
+
+2005-09-09  Chris Toshok  <toshok@ximian.com>
+
+       * HtmlInputButtonTest.cs (RenderAttributes): add in
+       CausesValidation and ValidationGroup here.
+
+2005-09-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * HtmlTableRowTest.cs: Added tests for InnerHtml and InnerText setters
+       * HtmlTableTest.cs: Added tests for InnerHtml and InnerText setters
+
 2005-09-07  Chris Toshok  <toshok@ximian.com>
 
        * HtmlFormTest.cs: more tests to get at the root of the confusion