Skip to content

Commit 36b5e3d

Browse files
author
Xing Lin
committed
Fixed a unit test function name
1 parent 7a8d790 commit 36b5e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/ViewFileSystemBaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ public void testTrashRoot() throws IOException {
11081108
* Test TRASH_FORCE_INSIDE_MOUNT_POINT feature for getTrashRoot
11091109
*/
11101110
@Test
1111-
public void testTrashRootRootOfMountPoint() throws IOException {
1111+
public void testTrashRootForceInsideMountPoint() throws IOException {
11121112
UserGroupInformation ugi = UserGroupInformation.getCurrentUser();
11131113
Configuration conf2 = new Configuration(conf);
11141114
conf2.setBoolean(CONFIG_VIEWFS_TRASH_FORCE_INSIDE_MOUNT_POINT, true);

0 commit comments

Comments
 (0)