mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[tests] one more FileUtil#delete test case
GitOrigin-RevId: 4f7aa49d97d771dbfed4e6cf06aec6edb946a54c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8943c839cf
commit
61e4de3081
@@ -257,6 +257,12 @@ public class FileUtilHeavyTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
public void deletingNonExistentFile() throws IOException {
|
||||
File missing = new File(tempDir.getRoot(), "missing");
|
||||
FileUtil.delete(missing.toPath());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testToCanonicalPathSymLinksAware() throws IOException {
|
||||
IoTestUtil.assumeSymLinkCreationIsSupported();
|
||||
|
||||
Reference in New Issue
Block a user