From 0f922f215309764752db2df635f8aafef7f2f4e3 Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Thu, 18 Jan 2024 13:52:04 +0100 Subject: [PATCH] Added a test --- tests/unit/xsdata_xml_test.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/unit/xsdata_xml_test.py b/tests/unit/xsdata_xml_test.py index ec62255..5d42783 100644 --- a/tests/unit/xsdata_xml_test.py +++ b/tests/unit/xsdata_xml_test.py @@ -183,7 +183,6 @@ def test_prediction(self): INTERNETVOD """, prediction) - def test_media_form(self): form = MediaForm() form.searches = MediaSearchType() @@ -193,3 +192,12 @@ def test_media_form(self): BROADCAST """, form) + + def test_upload_response(self): + example = """ + 2:https://sourcing-service.acc.metadata.bijnpo.nl/ + """ + parsed = poms.from_string(example) + + +