public void run() {
CommonUtils.runCommand("org.eclipse.compare.copyRightToLeft",
null);
}
});
compareEditor.save();
// then file FILE1 should be unchanged in working tree
Repository repo = lookupRepository(repositoryFile);
Status status = new Git(repo).status().call();
assertThat(Long.valueOf(status.getModified().size()),