|
@@ -90,6 +90,10 @@ public abstract class FSMainOperationsBaseTest extends FileSystemTestHelper {
|
|
public FSMainOperationsBaseTest() {
|
|
public FSMainOperationsBaseTest() {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public FSMainOperationsBaseTest(String testRootDir) {
|
|
|
|
+ super(testRootDir);
|
|
|
|
+ }
|
|
|
|
+
|
|
@Before
|
|
@Before
|
|
public void setUp() throws Exception {
|
|
public void setUp() throws Exception {
|
|
fSys = createFileSystem();
|
|
fSys = createFileSystem();
|