Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-08-26 22:50:29 +0000
committerRobin Stocker2014-09-02 13:06:01 +0000
commit0f832ab735b913a83c18b6002ca36d414b1edbb9 (patch)
tree33730a649db20ba6ad2846666599272954aa7c39 /org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test
parentcf8148ad2e35cccf8f128ac57a1bf810406ca57f (diff)
downloadegit-0f832ab735b913a83c18b6002ca36d414b1edbb9.tar.gz
egit-0f832ab735b913a83c18b6002ca36d414b1edbb9.tar.xz
egit-0f832ab735b913a83c18b6002ca36d414b1edbb9.zip
Close dialog Team displays on first synchronize with no result
This was missing for CompareActionsTest.textCompareWithHead() causing frequent test failures when test was run from Maven. Change-Id: I2fbd7c886622c3c36819a169a145c9cd7b0cef56 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test')
-rw-r--r--org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/CompareActionsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/CompareActionsTest.java b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/CompareActionsTest.java
index b294d6e60b..62bb495cc4 100644
--- a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/CompareActionsTest.java
+++ b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/team/actions/CompareActionsTest.java
@@ -250,7 +250,7 @@ public class CompareActionsTest extends LocalRepositoryTestCase {
String compareWithHeadMenuLabel = util
.getPluginLocalizedValue("CompareWithHeadAction_label");
clickCompareWithAndWaitForSync(compareWithHeadMenuLabel);
-
+ closeFirstEmptySynchronizeDialog();
assertSynchronizeNoChange();
// change test file -> should have one change

Back to the top