From 32bbd140373f306bcb3c659f34f407ef9f437ce4 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Wed, 12 Sep 2018 22:15:30 +0200 Subject: [PATCH] [test] Fix typo in HistoryViewTest Change-Id: I53281cf0c9ff0a228a1ac0b6bf72b9c86cf8a329 Signed-off-by: Thomas Wolf --- .../src/org/eclipse/egit/ui/test/history/HistoryViewTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/history/HistoryViewTest.java b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/history/HistoryViewTest.java index 911f91313..314f6c311 100644 --- a/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/history/HistoryViewTest.java +++ b/org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/history/HistoryViewTest.java @@ -271,7 +271,7 @@ public class HistoryViewTest extends LocalRepositoryTestCase { // Wait a little bit to give the UiJob triggered a chance to run Thread.sleep(100); // Then join the UI update - PlatformUI.getWorkbench().getDisplay().asyncExec(() -> { + PlatformUI.getWorkbench().getDisplay().syncExec(() -> { /* empty */ }); return getHistoryViewBot().table(1); } -- 2.11.4.GIT