Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVincent Lorenzo2018-11-30 09:54:34 +0000
committerVincent Lorenzo2018-11-30 10:17:31 +0000
commit589f1c8c5d31f9fafa95be905440025638218bb4 (patch)
tree3fc988207cf578c8b033925b56681925fe843972 /releng
parent87b76bb26c9389fc79c6971cbcf92fb1109840f2 (diff)
downloadorg.eclipse.papyrus-589f1c8c5d31f9fafa95be905440025638218bb4.tar.gz
org.eclipse.papyrus-589f1c8c5d31f9fafa95be905440025638218bb4.tar.xz
org.eclipse.papyrus-589f1c8c5d31f9fafa95be905440025638218bb4.zip
Bug 539926: [CDO] Papyrus standart version must execute its tests with the CDO'ified version of metamodel too
- create a test suite to be ablme to run the cdo compatibility test on jenkins Change-Id: I3c8abc04e5190e9ce97b2096a110aa7ff42084c7 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/main-tests-with-cdo/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/releng/main-tests-with-cdo/pom.xml b/releng/main-tests-with-cdo/pom.xml
index 4c4bf351d21..148d587c72c 100755
--- a/releng/main-tests-with-cdo/pom.xml
+++ b/releng/main-tests-with-cdo/pom.xml
@@ -14,7 +14,6 @@
<properties>
<testConfig>CI_TESTS_CONFIG</testConfig> <!-- See org.eclipse.papyrus.junit.framework.classification.ClassificationConfig -->
- <testSuiteClass>org.eclipse.papyrus.tests.AllTests</testSuiteClass>
<jacoco.version>0.7.9</jacoco.version>
<!-- Separate property for test argLine seems to be required when running
Jacoco + Surefire -->

Back to the top