Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Daussy2014-09-24 14:55:44 +0000
committerMikael Barbero2014-10-08 12:40:27 +0000
commit90785fcc5c33e75f58f63fb64ebd66fb5a855706 (patch)
treec9bf76847eef0e6770fca85673e6cde23b831105 /plugins/org.eclipse.emf.compare.uml2.tests
parent021ae03a80bf011e7e85731e084a44b4ff4959d4 (diff)
downloadorg.eclipse.emf.compare-90785fcc5c33e75f58f63fb64ebd66fb5a855706.tar.gz
org.eclipse.emf.compare-90785fcc5c33e75f58f63fb64ebd66fb5a855706.tar.xz
org.eclipse.emf.compare-90785fcc5c33e75f58f63fb64ebd66fb5a855706.zip
Adds tests to load UML profile in NotLoadingResourceSet.
It aims to test all most of all possible way to reference a UML profile from a UML model. Bug: 443420,440068, 442334 Change-Id: I94299b9947fd9819d209205615ec04214c712371 Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.uml2.tests')
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/profiles/data/static_/a1/left.uml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/profiles/data/static_/a1/left.uml b/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/profiles/data/static_/a1/left.uml
index 391b5e4fd..851f4b09a 100644
--- a/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/profiles/data/static_/a1/left.uml
+++ b/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/profiles/data/static_/a1/left.uml
@@ -5,6 +5,6 @@
<eAnnotations xmi:id="_WsrGcfNPEeG0ipjyqWM1zA" source="http://www.eclipse.org/uml2/2.0.0/UML">
<references xmi:type="ecore:EPackage" href="http://www.eclipse.org/emf/compare/uml2/1.0.0/testprofile#//uml2comparetestprofile"/>
</eAnnotations>
- <appliedProfile href="pathmap://UML_COMPARE_TESTS_PROFILE/uml2.compare.testprofile.profile.uml#_hZFTgIwkEeC_FYHMbTTxXw"/>
+ <appliedProfile xmi:type="uml:Profile" href="pathmap://UML_COMPARE_TESTS_PROFILE/uml2.compare.testprofile.profile.uml#_hZFTgIwkEeC_FYHMbTTxXw"/>
</profileApplication>
</uml:Model>

Back to the top