From 2d7c03970acec6c15728f52515ae96bcb2ccb5a1 Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Wed, 7 Feb 2018 21:01:21 +0200 Subject: [PATCH] Fixed org.simantics.modeling.tests to be a normal plug-in Previously Tycho's pomless build seems to have thought of it as a test-plugin automatically because of its name. refs #7422 refs #7712 (cherry picked from commit cd63fe4ecc67014d294685faeb1bd4334b74d658) --- bundles/org.simantics.modeling.tests/pom.xml | 17 +++++++++++++++++ .../cases/ModelingCommandSequenceTest.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bundles/org.simantics.modeling.tests/pom.xml diff --git a/bundles/org.simantics.modeling.tests/pom.xml b/bundles/org.simantics.modeling.tests/pom.xml new file mode 100644 index 000000000..917d1855a --- /dev/null +++ b/bundles/org.simantics.modeling.tests/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + org.simantics + org.simantics.modeling.tests + 1.0.0-SNAPSHOT + eclipse-plugin + + + org.simantics + org.simantics.root.bundles + 1.0.0-SNAPSHOT + + + diff --git a/bundles/org.simantics.modeling.tests/src/org/simantics/modeling/tests/cases/ModelingCommandSequenceTest.java b/bundles/org.simantics.modeling.tests/src/org/simantics/modeling/tests/cases/ModelingCommandSequenceTest.java index 7b8638018..398e37012 100644 --- a/bundles/org.simantics.modeling.tests/src/org/simantics/modeling/tests/cases/ModelingCommandSequenceTest.java +++ b/bundles/org.simantics.modeling.tests/src/org/simantics/modeling/tests/cases/ModelingCommandSequenceTest.java @@ -11,7 +11,7 @@ import org.simantics.modeling.tests.commands.WaitActiveExperiment; import org.simantics.modeling.tests.commands.WaitMapping; import org.simantics.modeling.tests.commands.WriteHeapDump; -public class ModelingCommandSequenceTest extends CommandSequenceTest { +public abstract class ModelingCommandSequenceTest extends CommandSequenceTest { protected WaitActiveExperiment waitExperiment = new WaitActiveExperiment(); protected WaitMapping waitMapping = new WaitMapping(); -- 2.43.2