From: Tuukka Lehtonen Date: Wed, 7 Feb 2018 19:01:21 +0000 (+0200) Subject: Fixed org.simantics.modeling.tests to be a normal plug-in X-Git-Tag: v1.43.0~136^2~598 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=2d7c03970acec6c15728f52515ae96bcb2ccb5a1 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) --- 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();