Skip to main content
summaryrefslogtreecommitdiffstats
blob: f8fdfe028ae2ff341e2992771174357287f86c9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="ASCII"?>
<xmi:XMI 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" xmlns:org.eclipse.emf.emfstore.fuzzy.emf.config="http://org/eclipse/emf/emfstore/fuzzy/emf/config">
  <org.eclipse.emf.emfstore.fuzzy.emf.config:TestConfig seed="1" count="500" testClass="org.eclipse.emf.compare.tests.FuzzyTest" id="_r78GhIvSEeGC3oFJZ-5HoM">
    <mutatorConfig minObjectsCount="100">
      <ePackages href="http://www.eclipse.org/emf/2002/Ecore#/"/>
    </mutatorConfig>
  </org.eclipse.emf.emfstore.fuzzy.emf.config:TestConfig>
  <org.eclipse.emf.emfstore.fuzzy.emf.config:TestConfig seed="1" count="500" testClass="org.eclipse.emf.compare.tests.NodesFuzzyTest" id="_r78GhIvSEeGC3oFJZ-5HoM">
    <mutatorConfig minObjectsCount="100">
      <ePackages href="http://www.eclipse.org/emf/compare/tests/nodes#/"/>
    </mutatorConfig>
  </org.eclipse.emf.emfstore.fuzzy.emf.config:TestConfig>
</xmi:XMI>

Back to the top