aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/testAddValidEmployee_expected.xml
blob: 41ecf4ed32af9cbb87da15e0caf68cb11ff03702 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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"/>
  <EmployeeVersion id="40" name="Testperson" birthday="2010-11-11" educationlevel="NA"
    isDriver="true"
    isPilot="false"/>

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