Fix TestHDFSContractPathHandle.

Change-Id: I23bf20e1a6ec8f864d5f250335d6b70debc71a44
This commit is contained in:
Siyao Meng 2021-08-19 17:23:59 -07:00
parent a8b5d1d648
commit 8eeb645af4

View File

@ -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