enable some tests for System.Text.UnicodeEncoding (#5414)
authormarkusbeth <markus.beth@web.de>
Tue, 22 Aug 2017 00:49:37 +0000 (02:49 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 22 Aug 2017 00:49:37 +0000 (02:49 +0200)
Remove attribute Category ("NotWorking") from tests GetString_Odd_Count_0
and GetString_Odd_Count_ff as they are now working.

mcs/class/corlib/Test/System.Text/UnicodeEncodingTest.cs

index e780524afe159689a756d40445428ab7361b38d2..418183526fa37fe7ede65c5fb382b7f0f7cadd15 100644 (file)
@@ -219,7 +219,6 @@ namespace MonoTests.System.Text
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void GetString_Odd_Count_0 ()
                {
                        byte [] array = new byte [3];
@@ -231,7 +230,6 @@ namespace MonoTests.System.Text
                }
 
                [Test]
-               [Category ("NotWorking")]
                public void GetString_Odd_Count_ff ()
                {
                        byte [] array = new byte [3] { 0xff, 0xff, 0xff };