Fix TestHDFSContractPathHandle.
Change-Id: I23bf20e1a6ec8f864d5f250335d6b70debc71a44
This commit is contained in:
parent
a8b5d1d648
commit
8eeb645af4
@ -26,8 +26,6 @@
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.super;
|
||||
|
||||
/**
|
||||
* Verify HDFS compliance with {@link org.apache.hadoop.fs.PathHandle}
|
||||
* semantics.
|
||||
@ -37,7 +35,7 @@ public class TestHDFSContractPathHandle
|
||||
|
||||
public TestHDFSContractPathHandle(String testname, Options.HandleOpt[] opts,
|
||||
boolean serialized) {
|
||||
super(opts, serialized, testname);
|
||||
super(testname, opts, serialized);
|
||||
}
|
||||
|
||||
@BeforeAll
|
||||
|
Loading…
x
Reference in New Issue
Block a user