We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8d790 commit 36b5e3dCopy full SHA for 36b5e3d
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/viewfs/ViewFileSystemBaseTest.java
@@ -1108,7 +1108,7 @@ public void testTrashRoot() throws IOException {
1108
* Test TRASH_FORCE_INSIDE_MOUNT_POINT feature for getTrashRoot
1109
*/
1110
@Test
1111
- public void testTrashRootRootOfMountPoint() throws IOException {
+ public void testTrashRootForceInsideMountPoint() throws IOException {
1112
UserGroupInformation ugi = UserGroupInformation.getCurrentUser();
1113
Configuration conf2 = new Configuration(conf);
1114
conf2.setBoolean(CONFIG_VIEWFS_TRASH_FORCE_INSIDE_MOUNT_POINT, true);
0 commit comments