Skip to content

Commit c2a9c14

Browse files
committed
added delete
1 parent 70068a0 commit c2a9c14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/gluster/test/TestGluster.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ public void testGroupOwnership() throws Exception{
216216
Assert.assertEquals("root",newOwner);
217217
Assert.assertEquals("wheel",newGroup);
218218

219+
gfs.delete(myFile,true);
219220
}
220221

221222
@org.junit.Test
@@ -248,8 +249,6 @@ public void testPermissions() throws Exception{
248249
assertEquals(gfs.getFileStatus(directory).getPermission().toShort(), perm);
249250
gfs.delete(new Path("aa"),true);
250251
assertFalse(gfs.exists(directory));
251-
252-
253252
}
254253

255254
@org.junit.Test

0 commit comments

Comments
 (0)