Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-02-20 21:10:53 +0000
committerChristian W. Damus2014-02-20 21:10:53 +0000
commit03d8c7d3e2c8e945343fda4a4b661edced9dc78e (patch)
treec967087aacbe80581450777349a36672a88bd68b /features
parentda93312891a60bcb6d7866a786fbcdfa0ded9e36 (diff)
downloadorg.eclipse.papyrus-03d8c7d3e2c8e945343fda4a4b661edced9dc78e.tar.gz
org.eclipse.papyrus-03d8c7d3e2c8e945343fda4a4b661edced9dc78e.tar.xz
org.eclipse.papyrus-03d8c7d3e2c8e945343fda4a4b661edced9dc78e.zip
323802: [General] Papyrus shall provide a read only mode
https://bugs.eclipse.org/bugs/show_bug.cgi?id=323802 Integrate new JUnit tests into the build. Update older tests to account for new transactional editing domain checks for modifications to read-only resources.
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml
index 6ce786f93b4..8042bdcb502 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml
@@ -21,11 +21,10 @@ http://www.eclipse.org/legal/epl-v10.html
</license>
<plugin
- id="org.eclipse.papyrus.extendedtypes.tests"
+ id="org.eclipse.papyrus.infra.extendedtypes.tests"
download-size="0"
install-size="0"
version="0.0.0"
- fragment="true"
unpack="false"/>
<plugin
@@ -37,6 +36,14 @@ http://www.eclipse.org/legal/epl-v10.html
unpack="false"/>
<plugin
+ id="org.eclipse.papyrus.infra.emf.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.papyrus.infra.emf.readonly.tests"
download-size="0"
install-size="0"

Back to the top