svn merge -c 1584767 from trunk for the hadoop-common part of HDFS-6189.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1584771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0741fef232
commit
f290904937
@ -90,6 +90,10 @@ public boolean accept(Path file) {
|
||||
public FSMainOperationsBaseTest() {
|
||||
}
|
||||
|
||||
public FSMainOperationsBaseTest(String testRootDir) {
|
||||
super(testRootDir);
|
||||
}
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
fSys = createFileSystem();
|
||||
|
@ -49,7 +49,7 @@ public FileContextTestHelper() {
|
||||
/**
|
||||
* Create a context with the given test root
|
||||
*/
|
||||
private FileContextTestHelper(String testRootDir) {
|
||||
public FileContextTestHelper(String testRootDir) {
|
||||
this.testRootDir = testRootDir;
|
||||
}
|
||||
|
||||
|
@ -52,7 +52,7 @@ public FileSystemTestHelper() {
|
||||
/**
|
||||
* Create helper with the specified test root dir
|
||||
*/
|
||||
private FileSystemTestHelper(String testRootDir) {
|
||||
public FileSystemTestHelper(String testRootDir) {
|
||||
this.testRootDir = testRootDir;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user