From 97aed6c246be72dbae106d87d8d24d6784ee7380 Mon Sep 17 00:00:00 2001 From: Christian W. Damus Date: Tue, 18 Aug 2015 21:24:50 -0400 Subject: Bug 474610: [Profiles] Papyrus does not detect out-of-date profile applications https://bugs.eclipse.org/bugs/show_bug.cgi?id=474610 Fix the determination of out-of-date profile applications by comparing Ecore definition package URIs instead of their namespace URIs, which can be expected to be the same for multiple versions. Includes JUnit test cases covering: * UML2-style local dynamic profiles with always the same NS URI * Papyrus-style local dynamic profiles with always the same NS URI * UML2-style registered dynamic profiles with always the same NS URI Change-Id: Ib4ed3cbd44115787417713a6c3fb7b27e3ffd264 --- .../org.eclipse.papyrus.tests.uml.feature/feature.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features') 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 2567c3f64ee..2405ca081e4 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 @@ -64,4 +64,12 @@ http://www.eclipse.org/legal/epl-v10.html version="0.0.0" unpack="false"/> + + -- cgit v1.2.3