SWTBotShell selectDialog = openCompareWithDialog(menuLabel, UIText.CommitSelectDialog_WindowTitle);
assertEquals(2, selectDialog.bot().table().rowCount());
selectDialog.close();
// cleanup: checkout again master and delete merged branch
git.checkout().setName("refs/heads/master").call();
git.branchDelete().setBranchNames(newBranch.getName()).setForce(true).call();
}
@Test
public void testCompareWithIndex() throws Exception {
String compareWithIndexActionLabel = util