mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Fix occasional test failures
This commit is contained in:
parent
2282b22c89
commit
3b6edac852
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ public class ContentAssistTests extends BaseUITestCase {
|
|||
|
||||
closeAllEditors();
|
||||
|
||||
// wait for indexer before deleting project to avoid errors in the log
|
||||
CCorePlugin.getIndexManager().joinIndexer(10000, monitor);
|
||||
|
||||
IResource [] members = project.members();
|
||||
for (IResource member : members) {
|
||||
if( member.getName().equals( ".project" ) || member.getName().equals( ".cproject" ) ) //$NON-NLS-1$ //$NON-NLS-2$
|
||||
|
|
Loading…
Add table
Reference in a new issue