Add test XML file for movie import in client

This commit is contained in:
karl 2019-12-01 18:51:19 +01:00
parent 340441ff2b
commit 0b8aaae4a6

9
movietest.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movies>
<movie title="Test Movie VI" description="Not that great" genre="COMEDY" length="101" releaseyear="2021">
<actors>
<actor firstname="Test" lastname="Actor" sex="MALE" birthdate="01.01.1888"/>
</actors>
<studio name="Teststudio" countrycode="AT" postcode="PO123"/>
</movie>
</movies>