View | Details | Raw Unified | Return to bug 413605
Collapse All | Expand All

(-)tests/org/eclipse/jdt/debug/tests/refactoring/AbstractRefactoringDebugTest.java (-1 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2005, 2013 IBM Corporation and others.
2
 * Copyright (c) 2005, 2014 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 68-73 Link Here
68
			ResourcesPlugin.getWorkspace().run(op, new NullProgressMonitor());
68
			ResourcesPlugin.getWorkspace().run(op, new NullProgressMonitor());
69
			waitForBuild();
69
			waitForBuild();
70
			assertEquals(true, op.getValidationStatus().isOK());
70
			assertEquals(true, op.getValidationStatus().isOK());
71
			assertEquals(true, op.getConditionStatus().isOK());
71
		}
72
		}
72
		catch(ResourceException re) {
73
		catch(ResourceException re) {
73
			//try the test again - the tests reset the workspace to remove any half-moved / change files
74
			//try the test again - the tests reset the workspace to remove any half-moved / change files

Return to bug 413605