2006-10-24 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.WebControls / GridViewTest.cs
index 425814ffa47b9bd9ffc151039a423ce963c093b5..d0c2e2193149fc2ee2a53604c94756fa286979bc 100644 (file)
@@ -506,7 +506,6 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void GridView_Sort_and_DataSourceSelectArguments () {
                        DataSourceView view;
                        DataSourceSelectArguments arg;
@@ -552,7 +551,6 @@ namespace MonoTests.System.Web.UI.WebControls
                // contains the arguments passed to the data source. In this implementation, 
                // the DataSourceSelectArguments object contains the arguments for paging operations.
                [Test]
-               [Category ("NotWorking")]
                public void GridView_CreateDataSourceSelectArguments () {
                        DataSourceView view;
                        Page p = new Page ();
@@ -781,7 +779,6 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void GridView_GetCallbackResult()
                {
                        Page page = new Page ();
@@ -1194,7 +1191,6 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void GridView_PrepareControlHierarchy ()
                {
                        PokerGridView gv = new PokerGridView ();
@@ -1508,7 +1504,6 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void GridView_RenderingButtonField ()
                {
                        string RenderedPageHtml = new WebTest (PageInvoker.CreateOnLoad (RenderingButtonField)).Run ();
@@ -2319,3 +2314,4 @@ namespace MonoTests.System.Web.UI.WebControls
 
 
 
+