remove redundand NotWorkings
authorKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 30 Nov 2006 15:07:43 +0000 (15:07 -0000)
committerKonstantin Triger <kostat@mono-cvs.ximian.com>
Thu, 30 Nov 2006 15:07:43 +0000 (15:07 -0000)
svn path=/trunk/mcs/; revision=68746

mcs/class/System.Web/Test/System.Web.UI.WebControls/PagedDataSourceTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/RoleGroupCollectionTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/RoleGroupTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/ThemeTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/TreeNodeBindingTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/WebControlTest.cs

index e5ae631023f136895efec77870b86db2a04ad7a2..a7dabad749a05a433a6d34bc4c6f85d3406be247 100644 (file)
@@ -355,9 +355,6 @@ namespace MonoTests.System.Web.UI.WebControls {
                }
 
                [Test]
-#if TARGET_JVM
-               [NUnit.Framework.Category ("NotWorking")]
-#endif
                [ExpectedException (typeof (IndexOutOfRangeException))]
                public void Paging2 ()
                {
@@ -379,9 +376,6 @@ namespace MonoTests.System.Web.UI.WebControls {
                }
 
                [Test]
-#if TARGET_JVM
-               [NUnit.Framework.Category ("NotWorking")]
-#endif
                [ExpectedException (typeof (IndexOutOfRangeException))]
                public void Paging3 ()
                {
index 2d9d5412487989192330062a9e6fce342058deec..c7284a3676696b8d2e4394ab0d159fb56577e27f 100644 (file)
@@ -122,9 +122,6 @@ namespace MonoTests.System.Web.UI.WebControls {
                }
 
                [Test]
-#if TARGET_JVM
-               [Category ("NotWorking")]
-#endif
                public void GetMatchingRoleGroup_In ()
                {
                        RoleGroup rg = new RoleGroup ();
index 3ac8cadf2ee44f8eac5a96d9cd11efa7b0a41d45..30b29535fa29884e8dab353f198c61843a7cb1a7 100644 (file)
@@ -122,9 +122,6 @@ namespace MonoTests.System.Web.UI.WebControls {
                }
 
                [Test]
-#if TARGET_JVM
-               [Category ("NotWorking")]
-#endif
                public void ContainsUser_In ()
                {
                        RoleGroup rg = new RoleGroup ();
index 5695c8abe4cddb9242a7354e3ec7258c210941a2..8035b8b2305457f00ec7eba03b1f3d5bbac08afe 100644 (file)
@@ -300,9 +300,6 @@ namespace MonoTests.System.Web.UI.WebControls
                
                [Test]
                [Category("NunitWeb")]
-#if TARGET_JVM
-               [Category ("NotWorking")]
-#endif
                public void UrlPropertyTest ()
                {
                        string res = new WebTest ("UrlProperty.aspx").Run ();
index e94675692e3b6d43d0d3a16caa06e8a47e2b1f13..54473fb91027770350e2882bb35e1881a861664d 100644 (file)
@@ -42,9 +42,6 @@ namespace MonoTests.System.Web.UI.WebControls {
        [TestFixture]\r
        public class TreeNodeBindingTest {\r
                [Test]\r
-#if TARGET_JVM\r
-               [Category ("NotWorking")]\r
-#endif\r
                public void TreeNodeBinding_DefaultProperties () {\r
                        TreeNodeBinding tnb = new TreeNodeBinding ();\r
                        Assert.AreEqual (string.Empty, tnb.DataMember, "DataMember");\r
@@ -68,9 +65,6 @@ namespace MonoTests.System.Web.UI.WebControls {
                }\r
 \r
                [Test]\r
-#if TARGET_JVM\r
-               [Category ("NotWorking")]\r
-#endif\r
                public void TreeNodeBinding_AssignToDefaultProperties () {\r
                        TreeNodeBinding tnb = new TreeNodeBinding ();\r
 \r
index 0e5e641be5871a4da1fabff3852590a7fc0d6832..59861e938eff7e5c4cc14dd2873af4dcdf50b49a 100644 (file)
@@ -419,9 +419,6 @@ namespace MonoTests.System.Web.UI.WebControls
 
                 
                [Test]
-#if TARGET_JVM
-               [Category ("NotWorking")]
-#endif
                public void ViewState() {
                        WebControlTestClass     w;
                        WebControlTestClass     w_copy;