mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
tests fixed
This commit is contained in:
@@ -225,7 +225,7 @@ public class BuildOperations {
|
||||
}
|
||||
boolean deleted = file.delete();
|
||||
if (deleted && children == null) {
|
||||
deletedPaths.add(file.getPath());
|
||||
deletedPaths.add(FileUtil.toSystemIndependentName(file.getPath()));
|
||||
}
|
||||
return deleted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user