]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Fixed org.simantics.modeling.tests to be a normal plug-in
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 7 Feb 2018 19:01:21 +0000 (21:01 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 7 Feb 2018 19:03:39 +0000 (21:03 +0200)
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 [new file with mode: 0644]
bundles/org.simantics.modeling.tests/src/org/simantics/modeling/tests/cases/ModelingCommandSequenceTest.java

diff --git a/bundles/org.simantics.modeling.tests/pom.xml b/bundles/org.simantics.modeling.tests/pom.xml
new file mode 100644 (file)
index 0000000..917d185
--- /dev/null
@@ -0,0 +1,17 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+
+       <groupId>org.simantics</groupId>
+       <artifactId>org.simantics.modeling.tests</artifactId>
+       <version>1.0.0-SNAPSHOT</version>
+       <packaging>eclipse-plugin</packaging>
+
+        <parent>
+                <groupId>org.simantics</groupId>
+                <artifactId>org.simantics.root.bundles</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+        </parent>
+
+</project>
index 7b86380183c7fbf2a231c17547dac3195171c52e..398e370126c0a62b0dfe28e53a913a4f68220bf8 100644 (file)
@@ -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;
 
 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();
 
        protected WaitActiveExperiment waitExperiment = new WaitActiveExperiment();
        protected WaitMapping waitMapping = new WaitMapping();