[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.WebControls / ChangeLog
index 261ebd0063d4ee008e96441715b8c989304abc2a..e985513f69f25126fa4278f9c5d6962b47b20abe 100644 (file)
-2007-03-15  Marek Habersack  <mhabersack@novell.com>
+2010-04-28  Marek Habersack  <mhabersack@novell.com>
 
-       * ImageButtonTest.cs, LinkButtonTest.cs: the validation tests in
-       the two cases were incorrect in my opinion. MS.NET renders the
-       same HTML (effectively) for no-validation case we do - there are
-       no onclick handlers or MyValidationGroup rendered for the
-       imagebutton/linkbutton controls.
+       * CheckBoxListTest.cs: added test for bug #600415
+
+2010-04-13  Marek Habersack  <mhabersack@novell.com>
+
+       * CheckBoxFieldTest.cs: added test for bug #595568
+
+2010-04-01  Marek Habersack  <mhabersack@novell.com>
+
+       * FormViewTest.cs: added test for bug #578863
+
+2010-02-19  Marek Habersack  <mhabersack@novell.com>
+
+       * SqlDataSourceTest.cs: added test for bug #572781
+
+       * ButtonTest.cs: added test for bug #325489
+
+2010-02-18  Marek Habersack  <mhabersack@novell.com>
+
+       * CheckBoxListTest.cs: added tests for bugs #377703 and #578770
+
+       * TreeViewTest.cs: added test for bug #580692
+
+2010-01-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * ThemeTest.cs: Mark UrlProperty test as NotWorking to clean
+       up buildbot.  Filed as 572707.
+
+2010-01-18  Marek Habersack  <mhabersack@novell.com>
+
+       * ParameterTest.cs: added tests for ConvertDbTypeToTypeCode,
+       ConvertTypeCodeToDbType and constructors taking DbType as one of
+       the parameters.
+
+2010-01-15  Marek Habersack  <mhabersack@novell.com>
+
+       * ChangePasswordTest.cs: added test for looking for controls in
+       ChangePassword template containers.
+
+2009-11-16  Marek Habersack  <mhabersack@novell.com>
+
+       * TreeNodeTest.cs: added test for a situation when a
+       node already contains children when the PopulateOnDemand property
+       is set.
+
+2009-11-13  Marek Habersack  <mhabersack@novell.com>
+
+       * GridViewTest.cs: added test for bug #551666
+
+2009-10-13  Marek Safar  <marek.safar@gmail.com>
+
+       * WebColorConverterTest.cs: Fixed .NET compatibility.
+
+2009-10-13  Marek Habersack  <mhabersack@novell.com>
+
+       * WebColorConverterTest.cs: added test for bug #546173
+
+2009-03-17  Marek Habersack  <mhabersack@novell.com>
+
+       * UnitTest.cs: added a test for equality with Unit.Empty
+
+2009-03-12  Marek Habersack  <mhabersack@novell.com>
+
+       * EditCommandColumnTest.cs: ignore two tests, most likely broken.
+
+2009-02-10  Marek Habersack  <mhabersack@novell.com>
+
+       * ImageButtonTest.cs: added test for bug #463939
+
+2009-02-09  Marek Habersack  <mhabersack@novell.com>
+
+       * ObjectDataSourceViewTest.cs: added test for bug #471767
+
+2009-02-06  Marek Habersack  <mhabersack@novell.com>
+
+       * StyleTest.cs: added tests for CssClass and BorderStyle. 
+       Renamed the Style_CssClass method to Style_RegisteredCssClass.
+
+2009-02-05  Marek Habersack  <mhabersack@novell.com>
+
+       * LoginTest.cs: added test for Bug #468359
+
+2009-01-21  Marek Habersack  <mhabersack@novell.com>
+
+       * MenuTest.cs: temporarily disabled the Menu_DefaultRender test
+       (Nunit 2.4 issue).
+
+2008-10-08  Marek Habersack  <mhabersack@novell.com>
+
+       * ControlParameterTest.cs: added a test for ControlParameter
+       evaluating a complex property expression.
+
+2008-09-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * RoleGroupCollectionTest.cs: Add test case this[int].
+
+2008-07-28  Marek Habersack  <mhabersack@novell.com>
+
+       * MasterPageTest.cs: added a test for situations when a page tries
+       to use a content place holder not defined in the associated master
+       page (bug #325114)
+
+2008-07-23  Marek Habersack  <mhabersack@novell.com>
+
+       * SqlDataSourceTest.cs: fix the failing test again.
+
+2008-07-02  Marek Habersack  <mhabersack@novell.com>
+
+       * SqlDataSourceTest.cs: command parameters are constructed from
+       reversed order of keys in an IOrderedDictionary - fix the order in
+       some tests.
+
+2008-05-18  Marek Habersack  <mhabersack@novell.com>
+
+       * HierarchicalDataBoundControlTest.cs: Added 
+       TestIHierarchicalEnumerableDataSource to test change made to
+       GetData method to make functionally compatibile with Microsoft.NET
+       framework. Patch contributed by James Fitzsimons
+       <james.fitzsimons@gmail.com>, thanks!
+       
+2008-05-04 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebControlTest.cs: make tests compatible with Windows
+       by considering end of lines chars.       
+
+2008-04-08  Dean Brettle <dean@brettle.com>
+
+       * DataBoundControlTest.cs, HierarchicalDataBoundControlTest.cs,
+       WebControlTest.cs: added tests to ensure that using a 
+       ControlAdapter that is not of the type corresponding to the 
+       control doesn't cause a cast error.
+
+2008-04-03  Marek Habersack  <mhabersack@novell.com>
+
+       * DataListTest.cs: added test for bug #376519
+       (SelectedValue_SelectedIndex)
+
+2008-03-09  Dean Brettle <dean@brettle.com> 
+
+       * MenuTest.cs (Menu_RenderStaticItems): added tests to check that
+       result was the same when using the base MenuAdapter as when using
+       no adapter.
+       
+       * MenuTest.cs (Menu_RenderStaticItemsWithAdapter): added test
+       to ensure that MenuAdapter.RenderItem() is called.
+
+       * HierarchicalDataBoundControlTest.cs, WebControlTest.cs, 
+       DataBoundControlTest.cs: added test for use of ControlAdapters
+       when present.
+       
+       * WebControl.cs: added test for IsEnabled.
+
+2008-01-08 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DetailsViewTest.cs:
+       * DropDownListTest.cs:
+       * FormViewTest.cs:
+       * GridViewTest.cs:
+       removed NotWorking attributes.                          
+
+2007-12-18  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ListBoxTest.cs: added tests for ListControl's viewstate
+
+2007-11-08 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * AutoGeneratedFieldTest.cs:    
+       Added new test.
+
+2007-11-07 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebControlTest.cs:    
+       Added new test.
+
+2007-11-06 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ListControlTest.cs:
+       Added new tests.
+
+2007-10-31 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DataListTest.cs:
+       Added new test.
+
+2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ImageTest.cs:
+       * WebControlTest.cs:    
+       Added new tests.
+
+2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * GridViewTest.cs: Code formatting.
+
+2007-08-14  Marek Habersack  <mhabersack@novell.com>
+
+       * ChangePasswordTest.cs: adjust tests for the ChangePassword
+       control button controls id changes. Part of fix for bug #82418.
+
+2007-08-06 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DataSourceViewTest.cs:
+       Added new test.
+
+2007-08-06 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DataGridTest.cs:
+       * DetailsViewTest.cs:
+       fixed tests.
+
+2007-07-01 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * GridViewTest.cs:
+       Added new tests
+
+2007-07-01 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * FormViewTest.cs:
+       * DetailViewTest.cs:
+       * GridViewTest.cs:
+       Added new tests
+
+2007-06-20  yonik <yonik@mainsoft.com>
+
+     * DropDownListTest.cs;
+        * FormViewTest.cs;     
+        * DetailViewTest.cs;
+        * GridViewTest.cs;    
+      Add new tests for DataSourceChanged event 
+
+2007-05-27 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ObjectDataSourceViewTest.cs:
+       * SqlDataSourceViewTest.cs:
+       new tests were added.   
+
+2007-05-07 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * MenuTest.cs:
+       new tests were added.   
+
+2007-05-06 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * TreeNodeTest.cs:
+       * TreeViewTest.cs:
+       new tests were added.   
+
+2007-05-03  Marek Habersack  <mhabersack@novell.com>
+
+       * TreeViewTest.cs: revert r76541.
+
+2007-05-01  Marek Habersack  <mhabersack@novell.com>
+
+       * TreeViewTest.cs: adjust generated HTML tests to the latest
+       rendering changes.
+
+2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * UnitTest.cs: Added test for unit value with no integral part. Code
+       formatting fixes.
+
+2007-03-20  Marek Habersack  <mhabersack@novell.com>
+
+       * LoginStatusTest.cs: add a test for CssClass set on the rendered
+       control
+
+2007-03-19 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * DataGridTest.cs: Added new tests.
 
 2007-03-09  Marek Habersack  <mhabersack@novell.com>