mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (utility method in updater tests)
This commit is contained in:
@@ -31,8 +31,7 @@ public class SymlinkPatchTest extends PatchTestCase {
|
||||
super.setUp();
|
||||
|
||||
FileUtil.writeToFile(new File(myOlderDir, "Readme.txt"), "hello");
|
||||
Utils.delete(myNewerDir);
|
||||
FileUtil.copyDir(myOlderDir, myNewerDir);
|
||||
resetNewerDir();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user