Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-12-03 16:10:18 +0000
committerChristian W. Damus2016-12-03 16:22:22 +0000
commitd166f6032ea983c2f4b639dd6e728d26c7afd712 (patch)
treed41d572de6b9a1a7286e7ab782a09f51a4937e65 /features
parent4cc473a354549001b380ac6fb963d16f05ffa953 (diff)
downloadorg.eclipse.papyrus-d166f6032ea983c2f4b639dd6e728d26c7afd712.tar.gz
org.eclipse.papyrus-d166f6032ea983c2f4b639dd6e728d26c7afd712.tar.xz
org.eclipse.papyrus-d166f6032ea983c2f4b639dd6e728d26c7afd712.zip
Bug 508629: [Label Provider Service] Label providers do not notify
Fix gaps in the propagation of label updates from EMF item provider adapters through label-providers that delegate to them and the label-provider service that delegates to those, in turn. Add JUnit tests covering various affected label providers, including a new tests plug-in for the Properties UI in the Infra layer. https://bugs.eclipse.org/bugs/show_bug.cgi?id=508629 (🍒-picked from streams/2.0-maintenance) Change-Id: I2e0301db72064fe6899c4d92252d93d9051943f0
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml2
1 files changed, 2 insertions, 0 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 76b92b03e2b..dd9cd0fcf00 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
@@ -50,4 +50,6 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.infra.gmfdiag.welcome.tests" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.properties.ui.tests" install-size="0" unpack="false" version="0.0.0"/>
+
</feature>

Back to the top