mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
c5ef494d1f
commit
facea6db02
2 changed files with 2 additions and 3 deletions
|
@ -43,8 +43,7 @@ public class IndexTestBase extends BaseTestCase {
|
|||
String name= "IndexTest_" + System.currentTimeMillis();
|
||||
if (useCpp) {
|
||||
result[0]= CProjectHelper.createCCProject(name, null, IPDOMManager.ID_NO_INDEXER);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
result[0]= CProjectHelper.createCProject(name, null, IPDOMManager.ID_NO_INDEXER);
|
||||
}
|
||||
CProjectHelper.importSourcesFromPlugin(result[0], CTestPlugin.getDefault().getBundle(), importSource);
|
||||
|
|
|
@ -149,7 +149,7 @@ public class BaseTestCase extends TestCase {
|
|||
testThrowable=e;
|
||||
}
|
||||
|
||||
if (statusLog.size()!=fExpectedLoggedNonOK) {
|
||||
if (statusLog.size() != fExpectedLoggedNonOK) {
|
||||
StringBuffer msg= new StringBuffer("Expected number ("+fExpectedLoggedNonOK+") of ");
|
||||
msg.append("non-OK status objects differs from actual ("+statusLog.size()+").\n");
|
||||
Throwable cause= null;
|
||||
|
|
Loading…
Add table
Reference in a new issue