Skip to content

Commit 3a7bb10

Browse files
committed
UIEXT-3484: Allow running of plugin tests from file
UIEXT-3484 (WebUI-Migration Find MIME-Type)
1 parent 1d2122d commit 3a7bb10

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

org.knime.base.filehandling.tests/META-INF/MANIFEST.MF

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Bundle-SymbolicName: org.knime.base.filehandling.tests;singleton:=true
55
Bundle-Version: 5.9.0.qualifier
66
Bundle-Vendor: KNIME AG, Zurich, Switzerland
77
Fragment-Host: org.knime.base.filehandling;bundle-version="[5.6.0,6.0.0)"
8-
Require-Bundle: org.junit;bundle-version="[4.8.1,5.0.0)",
9-
org.knime.testing;bundle-version="[5.6.0,6.0.0)",
10-
junit-jupiter-api;bundle-version="[5.10.2,6.0.0)",
11-
org.knime.core.ui.testing;bundle-version="[5.7.0,6.0.0)"
8+
Require-Bundle: junit-jupiter-api;bundle-version="[5.10.2,6.0.0)",
9+
junit-jupiter-params;bundle-version="[5.9.2,6.0.0)",
10+
org.junit;bundle-version="[4.13.2,5.0.0)",
11+
org.knime.core.ui.testing;bundle-version="[5.11.0,6.0.0)",
12+
org.knime.testing;bundle-version="[5.12.0,6.0.0)"
1213
Bundle-RequiredExecutionEnvironment: JavaSE-17
1314
Automatic-Module-Name: org.knime.base.filehandling.tests

0 commit comments

Comments
 (0)