X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Text%2FEncodingInfoTest.cs;h=36b9bec17d89cf399a7d0503e0075ab5df55c19c;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=eab01ffedee2242423af6b24ac122270ff6d84c1;hpb=0ea41d6afbeda9304c8257560e165740be2d4027;p=mono.git diff --git a/mcs/class/corlib/Test/System.Text/EncodingInfoTest.cs b/mcs/class/corlib/Test/System.Text/EncodingInfoTest.cs index eab01ffedee..36b9bec17d8 100644 --- a/mcs/class/corlib/Test/System.Text/EncodingInfoTest.cs +++ b/mcs/class/corlib/Test/System.Text/EncodingInfoTest.cs @@ -22,9 +22,6 @@ namespace MonoTests.System.Text public class EncodingInfoTest { [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif // The purpose of this test is to make sure that // new encodings added to I18N are also listed in the // returned array from Encoding.GetEncodings() so that