Skip to content

Commit 901a83e

Browse files
committed
IWorkbenchPageTest: delete project after shutdown
To avoid error messages about missing file after testOpenEditors3()
1 parent 2cab7ac commit 901a83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/IWorkbenchPageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ protected void doSetUp() throws Exception {
169169
@Override
170170
protected void doTearDown() throws Exception {
171171
Platform.removeLogListener(openAndHideListener);
172+
super.doTearDown();
172173
if (proj != null) {
173174
FileUtil.deleteProject(proj);
174175
proj = null;
175176
}
176-
super.doTearDown();
177177
}
178178

179179
/**

0 commit comments

Comments
 (0)