mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-29 19:23:38 +02:00
Fix typo
This commit is contained in:
parent
47896eb130
commit
47f4d7d7a8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class TestSubsystemTestCase extends RSEBaseConnectionTestCase {
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
super.setUp();
|
super.setUp();
|
||||||
|
|
||||||
// all view managment must happen in the UI thread!
|
// all view management must happen in the UI thread!
|
||||||
PlatformUI.getWorkbench().getDisplay().syncExec(new Runnable() {
|
PlatformUI.getWorkbench().getDisplay().syncExec(new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
// For the test subsystem test case we need the RSE remote systems view
|
// For the test subsystem test case we need the RSE remote systems view
|
||||||
|
|
Loading…
Add table
Reference in a new issue