Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-05-10 19:07:49 +0000
committerGerrit Code Review @ Eclipse.org2016-05-11 11:34:50 +0000
commit997dd877570219277084ca366bc14e2d69eb03a6 (patch)
treeaebde9dc29d4d7750dcf9e019fa0aec467365943 /features
parentbb5f25e3f931dcf9fb7baec4a87b4413712c71aa (diff)
downloadorg.eclipse.papyrus-997dd877570219277084ca366bc14e2d69eb03a6.tar.gz
org.eclipse.papyrus-997dd877570219277084ca366bc14e2d69eb03a6.tar.xz
org.eclipse.papyrus-997dd877570219277084ca366bc14e2d69eb03a6.zip
Bug 493375: [Viewpoints] Cannot create two state-machine diagrams in succession
https://bugs.eclipse.org/bugs/show_bug.cgi?id=493375 Use object identity instead of structural equality in determining whether an object is the owner or context of a view. Includes a new JUnit test plug-in with test cases for the affected methods that fail without the fix. Change-Id: Idf1039b1911088e538ab66b17f67b6ee82b955ac
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/feature.xml4
1 files changed, 3 insertions, 1 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 23d6c7e6504..7bac34a5492 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
@@ -42,8 +42,10 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.infra.viewpoints.configuration.tests" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.viewpoints.policy.tests" install-size="0" unpack="false" version="0.0.0"/>
+
<plugin download-size="0" id="org.eclipse.papyrus.infra.editor.welcome.tests" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.infra.gmfdiag.welcome.tests" install-size="0" unpack="false" version="0.0.0"/>
-</feature> \ No newline at end of file
+</feature>

Back to the top