116117118119120121122123124
} @Test public void testNoChanges() throws Exception { CreatePatchWizard.openWizard(PROJ1); NoChangesPopup popup = new NoChangesPopup( bot.shell(UIText.GitCreatePatchAction_cannotCreatePatch)); popup.cancelPopup(); }
130131132133134135136137138
stage(fileToStage); touch(PROJ2, "folder/test.txt", "new content in " + PROJ2); CreatePatchWizard.openWizard(PROJ1); NoChangesPopup popup = new NoChangesPopup( bot.shell(UIText.GitCreatePatchAction_cannotCreatePatch)); popup.cancelPopup(); }