Skip to content
Snippets Groups Projects
Commit 6f326e3d authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Merge branch '3861' into 'master'

3861: Remove deprecated plugins

See merge request !6
parents 5d0e5d67 f92afe45
No related branches found
No related tags found
1 merge request!63861: Remove deprecated plugins
......@@ -10,9 +10,6 @@ Require-Bundle: org.eclipse.equinox.launcher;bundle-version="1.5.200",
org.fortiss.af3.mira,
org.fortiss.af3.mira.ui,
org.fortiss.af3.state.ui,
org.fortiss.af3.refinement,
org.fortiss.af3.testing.ui,
org.fortiss.af3.rcp.application,
org.fortiss.af3.exploration.ui,
org.fortiss.af3.tools
org.fortiss.af3.exploration.ui
Bundle-Vendor: fortiss GmbH
......@@ -28,12 +28,8 @@ import org.junit.runners.Suite.SuiteClasses;
@SuiteClasses({ test.org.fortiss.af3.component.AllTests.class,
test.org.fortiss.af3.exploration.smt.AllSMTTests.class,
test.org.fortiss.af3.expression.AllTests.class,
test.org.fortiss.af3.rcp.application.AllTests.class, // CCodeEquivalenceTest
test.org.fortiss.af3.state.AllTests.class, // testInitializeSimulator and testIncorrectConnections
test.org.fortiss.af3.state.ui.AllTests.class,
test.org.fortiss.af3.testing.random.AllTests.class,
test.org.fortiss.af3.testing.AllTests.class,
test.org.fortiss.af3.tools.AllTests.class }) // make shell gcc don't work on my comp
test.org.fortiss.af3.state.ui.AllTests.class })
// @CodeFormatterOn
public class AllTests {
// empty class
......
......@@ -27,8 +27,7 @@ import org.junit.runners.Suite.SuiteClasses;
// @CodeFormatterOff
// @formatter:off
@RunWith(Suite.class)
@SuiteClasses({ test.org.fortiss.af3.component.AllTests.class, test.org.fortiss.af3.expression.AllTests.class,
test.org.fortiss.af3.refinement.AllTests.class })
@SuiteClasses({ test.org.fortiss.af3.component.AllTests.class, test.org.fortiss.af3.expression.AllTests.class })
public class GreenTests {
// empty class
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment