X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.IO%2FDirectoryInfoTest.cs;h=f2b4f36c0e3646cd1fd80d1ec6bf312f7ec4f030;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=1b615b63caaef92510f7cd36e4fd62fd81caf113;hpb=0ea41d6afbeda9304c8257560e165740be2d4027;p=mono.git diff --git a/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs b/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs index 1b615b63caa..f2b4f36c0e3 100644 --- a/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs +++ b/mcs/class/corlib/Test/System.IO/DirectoryInfoTest.cs @@ -612,9 +612,6 @@ namespace MonoTests.System.IO } [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif public void DirectoryNameWithSpace () { // check for Unix platforms - see FAQ for more details @@ -679,40 +676,32 @@ namespace MonoTests.System.IO AssertEquals ("test#12", 0, time.Second); } - [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Test] + [Category("TargetJvmNotSupported")] // LastAccessTime not supported for TARGET_JVM public void LastAccessTime () { DirectoryInfo info = new DirectoryInfo (TempFolder); info.LastAccessTime = DateTime.Now; } - [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Test] + [Category("TargetJvmNotSupported")] // LastAccessTime not supported for TARGET_JVM public void LastAccessTimeUtc () { DirectoryInfo info = new DirectoryInfo (TempFolder); info.LastAccessTimeUtc = DateTime.Now; } - [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Test] + [Category("TargetJvmNotSupported")] // CreationTime not supported for TARGET_JVM public void CreationTime () { DirectoryInfo info = new DirectoryInfo (TempFolder); info.CreationTime = DateTime.Now; } - [Test] -#if TARGET_JVM - [Category("NotWorking")] -#endif + [Test] + [Category("TargetJvmNotSupported")] // CreationTime not supported for TARGET_JVM public void CreationTimeUtc () { DirectoryInfo info = new DirectoryInfo (TempFolder);