Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlgoubet2011-03-23 10:20:01 +0000
committerlgoubet2011-03-23 10:20:01 +0000
commit115fd07bedf97321ea9c4a50c95b6c783f368c27 (patch)
tree0ea62baf0b50d1b1a9015d472d3de1f620a45f8a
parentefaead2c4fd37e6f07d200fd2fa7c87cca66a66d (diff)
downloadorg.eclipse.emf.compare-115fd07bedf97321ea9c4a50c95b6c783f368c27.tar.gz
org.eclipse.emf.compare-115fd07bedf97321ea9c4a50c95b6c783f368c27.tar.xz
org.eclipse.emf.compare-115fd07bedf97321ea9c4a50c95b6c783f368c27.zip
Testing logical resource implementation
-rw-r--r--plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore15
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore b/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore
index 0ca0a0d3f..f90281756 100644
--- a/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore
+++ b/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore
@@ -1,7 +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="parent">
- <eClassifiers xsi:type="ecore:EClass" name="ClassInParent"/>
- <eSubpackages href="child.ecore#/"/>
-</ecore:EPackage>
+<?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="parent">
+ <eClassifiers xsi:type="ecore:EClass" name="ClassInParent"/>
+ <eClassifiers xsi:type="ecore:EClass" name="Foobar"/>
+ <eSubpackages href="child.ecore#/"/>
+</ecore:EPackage>

Back to the top