mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[fix] [175160] RSE Unit Tests fail in I20070222-1133 and I20070223-0730
This commit is contained in:
parent
efb5039f61
commit
eaed5b7258
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@ public class TestSubsystemTestCase extends RSEBaseConnectionTestCase {
|
|||
RSEWaitAndDispatchUtil.waitAndDispatch(1000);
|
||||
|
||||
rseSystemView.setSelection(new StructuredSelection(node));
|
||||
RSEWaitAndDispatchUtil.waitAndDispatch(1000);
|
||||
|
||||
ISelection selection = rseSystemView.getSelection();
|
||||
assertTrue("missing selection", selection != null); //$NON-NLS-1$
|
||||
|
@ -149,6 +150,7 @@ public class TestSubsystemTestCase extends RSEBaseConnectionTestCase {
|
|||
RSEWaitAndDispatchUtil.waitAndDispatch(1000);
|
||||
|
||||
rseSystemView.setSelection(new StructuredSelection(firstNode));
|
||||
RSEWaitAndDispatchUtil.waitAndDispatch(1000);
|
||||
|
||||
selection = rseSystemView.getSelection();
|
||||
assertTrue("missing selection", selection != null); //$NON-NLS-1$
|
||||
|
|
Loading…
Add table
Reference in a new issue