Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-04-09 22:56:14 +0000
committerChristian W. Damus2014-04-22 16:26:30 +0000
commit36d7adb27eab6e1f99a41b90c4106d61726412f6 (patch)
treed62466ab85e651b080d7a6d72bdd4b84065d4d92 /features/papyrus-tests-features
parent5ebf7f2fb8d1734fa7e18638df56ff8ce07be53f (diff)
downloadorg.eclipse.papyrus-36d7adb27eab6e1f99a41b90c4106d61726412f6.tar.gz
org.eclipse.papyrus-36d7adb27eab6e1f99a41b90c4106d61726412f6.tar.xz
org.eclipse.papyrus-36d7adb27eab6e1f99a41b90c4106d61726412f6.zip
431953: Stereotype garbage left in .uml file after removing profile (crash reason?)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=431953 Automated tests for the stereotype repair model-set snippet. Includes refactorings and improvements in JUnit utilities to support - plain ModelSet fixtures - new association implementation for ModelSet's service registry - loading test resources from test fragments (not just plug-ins)
Diffstat (limited to 'features/papyrus-tests-features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml
index 2e5aacf9ec5..5131afd5631 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/feature.xml
@@ -18,4 +18,6 @@
<plugin download-size="0" id="org.eclipse.papyrus.search.tests" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin download-size="0" fragment="true" id="org.eclipse.papyrus.uml.modelrepair.tests" install-size="0" unpack="false" version="0.0.0"/>
+
</feature> \ No newline at end of file

Back to the top