try {
String writtenToStorageFile = "Copy";
writeData(storagePRJ1, writtenToStorageFile);
storagePRJ1.replaceOriginal();
assertEquals(0, files1.numberOfLocks());
assertCorrectData(files1, type, writtenToStorageFile);
} catch(Exception e) {
storagePRJ1.getFile().delete();