aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/vehicleTestUpdateExpectedData.xml
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-24 20:28:05 +0200
committerTharre <tharre3@gmail.com>2018-05-24 20:28:05 +0200
commitf5bc7925a8fbbe247972a6f0e0571cc7e92fbefa (patch)
tree25c6010b1c96de0302ac618bc3aeee61100655fe /src/test/resources/vehicleTestUpdateExpectedData.xml
parentf7d14a76123911f0bced08356a0c69e61147cb1b (diff)
parent58f6ea4ad233f4cbb57b57734a5067e0856b6341 (diff)
downloadsepm-groupproject-f5bc7925a8fbbe247972a6f0e0571cc7e92fbefa.tar.gz
sepm-groupproject-f5bc7925a8fbbe247972a6f0e0571cc7e92fbefa.tar.xz
sepm-groupproject-f5bc7925a8fbbe247972a6f0e0571cc7e92fbefa.zip
Merge branch 'develop'v2.0
Diffstat (limited to 'src/test/resources/vehicleTestUpdateExpectedData.xml')
-rw-r--r--src/test/resources/vehicleTestUpdateExpectedData.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/resources/vehicleTestUpdateExpectedData.xml b/src/test/resources/vehicleTestUpdateExpectedData.xml
new file mode 100644
index 0000000..861880b
--- /dev/null
+++ b/src/test/resources/vehicleTestUpdateExpectedData.xml
@@ -0,0 +1,10 @@
+<dataset>
+ <VehicleVersion id="10" name="RTW-1" constructionType="HOCHDACH" type="RTW" hasNEF="true"/>
+ <VehicleVersion id="20" name="KTW-2" constructionType="MITTELHOCHDACH" type="KTW" hasNEF="false"/>
+ <VehicleVersion id="30" name="NEF-3" constructionType="NORMAL" type="NEF" hasNEF="false"/>
+ <VehicleVersion id="40" name="RTW-4" constructionType="HOCHDACH" type="RTW" hasNEF="true"/>
+
+ <Vehicle id="1" version="10" status="ABGEMELDET"/>
+ <Vehicle id="2" version="40" status="ABGEMELDET"/>
+ <Vehicle id="3" version="30" status="FREI_FUNK"/>
+</dataset> \ No newline at end of file