Mark tests as not working under TARGET_JVM
[mono.git] / mcs / class / corlib / Test / System.IO / BinaryReaderTest.cs
index 211c07d520de94967b3d9004b942aff8dad056d1..5661fef921c013a803e89db9488664bc29e9e3eb 100644 (file)
@@ -1063,9 +1063,6 @@ namespace MonoTests.System.IO
        
        [Test]
        [ExpectedException(typeof(EndOfStreamException))]
-#if TARGET_JVM
-    [Category("NotWorking")]
-#endif
        public void ReadDecimalException ()
        {
                MemoryStream stream = new MemoryStream (new byte [] {0, 0, 0, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0 ,87, 98, 0, 0, 0, 0, 0});
@@ -1234,9 +1231,6 @@ namespace MonoTests.System.IO
        }
        
        [Test]
-#if TARGET_JVM
-    [Category("NotWorking")]
-#endif
        public void ReadSingle ()
        {
                MemoryStream stream = new MemoryStream (new byte [] {65, 200, 0, 0, 0, 1, 2, 3, 4});