Category("NotWorking") for TARGET_JVM
authorAndrew Skiba <andrews@mono-cvs.ximian.com>
Thu, 23 Nov 2006 15:20:15 +0000 (15:20 -0000)
committerAndrew Skiba <andrews@mono-cvs.ximian.com>
Thu, 23 Nov 2006 15:20:15 +0000 (15:20 -0000)
svn path=/trunk/mcs/; revision=68397

mcs/class/System.Web/Test/System.Web.UI.WebControls/GridViewTest.cs

index dc9fff36a6c8ca7f5a84e60a367615c175e7ccd2..aac3d8bb50247bc385a94a67da9753f9f71db406 100644 (file)
@@ -554,11 +554,11 @@ namespace MonoTests.System.Web.UI.WebControls
                
                }
 
-               [Test]\r
-#if TARGET_JVM //BUG 6484\r
-               [Category ("NotWorking")]\r
-#endif\r
-               public void GridView_PageCount ()\r
+               [Test]
+#if TARGET_JVM //BUG 6484
+               [Category ("NotWorking")]
+#endif
+               public void GridView_PageCount ()
                {
                        Page p = new Page ();
 
@@ -752,7 +752,10 @@ namespace MonoTests.System.Web.UI.WebControls
 
 
                [Test]
-               public void GridView_DeleteItem()
+#if TARGET_JVM //BUG 6484
+               [Category ("NotWorking")]
+#endif
+               public void GridView_DeleteItem ()
                {
                        PokerGridView g = new PokerGridView ();
                        ArrayList myds = new ArrayList ();
@@ -775,6 +778,9 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 
                [Test]
+#if TARGET_JVM //BUG 6484
+               [Category ("NotWorking")]
+#endif
                public void GridView_RowCreated ()
                {
                        GridView g = new GridView ();
@@ -983,6 +989,9 @@ namespace MonoTests.System.Web.UI.WebControls
                private int newPageIndex;
 
                [Test]
+#if TARGET_JVM //BUG 6484
+               [Category ("NotWorking")]
+#endif
                public void GridView_BubbleEvent ()
                {
                        PokerGridView gv = new PokerGridView ();
@@ -1525,10 +1534,10 @@ namespace MonoTests.System.Web.UI.WebControls
                        p.Form.Controls.Add (lce);
                }
 
-               [Test]\r
-#if TARGET_JVM //BUG 6484\r
-               [Category ("NotWorking")]\r
-#endif\r
+               [Test]
+#if TARGET_JVM //BUG 6484
+               [Category ("NotWorking")]
+#endif
                public void GridView_RenderProperty ()
                {
                        string RenderedPageHtml = new WebTest (PageInvoker.CreateOnLoad (RenderProperty)).Run ();
@@ -2098,8 +2107,8 @@ namespace MonoTests.System.Web.UI.WebControls
                                Assert.Fail ("DeleteFail");
                        }
 
-            Unload();
-        }
+                       Unload();
+               }
 
                [Test]
                [Category ("NunitWeb")]
@@ -2124,8 +2133,8 @@ namespace MonoTests.System.Web.UI.WebControls
                        pageHTML = t.Run ();
                        Assert.AreEqual (0, t.UserData , "ObjectDataSource after delete from grid");
 
-            Unload();
-        }
+                       Unload();
+               }
 
                public static void GridView_checkrows (Page p)
                {
@@ -2222,8 +2231,8 @@ namespace MonoTests.System.Web.UI.WebControls
                        Assert.AreEqual ("1001", merged_data[1], "Row before update#1");
                        Assert.AreEqual ("TestEname", merged_data[2], "Row before update#2");
                        Assert.AreEqual ("TestLname", merged_data[3], "Row before update#3");
-            Unload();
-        }
+                       Unload();
+               }
 
                public static void GridView_postbackupdateitem (Page p)
                {
@@ -2297,6 +2306,9 @@ namespace MonoTests.System.Web.UI.WebControls
                }
 
                [Test]
+#if TARGET_JVM //BUG 6484
+               [Category("NotWorking")]
+#endif
                [Category ("NunitWeb")]
                public void GridView_PostBackEdit ()
                {
@@ -2314,8 +2326,8 @@ namespace MonoTests.System.Web.UI.WebControls
                        if (pageHTML.IndexOf ("EditSuccess") < 0) {
                                Assert.Fail ("EditFail");
                        }
-            Unload();
-        }
+                       Unload();
+               }
 
                [Test]
                [Category ("NunitWeb")]