Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/diff/data/nonuniquemultivaluedattribute/c/left.nodes')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/diff/data/nonuniquemultivaluedattribute/c/left.nodes15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/diff/data/nonuniquemultivaluedattribute/c/left.nodes b/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/diff/data/nonuniquemultivaluedattribute/c/left.nodes
new file mode 100644
index 000000000..a4c319404
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/diff/data/nonuniquemultivaluedattribute/c/left.nodes
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<nodes:NodeMultiValuedNonUniqueAttribute xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:nodes="http://www.eclipse.org/emf/compare/tests/nodes" xmi:id="_Y7T9MMQPEemKOdaA3QMhmg" name="root">
+ <multiValuedAttribute>c</multiValuedAttribute>
+ <multiValuedAttribute>a</multiValuedAttribute>
+ <multiValuedAttribute>b</multiValuedAttribute>
+ <multiValuedAttribute>a</multiValuedAttribute>
+ <multiValuedAttribute>b</multiValuedAttribute>
+ <multiValuedAttribute>a</multiValuedAttribute>
+ <multiValuedAttribute>a</multiValuedAttribute>
+ <multiValuedAttribute>b</multiValuedAttribute>
+ <multiValuedAttribute>b</multiValuedAttribute>
+ <multiValuedAttribute>b</multiValuedAttribute>
+ <multiValuedAttribute>a</multiValuedAttribute>
+ <multiValuedAttribute>d</multiValuedAttribute>
+</nodes:NodeMultiValuedNonUniqueAttribute>

Back to the top