[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.WebControls / ChangeLog
index d05a82b6c8773a578049c07ba411da66c627bbab..e985513f69f25126fa4278f9c5d6962b47b20abe 100644 (file)
@@ -1,3 +1,141 @@
+2010-04-28  Marek Habersack  <mhabersack@novell.com>
+
+       * 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