mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 18:51:26 +00:00
Reenabled NioFileSystem integrationtests
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user