Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/view/synchronize/SynchronizeViewGitChangeSetModelTest.java')
-rw-r--r--org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/view/synchronize/SynchronizeViewGitChangeSetModelTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/view/synchronize/SynchronizeViewGitChangeSetModelTest.java b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/view/synchronize/SynchronizeViewGitChangeSetModelTest.java
index 692e0094a2..5bf6c062da 100644
--- a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/view/synchronize/SynchronizeViewGitChangeSetModelTest.java
+++ b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/view/synchronize/SynchronizeViewGitChangeSetModelTest.java
@@ -310,6 +310,7 @@ public class SynchronizeViewGitChangeSetModelTest extends
// when
Display.getDefault().syncExec(new Runnable() {
+ @Override
public void run() {
CommonUtils.runCommand("org.eclipse.compare.copyLeftToRight",
null);
@@ -337,6 +338,7 @@ public class SynchronizeViewGitChangeSetModelTest extends
// when
Display.getDefault().syncExec(new Runnable() {
+ @Override
public void run() {
CommonUtils.runCommand("org.eclipse.compare.copyRightToLeft",
null);

Back to the top