Ifdef test not working in TARGET_JVM.
authorBoris Kirzner <borisk@mono-cvs.ximian.com>
Sun, 11 Feb 2007 15:19:32 +0000 (15:19 -0000)
committerBoris Kirzner <borisk@mono-cvs.ximian.com>
Sun, 11 Feb 2007 15:19:32 +0000 (15:19 -0000)
svn path=/trunk/mcs/; revision=72615

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

index 36b9bec17d89cf399a7d0503e0075ab5df55c19c..eab01ffedee2242423af6b24ac122270ff6d84c1 100644 (file)
@@ -22,6 +22,9 @@ 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