X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FFileSystemInfoTest.cs;fp=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FFileSystemInfoTest.cs;h=43efdf5e669ad34e3188ac76c6a1aa193059cc99;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=78ccf617302df45a25c0bbf1c8ea9c7a553f7957;hpb=d3d3ae6b0132d8840a5be0b36afcf4240868eabb;p=mono.git diff --git a/mcs/class/corlib/Test/System.IO/FileSystemInfoTest.cs b/mcs/class/corlib/Test/System.IO/FileSystemInfoTest.cs index 78ccf617302..43efdf5e669 100644 --- a/mcs/class/corlib/Test/System.IO/FileSystemInfoTest.cs +++ b/mcs/class/corlib/Test/System.IO/FileSystemInfoTest.cs @@ -69,9 +69,7 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // CreationTime not supported for TARGET_JVM public void CreationTimeFile () { string path = TempFolder + DSC + "FSIT.CreationTime.Test"; @@ -124,9 +122,7 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // CreationTime not supported for TARGET_JVM public void CreationTimeDirectory () { string path = TempFolder + DSC + "FSIT.CreationTimeDirectory.Test"; @@ -168,9 +164,7 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // CreationTime not supported for TARGET_JVM public void CreationTimeNoFileOrDirectory () { string path = TempFolder + DSC + "FSIT.CreationTimeNoFile.Test"; @@ -220,9 +214,7 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // LastAccessTime not supported for TARGET_JVM public void DefaultLastAccessTime () { string path = TempFolder + DSC + "FSIT.DefaultLastAccessTime.Test"; @@ -246,9 +238,7 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // LastAccessTime not supported for TARGET_JVM public void LastAccessTime () { string path = TempFolder + DSC + "FSIT.LastAccessTime.Test"; @@ -292,9 +282,7 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Category("TargetJvmNotSupported")] // LastAccessTime not supported for TARGET_JVM public void DefaultLastWriteTime () { string path = TempFolder + DSC + "FSIT.DefaultLastWriteTime.Test";