Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2012-09-01 21:51:38 +0000
committerStephan Herrmann2012-09-01 21:51:38 +0000
commite0c71c75cacf7ad34004120c070fc362dce335ad (patch)
tree202513d2a38193ec7c0ad728344a659c206a4cb8 /testplugins/org.eclipse.objectteams.otdt.test.builder
parentcd5eb12ee9bbe580ce2ebf893f4edb3c32449672 (diff)
downloadorg.eclipse.objectteams-e0c71c75cacf7ad34004120c070fc362dce335ad.tar.gz
org.eclipse.objectteams-e0c71c75cacf7ad34004120c070fc362dce335ad.tar.xz
org.eclipse.objectteams-e0c71c75cacf7ad34004120c070fc362dce335ad.zip
Remove workaround from 5086ecafb50bea89ca6fdedd9445a06a61770579 which
Diffstat (limited to 'testplugins/org.eclipse.objectteams.otdt.test.builder')
-rw-r--r--testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java b/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java
index fdd653b52..56d1b8e87 100644
--- a/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java
+++ b/testplugins/org.eclipse.objectteams.otdt.test.builder/src/org/eclipse/objectteams/otdt/test/builder/OTEquinoxBuilderTests.java
@@ -90,15 +90,6 @@ public class OTEquinoxBuilderTests extends OTBuilderTests {
}
- protected void fullBuild() {
- try {
- Thread.sleep(200);
- } catch (InterruptedException e) {
- e.printStackTrace();
- }
- super.fullBuild();
- }
-
IProject reopenProject(String projectName) throws CoreException {
final IProject project = fileManager.getWorkspaceRoot().getProject(projectName);
IWorkspaceRunnable populate = new IWorkspaceRunnable() {

Back to the top