X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FFileInfoTest.cs;h=809647d6b66b7309bc92701bec1693aab694526a;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=d2a2fd6e360912a2d1e4e75912acefedfcd49ae4;hpb=d3d3ae6b0132d8840a5be0b36afcf4240868eabb;p=mono.git diff --git a/mcs/class/corlib/Test/System.IO/FileInfoTest.cs b/mcs/class/corlib/Test/System.IO/FileInfoTest.cs index d2a2fd6e360..809647d6b66 100644 --- a/mcs/class/corlib/Test/System.IO/FileInfoTest.cs +++ b/mcs/class/corlib/Test/System.IO/FileInfoTest.cs @@ -632,9 +632,7 @@ namespace MonoTests.System.IO [Test] [ExpectedException(typeof (IOException))] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // File sharing not supported for TARGET_JVM public void OpenReadIOException () { string path = TempFolder + DSC + "FIT.OpenReadIOException.Test";