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 70068a0 commit c2a9c14Copy full SHA for c2a9c14
src/test/java/org/gluster/test/TestGluster.java
@@ -216,6 +216,7 @@ public void testGroupOwnership() throws Exception{
216
Assert.assertEquals("root",newOwner);
217
Assert.assertEquals("wheel",newGroup);
218
219
+ gfs.delete(myFile,true);
220
}
221
222
@org.junit.Test
@@ -248,8 +249,6 @@ public void testPermissions() throws Exception{
248
249
assertEquals(gfs.getFileStatus(directory).getPermission().toShort(), perm);
250
gfs.delete(new Path("aa"),true);
251
assertFalse(gfs.exists(directory));
-
252
253
254
255
0 commit comments