Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
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 /releng
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 '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 f6f1f87c420..732c241ceee 100644
--- a/releng/main-tests/pom.xml
+++ b/releng/main-tests/pom.xml
@@ -58,6 +58,7 @@
<module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests</module>
<module>../../tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests</module>
<module>../../tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.configuration.tests</module>
+ <module>../../tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests</module>
<module>../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests</module>
<module>../../tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests</module>
<module>../../tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests</module>

Back to the top