1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[fix][175160] RSE Unit Tests fail in I20070222-1133 and I20070223-0730

This commit is contained in:
Uwe Stieber 2007-02-23 14:44:48 +00:00
parent 4c25db4c9a
commit f5cd34df3f

View file

@ -154,7 +154,7 @@ public class TestSubsystemTestCase extends RSEBaseConnectionTestCase {
assertTrue("missing selection", selection != null); //$NON-NLS-1$
assertTrue("not a structured selection", selection instanceof IStructuredSelection); //$NON-NLS-1$
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() {