!1283 spotbug fix for TestBTreeIndex
Merge pull request !1283 from i-robot/pull192
This commit is contained in:
commit
ee454137fd
|
|
@ -306,7 +306,8 @@ public class TestBTreeIndex
|
|||
}
|
||||
File file = File.createTempFile("test-serialize-", UUID.randomUUID().toString());
|
||||
index.serialize(new FileOutputStream(file));
|
||||
file.delete();
|
||||
|
||||
assertTrue(file.delete());
|
||||
index.close();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue