1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-08-22 11:53:17 -07:00
parent fd7b8220ee
commit 379cc8e8e1

View file

@ -66,9 +66,6 @@ public class BaseUITestCase extends BaseTestCase {
super(name); super(name);
} }
/* (non-Javadoc)
* @see org.eclipse.cdt.core.testplugin.util.BaseTestCase#setUp()
*/
@Override @Override
protected void setUp() throws Exception { protected void setUp() throws Exception {
super.setUp(); super.setUp();
@ -79,9 +76,6 @@ public class BaseUITestCase extends BaseTestCase {
} }
} }
/* (non-Javadoc)
* @see org.eclipse.cdt.core.testplugin.util.BaseTestCase#tearDown()
*/
@Override @Override
protected void tearDown() throws Exception { protected void tearDown() throws Exception {
runEventQueue(0); runEventQueue(0);
@ -374,8 +368,7 @@ public class BaseUITestCase extends BaseTestCase {
if (label == null) { if (label == null) {
assertFalse("Tree node {" + i0 + "," + i1 + "} exists but shouldn't!", nodePresent); assertFalse("Tree node {" + i0 + "," + i1 + "} exists but shouldn't!", nodePresent);
} } else {
else {
fail("Tree node " + label + "{" + i0 + "," + i1 + "} does not exist!"); fail("Tree node " + label + "{" + i0 + "," + i1 + "} does not exist!");
} }
return null; return null;