New test.
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.HtmlControls / ChangeLog
index 1d3e275c181a7efe24510713c1c08f14115f0418..45ea50756042649772f152d15d387a9c19bafbb9 100644 (file)
@@ -1,3 +1,102 @@
+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.