Multi-culture implementation ValueSerializers, Parse and ToString for types from...
[mono.git] / mcs / class / WindowsBase / Test / System.Windows / Int32RectTest.cs
index 8275f1813b8611bd88151fe3406cc6502b8b4e5d..ffd571f3a191ec257f7a6d9e5cef916f3ecb043e 100644 (file)
@@ -142,7 +142,6 @@ namespace MonoTests.System.Windows {
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void Parse ()
                {
                        Int32Rect r = Int32Rect.Parse ("1, 2, 3, 4");
@@ -150,7 +149,6 @@ namespace MonoTests.System.Windows {
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void ParseNegative ()
                {
                        Int32Rect.Parse ("1, 2, -3, -4");