tests fixed

This commit is contained in:
nik
2013-12-19 16:23:56 +04:00
parent af49f1979c
commit 509cbce935

View File

@@ -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;
}