aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/EmployeePersistenceTestBaseData.xml
blob: a9553a2cd84ace359be0c0f07fbf254b794893df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<dataset>
<EmployeeVersion id="10" name="Adam" birthday="2010-10-10" educationlevel="RS" isDriver="true"
  isPilot="false"/>
<EmployeeVersion id="20" name="Max" birthday="1990-11-11" educationlevel="NFS" isDriver="false"
  isPilot="false"/>
<EmployeeVersion id="30" name="Lisa" birthday="1999-10-16" educationlevel="NKI" isDriver="true"
  isPilot="false"/>

<Employee id="1" version="10" />
<Employee id="2" version="20" />
<Employee id="3" version="30" />
</dataset>