svn path=/trunk/mcs/; revision=73100
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.WebControls / ChangeLog
index 5bb22dbe8d4b9f1ba9115ccaac7a2fd8f849329b..53153bd379410058fc0b18683dad628a387087de 100644 (file)
@@ -1,3 +1,304 @@
+2007-02-19  yonik <yonik@mainsoft.com>
+
+     * ChangePasswordTest.cs,BulletedListTest.cs: Add new tests for PostbackEvents 
+     
+2007-02-19 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * GridViewTest:
+       new test were added      
+
+2007-02-13  Adar Wesley <adarw@mainsoft.com>
+
+        * ObjectDataSourceViewTest.cs: removed NotWorking attribute from a
+        working test.
+
+2007-02-13  Adar Wesley <adarw@mainsoft.com>
+
+       * ObjectDataSourceViewTest.cs: removed NotWorking attribute from a 
+       working test.
+
+2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * FontUnitTest.cs: Added test to verify locale dependent behavior of
+       FontUnit(string) ctor.
+
+2007-02-06 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DetailsViewTest.cs:
+       * GridViewTest:
+       new test were added      
+
+2007-02-05 Adar Wesley <adarw@mainsoft.com>
+
+        * PasswordRecoveryTest.cs: Fixed tests.  This fix required adding
+        the section mailSettings to Web.config.  This in turn requires the
+        section handler be registered in the active machine.config.
+
+2007-02-04  yonik <yonik@mainsoft.com>
+
+     * SqlDataSourceTest.cs: Add new tests  
+
+2007-02-04  yonik <yonik@mainsoft.com>
+
+     * ObjectDataSourceTest.cs: Add new tests  
+
+2007-01-30  Adar Wesley <adarw@mainsofot.com>
+
+       * FontUnitTest.cs: fixed implementation of IFormatProvider
+
+2007-01-30  yonik <yonik@mainsoft.com>
+
+     * ViewTest.cs: Add new test for post back events 
+
+2007-01-28  yonik <yonik@mainsoft.com>
+
+     * MultiViewTest.cs: Add new tests for post back events 
+
+2007-01-25  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+        * LoginTest.cs: removed NotWorking attribute
+
+2007-01-24  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * TextBoxTest.cs: removed NotWorking attribute
+
+2007-01-24  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * TableTest.cs: removed NotWorking attribute
+
+2007-01-24 Ilya Kharmatsky <ilya -at- decode-systems.com>
+       
+       * DetailsViewTest.cs : added 3 tests, which test rendering of
+         control, when data source is empty - it should not contain
+         header or footer,even when the values are provided for those
+         properties.
+        
+2007-01-15 Ilya Kharmatsky <ilya -at- decode-systems.com>
+       
+       * CheckBoxListTest.cs
+       * RadioButtonListTest.cs
+       * DropDownListTest.cs
+       * ListControlTest.cs
+       * ListBoxTest.cs
+       * BulletedListTest.cs
+       Added tests for checking method 'VerifyMultiSelect', removed
+       'NotWorking' attribute.
+
+2007-01-04 Adar Wesley <adarw@mainsoft.com>
+
+       * RepeatInfoTest.auto.cs: Fixed tests to compare HTML with HtmlDiff
+
+2007-01-04 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DataBoundControlTest.cs: new tests were added.
+
+2007-01-03 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * FormViewTest.cs: new tests were added.
+
+2007-01-03 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ListControlTest.cs: new tests were added.
+
+2007-01-02 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DetailsViewTest.cs: new tests, removed NotWorking attribute.
+
+2007-01-01 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DetailsViewTest.cs: fixed tests, removed NotWorking attribute.
+
+2006-12-26 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebControlTest.cs: added tests.
+       * StyleTest.cs: added tests.    
+
+2006-12-17  Yoni Klain         <yonik@mainsoft.com>
+
+       * TreeViewTest.cs:    added tests.
+       
+2006-12-17 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * SiteMapPathTest.cs: added NotWorking attribute.
+       * MenuTest.cs: fixed tests.
+
+2006-12-14  Yoni Klain         <yonik@mainsoft.com>
+
+       * ImageMapTest.cs:    added tests.
+
+2006-12-14  Yoni Klain         <yonik@mainsoft.com>
+
+       * FormViewTest.cs:    added tests.
+
+2006-12-14  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * LoginTest.cs: fixed controls id 
+
+2006-12-14  Yoni Klain         <yonik@mainsoft.com>
+
+       * SiteMapPathTest.cs:    added tests.
+
+2006-12-13  Yoni Klain         <yonik@mainsoft.com>
+
+       * DetailsViewTest.cs:    added tests.
+
+2006-12-13  Yoni Klain         <yonik@mainsoft.com>
+
+       * LoginTest.cs:    added tests.
+
+2006-12-12  Yoni Klain         <yonik@mainsoft.com>
+
+       * MenuTest.cs:    added tests.
+
+2006-12-12  Yoni Klain         <yonik@mainsoft.com>
+
+       * WizardTest.cs:    added tests.
+
+2006-12-11  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * GridViewTest.cs:  added tests.
+
+2006-12-11  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * GridViewTest.cs: fixed tests, removed NotWorking attribute.
+
+2006-12-11  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * RadioButtonTest.cs: added tests.
+
+2006-12-10  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * MasterPageTest.cs: added NotWorking attribute.
+
+2006-12-10  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * ThemeTest.cs: fixed test.
+
+2006-12-10  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * MenuTest.cs: fixed test.
+
+2006-12-10  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * ObjectDataSourceTest.cs: fixed tests.
+
+2006-12-10  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * ListControlTest.cs: fixed tests.
+
+2006-12-07  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * DetailsViewTest.cs: two tests marked NotWorking.
+
+2006-12-07  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * FormViewTest.cs: fixed tests.
+
+2006-12-06  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * CreateUserWizardTest.cs: fixed postback tests button id
+
+2006-12-06  Yoni Klain         <yonik@mainsoft.com>
+
+       * MenuTest.cs;GridViewTest.cs;CustomValidatorTest.cs;  
+       changes for 2.0 definition and category repaired.
+
+2006-12-06  Yoni Klain         <yonik@mainsoft.com>
+
+       * LoginTest.cs  remove not relevant test; 
+
+2006-12-05  Yoni Klain         <yonik@mainsoft.com>
+
+       * ImageButtonTest.cs,ObjectDataSourceTest.cs only category changed; 
+
+2006-12-05  Yoni Klain         <yonik@mainsoft.com>
+
+       * RadioButtonListTest.cs: added new test for 2.0 
+
+2006-12-05  Yoni Klain         <yonik@mainsoft.com>
+
+       * RepeaterTest.cs: added new test for 2.0 
+
+2006-12-05  Yoni Klain         <yonik@mainsoft.com>
+
+       * TableTest.cs: added new test for 2.0 
+
+2006-12-05  Yoni Klain         <yonik@mainsoft.com>
+
+       * XmlTest.cs: added new test for 2.0 
+
+2006-12-05  Yoni Klain         <yonik@mainsoft.com>
+
+       * TextBoxTest.cs: added new test for 2.0 
+
+2006-12-04 Merav Sudri   <meravs@mainsoft.com>
+
+       * FormViewTest.cs: Removing "NotWorking" attributes. 
+
+2006-12-03  Yoni Klain         <yonik@mainsoft.com>
+
+       * RadioButtonTest.cs: added new test for 2.0 
+
+2006-11-30  Yoni Klain         <yonik@mainsoft.com>
+
+       * PanelTest.cs: added new test for 2.0 
+
+2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * CreateUserWizardTest.cs: fixed NunitWeb tests.
+       * DetailsViewTest.cs: fixed NunitWeb tests.
+       * FormParameterTest.cs: fixed NunitWeb tests.
+       * FormViewTest.cs: fixed NunitWeb tests.
+       * MenuTest.cs: fixed NunitWeb tests.
+       * WizardStepBaseTest.cs: fixed NunitWeb tests.
+       * XmlDataSourceTest.cs: fixed NunitWeb tests.
+
+2006-11-27  Yoni Klain         <yonik@mainsoft.com>
+
+       * ListControlTest.cs: added new test for 2.0 
+
+2006-11-29  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * SqlDataSourceDerbyTest.cs: fixed connection on db init
+
+2006-11-28  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ObjectDataSourceTest.cs: fixed exception message checking
+       * ObjectDataSourceViewTest.cs: fixed tests that failed because of
+       execution order
+
+2006-11-27  Yoni Klain         <yonik@mainsoft.com>
+
+       * LinkButtonTest.cs: added new test for 2.0 
+
+2006-11-26  Yoni Klain         <yonik@mainsoft.com>
+
+       * ImageButtonTest.cs: added new test for 2.0 
+
+2006-11-26  Yoni Klain         <yonik@mainsoft.com>
+
+       * CheckBoxListTest.cs: added new test for 2.0 
+
+2006-11-23  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * BoundFieldTest.cs: removed NotWorking attributes.
+
+2006-11-23  Igor Zelmanovich   <igorz@mainsoft.com>
+
+       * SiteMapDataSourceTest.cs: removed NotWorking attributes.
+
+2006-11-23  Yoni Klain         <yonik@mainsoft.com>
+
+       * EditCommandColumnTest.cs: added new test for 2.0
+
+2006-11-23  Yoni Klain         <yonik@mainsoft.com>
+
+       * CheckBoxTest.cs: added new test for 2.0
+
+2006-11-23  Yoni Klain         <yonik@mainsoft.com>
+
+       * ButtonColumnTest.cs: added new test for 2.0
+       
 2006-11-23  Yoni Klain         <yonik@mainsoft.com>
 
        * ButtonTest.cs: added new test for 2.0