aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorMartin Weick <e1627760@student.tuwien.ac.at>2018-05-21 21:07:15 +0200
committerTharre <tharre3@gmail.com>2018-05-22 15:02:27 +0200
commitade6a600a54176e4ea54ce6117e5cdadde2cf3d3 (patch)
tree605016c9c97fa9cc49887a22f204d624fcd7b15e /src/test/resources
parent7a2ab0924997cac6e6cf3abab9c6cc5cc508d74b (diff)
downloadsepm-groupproject-ade6a600a54176e4ea54ce6117e5cdadde2cf3d3.tar.gz
sepm-groupproject-ade6a600a54176e4ea54ce6117e5cdadde2cf3d3.tar.xz
sepm-groupproject-ade6a600a54176e4ea54ce6117e5cdadde2cf3d3.zip
Create XML for Vehicle Update Tests #25948
Diffstat (limited to 'src/test/resources')
-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..159ccaa
--- /dev/null
+++ b/src/test/resources/vehicleTestUpdateExpectedData.xml
@@ -0,0 +1,10 @@
+<dataset>
+ <VehicleVersion id="1" name="RTW-1" constructionType="HOCHDACH" type="RTW" hasNEF="true"/>
+ <VehicleVersion id="2" name="KTW-2" constructionType="MITTELHOCHDACH" type="KTW" hasNEF="false"/>
+ <VehicleVersion id="3" name="NEF-3" constructionType="NORMAL" type="NEF" hasNEF="false"/>
+ <VehicleVersion id="4" name="RTW-4" constructionType="HOCHDACH" type="RTW" hasNEF="true"/>
+
+ <Vehicle id="10" version="1" status="ABGEMELDET"/>
+ <Vehicle id="20" version="4" status="ABGEMELDET"/>
+ <Vehicle id="30" version="3" status="FREI_FUNK"/>
+</dataset> \ No newline at end of file