Skip to content

Commit

Permalink
IWorkbenchPageTest: delete project after shutdown
Browse files Browse the repository at this point in the history
To avoid error messages about missing file after testOpenEditors3()
  • Loading branch information
EcljpseB0T authored and jukzi committed Oct 2, 2024
1 parent 2cab7ac commit 901a83e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ protected void doSetUp() throws Exception {
@Override
protected void doTearDown() throws Exception {
Platform.removeLogListener(openAndHideListener);
super.doTearDown();
if (proj != null) {
FileUtil.deleteProject(proj);
proj = null;
}
super.doTearDown();
}

/**
Expand Down

0 comments on commit 901a83e

Please sign in to comment.