Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 354017
Collapse All | Expand All

(-)src/org/eclipse/pde/api/tools/builder/tests/usage/UsageTest.java (-1 / +2 lines)
Lines 139-150 Link Here
139
	 */
139
	 */
140
	@Override
140
	@Override
141
	protected void setUp() throws Exception {
141
	protected void setUp() throws Exception {
142
		super.setUp();
142
		// If we have an existing environment, set it to revert rather than delete the workspace to improve performance
143
		ApiTestingEnvironment env = getEnv();
143
		ApiTestingEnvironment env = getEnv();
144
		if (env != null) {
144
		if (env != null) {
145
			env.setRevert(true);
145
			env.setRevert(true);
146
			env.setRevertSourcePath(null);
146
			env.setRevertSourcePath(null);
147
		}
147
		}
148
		super.setUp();
148
	
149
	
149
		IProject project = getEnv().getWorkspace().getRoot().getProject(getTestingProjectName());
150
		IProject project = getEnv().getWorkspace().getRoot().getProject(getTestingProjectName());
150
		if (!project.exists()) {
151
		if (!project.exists()) {

Return to bug 354017