mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix mem leaks in tests
This commit is contained in:
+1
@@ -110,6 +110,7 @@ public class RecentProjectsTest extends PlatformTestCase {
|
||||
ProjectManagerEx manager = ProjectManagerEx.getInstanceEx();
|
||||
project = manager.createProject(null, path.getPath());
|
||||
project.save();
|
||||
closeProject(project);
|
||||
project = manager.loadAndOpenProject(path.getPath());
|
||||
return project.getBasePath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user