Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorVincent Lorenzo2016-02-23 15:56:57 +0000
committerVincent Lorenzo2016-02-23 15:56:57 +0000
commitd4802e36997a7ac383f078f8e5d7d4f53c37b3b3 (patch)
tree2e31d839557f35f26a3982624542da7869736309 /releng
parent6cdca71d13ce6729f9db58432ac584006cb63850 (diff)
downloadorg.eclipse.papyrus-d4802e36997a7ac383f078f8e5d7d4f53c37b3b3.tar.gz
org.eclipse.papyrus-d4802e36997a7ac383f078f8e5d7d4f53c37b3b3.tar.xz
org.eclipse.papyrus-d4802e36997a7ac383f078f8e5d7d4f53c37b3b3.zip
bug 488303: [Tests] Papyrus must provide a tests project to store profiles and reuse them inside Junit tests
Diffstat (limited to 'releng')
-rw-r--r--releng/main-tests/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/main-tests/pom.xml b/releng/main-tests/pom.xml
index 546106e6e46..b538fd00510 100644
--- a/releng/main-tests/pom.xml
+++ b/releng/main-tests/pom.xml
@@ -75,6 +75,7 @@
<module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests</module>
<module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests</module>
<module>../../tests/junit/plugins/uml/diagram</module>
+ <module>../../tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests</module>
<module>../../tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests</module>
<module>../../tests/junit/plugins/uml/nattable</module>
<module>../../tests/junit/plugins/uml/org.eclipse.papyrus.search.tests</module>

Back to the top