mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[fix][175160] RSE Unit Tests fail in I20070222-1133 and I20070223-0730
This commit is contained in:
parent
4c25db4c9a
commit
f5cd34df3f
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public class TestSubsystemTestCase extends RSEBaseConnectionTestCase {
|
||||||
assertTrue("missing selection", selection != null); //$NON-NLS-1$
|
assertTrue("missing selection", selection != null); //$NON-NLS-1$
|
||||||
assertTrue("not a structured selection", selection instanceof IStructuredSelection); //$NON-NLS-1$
|
assertTrue("not a structured selection", selection instanceof IStructuredSelection); //$NON-NLS-1$
|
||||||
structSel = (IStructuredSelection)selection;
|
structSel = (IStructuredSelection)selection;
|
||||||
assertEquals("invalid number of selected items", 0, structSel.size()); //$NON-NLS-1$
|
assertEquals("invalid number of selected items", 1, structSel.size()); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testBugzilla170728() {
|
public void testBugzilla170728() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue