瀏覽代碼

Fix TestHDFSContractPathHandle.

Change-Id: I23bf20e1a6ec8f864d5f250335d6b70debc71a44
Siyao Meng 3 年之前
父節點
當前提交
8eeb645af4

+ 1 - 3
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/contract/hdfs/TestHDFSContractPathHandle.java

@@ -26,8 +26,6 @@ import org.junit.jupiter.api.BeforeAll;
 
 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