X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FFileStreamTest.cs;h=0d7b6d258f85d7fe2423b935008625e0eddcb398;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=f39861c86a6bafb9ae4382615e10361f2b41efc0;hpb=0ea41d6afbeda9304c8257560e165740be2d4027;p=mono.git diff --git a/mcs/class/corlib/Test/System.IO/FileStreamTest.cs b/mcs/class/corlib/Test/System.IO/FileStreamTest.cs index f39861c86a6..0d7b6d258f8 100644 --- a/mcs/class/corlib/Test/System.IO/FileStreamTest.cs +++ b/mcs/class/corlib/Test/System.IO/FileStreamTest.cs @@ -983,9 +983,7 @@ namespace MonoTests.System.IO DeleteFile (path); } -#if TARGET_JVM // File locking is not implemented. - [Category ("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // File locking not supported for TARGET_JVM public void TestLock () { string path = TempFolder + Path.DirectorySeparatorChar + "TestLock";