mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Fix test cleanup, related to bug 269023
This commit is contained in:
parent
685ff524d3
commit
987834fc90
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ public class ResourceHelper {
|
|||
IWorkspace workspace = ResourcesPlugin.getWorkspace();
|
||||
IWorkspaceRoot root = workspace.getRoot();
|
||||
IProject project = root.getProject(projectName);
|
||||
resourcesCreated.add(project);
|
||||
IProjectDescription description = workspace.newProjectDescription(projectName);
|
||||
description.setLocationURI(locationURI);
|
||||
project = CCorePlugin.getDefault().createCDTProject(description, project, NULL_MONITOR);
|
||||
|
|
Loading…
Add table
Reference in a new issue