Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi')
-rw-r--r--tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/A.ecore8
-rw-r--r--tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/B.ecore6
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/A.ecore b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/A.ecore
new file mode 100644
index 00000000000..b5ef8ae8408
--- /dev/null
+++ b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/A.ecore
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="a" nsURI="http://www.eclipse.org/papyrus/test/2013/a" nsPrefix="a">
+ <eClassifiers xsi:type="ecore:EClass" name="A1" eSuperTypes="B.ecore#//B1 B.ecore#//B2"/>
+ <eClassifiers xsi:type="ecore:EClass" name="A2">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="a1" upperBound="-1" eType="#//A1"/>
+ </eClassifiers>
+</ecore:EPackage>
diff --git a/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/B.ecore b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/B.ecore
new file mode 100644
index 00000000000..0cf9cc7e559
--- /dev/null
+++ b/tests/junit/extraplugins/cdo/org.eclipse.papyrus.cdo.core.tests/resources/xmi/B.ecore
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="b" nsURI="http://www.eclipse.org/papyrus/test/2013/b" nsPrefix="b">
+ <eClassifiers xsi:type="ecore:EClass" name="B1"/>
+ <eClassifiers xsi:type="ecore:EClass" name="B2"/>
+</ecore:EPackage>

Back to the top