Reenabled NioFileSystem integrationtests

This commit is contained in:
Markus Kreusch
2016-01-06 01:55:08 +01:00
parent 3f44d9bb66
commit 94ed3a6b7c
3 changed files with 0 additions and 6 deletions

View File

@@ -16,12 +16,10 @@ import java.time.Instant;
import org.cryptomator.filesystem.File;
import org.cryptomator.filesystem.FileSystem;
import org.cryptomator.filesystem.nio.NioFileSystem;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@Ignore
public class NioFileIntegrationTest {
@Rule

View File

@@ -12,12 +12,10 @@ import java.nio.file.Files;
import java.nio.file.Path;
import org.cryptomator.filesystem.nio.NioFileSystem;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@Ignore
public class NioFileSystemIntegrationTest {
@Rule

View File

@@ -24,12 +24,10 @@ import java.time.Instant;
import org.cryptomator.filesystem.FileSystem;
import org.cryptomator.filesystem.Folder;
import org.cryptomator.filesystem.nio.NioFileSystem;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@Ignore
public class NioFolderIntegrationTest {
@Rule