Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-02-06 14:22:51 +0000
committerAndrey Loskutov2020-02-06 21:40:08 +0000
commitf38a4b238eec84efd2a8f157c14485282beeb811 (patch)
treed6867e345284045edf7df4c189922087a2f04eaf
parentd4db6c5c6dd5bcf805c791e56f3a2b6cdbb77167 (diff)
downloadeclipse.jdt.core-f38a4b238eec84efd2a8f157c14485282beeb811.tar.gz
eclipse.jdt.core-f38a4b238eec84efd2a8f157c14485282beeb811.tar.xz
eclipse.jdt.core-f38a4b238eec84efd2a8f157c14485282beeb811.zip
Bug 558873 - [JUnit 5] Update to JUnit 5.6I20200206-1805
Probably related to the error below after update to JUnit from 5.5.1 to 5.6.0? org.junit.platform.commons.JUnitException: TestEngine with ID 'junit-jupiter' failed to discover tests Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.compiler.tool.tests.AllTests Change-Id: I5c0a54eac4d92328d69bea56205c0706a39e05ec Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
index 54d07eb5eb..a2beecca25 100644
--- a/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.jdt.compiler.tool.tests/META-INF/MANIFEST.MF
@@ -15,4 +15,6 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.2.2",
Export-Package: org.eclipse.jdt.compiler.tool.tests
Import-Package: org.eclipse.jdt.internal.compiler.tool
Eclipse-BundleShape: dir
+Bundle-ClassPath: .,
+ lib/java13api.jar
Automatic-Module-Name: org.eclipse.jdt.compiler.tool.tests

Back to the top