aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/testAddValidEmployeeJoin_expected.xml
blob: 0977a9520a4ac23e71dec0a4651112e9d8af4a6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<dataset>
  <EMP_JOIN e_id="1" e_version="10" v_id="10" v_name="Adam" v_birthday="2010-10-10"
    v_educationlevel="RS" v_isDriver="true"
    v_isPilot="false"/>
  <EMP_JOIN e_id="2" e_version="20" v_id="20" v_name="Max" v_birthday="1990-11-11"
    v_educationlevel="NFS"
    v_isDriver="false"
    v_isPilot="false"/>
  <EMP_JOIN e_id="3" e_version="30" v_id="30" v_name="Lisa" v_birthday="1999-10-16"
    v_educationlevel="NKI"
    v_isDriver="true"
    v_isPilot="false"/>
  <EMP_JOIN e_id="4" e_version="40" v_id="40" v_name="Testperson" v_birthday="2010-11-11"
    v_educationlevel="NA"
    v_isDriver="true"
    v_isPilot="false"/>
</dataset>