diff options
Diffstat (limited to 'src/test/resources/operationDAOUpdateNormal.xml')
-rw-r--r-- | src/test/resources/operationDAOUpdateNormal.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/test/resources/operationDAOUpdateNormal.xml b/src/test/resources/operationDAOUpdateNormal.xml index 025cdc2..accf97e 100644 --- a/src/test/resources/operationDAOUpdateNormal.xml +++ b/src/test/resources/operationDAOUpdateNormal.xml @@ -1,17 +1,17 @@ <dataset> - <Operation id="1" opCode="RD-2B0M" severity="B" created="2000-01-01" - destination="New description" status="ACTIVE" additionalInfo="Test"/> + <Operation id="1" opCode="RD-2B0M" severity="B" created="2000-01-01 00:00:00.0+00" + destination="New destination" additionalInfo="New information" status="ACTIVE"/> <VehicleVersion id="1" name="RTW-1" constructionType="HOCHDACH" type="RTW" hasNef="true"/> - <VehicleVersion id="2" name="KTW-1" constructionType="HOCHDACH" type="KTW" hasNef="true"/> - <VehicleVersion id="3" name="KTW-2" constructionType="MITTELHOCHDACH" type="KTW_B" hasNef="false"/> - <VehicleVersion id="4" name="BKTW-2" constructionType="HOCHDACH" type="BKTW" hasNef="false"/> + <VehicleVersion id="2" name="KTW-2" constructionType="HOCHDACH" type="KTW" hasNef="true"/> + <VehicleVersion id="3" name="KTW-3" constructionType="MITTELHOCHDACH" type="KTW_B" hasNef="false"/> + <VehicleVersion id="4" name="BKTW-4" constructionType="HOCHDACH" type="BKTW" hasNef="false"/> <VehicleVersion id="5" name="NEF-1" constructionType="NORMAL" type="NEF" hasNef="true"/> - <Vehicle id="1" version="1" status="FREI_FUNK"/> - <Vehicle id="2" version="2" status="FREI_WACHE"/> - <Vehicle id="3" version="3" status="FREI_FUNK"/> - <Vehicle id="4" version="4" status="FREI_WACHE"/> + <Vehicle id="1" version="1" status="ZUM_BERUFUNGSORT"/> + <Vehicle id="2" version="2" status="ZUM_BERUFUNGSORT"/> + <Vehicle id="3" version="3" status="ZUM_BERUFUNGSORT"/> + <Vehicle id="4" version="4" status="ZUM_BERUFUNGSORT"/> <VehicleOperation vehicleId="1" operationId="1"/> <VehicleOperation vehicleId="2" operationId="1"/> |