commit | 1eb47c5f4e00a8583d8c76c30e2c0fc5e92c8fb3 | [log] [tgz] |
---|---|---|
author | Alexander Kurtakov <akurtako@redhat.com> | Fri May 31 15:59:22 2019 +0300 |
committer | Alexander Kurtakov <akurtako@redhat.com> | Fri May 31 15:59:22 2019 +0300 |
tree | 26fbf0e1a2de0dbe86da626b8f50ac8679ac0289 | |
parent | 723ee54e7ad6232f9f1dad4b58ef8f5b484c45e8 [diff] |
Do not try to delete P project in BuildpathTests creation. If it exists some other test hasn't properly cleaned up after itself. Change-Id: I546d7311563b97d66c3e67da8c14746e63525014 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/buildpath/BuildpathTests.java b/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/buildpath/BuildpathTests.java index faa8836..cb48572 100644 --- a/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/buildpath/BuildpathTests.java +++ b/core/tests/org.eclipse.dltk.core.tests/src/org/eclipse/dltk/core/tests/buildpath/BuildpathTests.java
@@ -109,8 +109,6 @@ setUpScriptProject(BUILDPATH_PRJ_1, ModelTestsPlugin.PLUGIN_NAME); setUpScriptProject("p1", ModelTestsPlugin.PLUGIN_NAME); setUpScriptProject("p2", ModelTestsPlugin.PLUGIN_NAME); - deleteProject("P"); - } private void assertEncodeDecodeEntry(String projectName, String expectedEncoded, IBuildpathEntry entry) {