Cleanup (utility method in updater tests)

This commit is contained in:
Roman Shevchenko
2017-03-13 15:01:14 +01:00
parent 0e549299e3
commit d32e8ccb03
@@ -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