Skip to content

Commit 653f218

Browse files
author
shun01.ding
committed
fix test case
1 parent 10fc2c9 commit 653f218

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/TestDFSAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public void testDataNodeGetReconfigurableProperties() throws IOException, Interr
345345
final List<String> outs = Lists.newArrayList();
346346
final List<String> errs = Lists.newArrayList();
347347
getReconfigurableProperties("datanode", address, outs, errs);
348-
assertEquals(19, outs.size());
348+
assertEquals(20, outs.size());
349349
assertEquals(DFSConfigKeys.DFS_DATANODE_DATA_DIR_KEY, outs.get(1));
350350
}
351351

0 commit comments

Comments
 (0)