From 4415ca928155cc85221521519190491f9c1efc8d Mon Sep 17 00:00:00 2001 From: mark Date: Fri, 25 Jun 2021 09:00:08 +0100 Subject: [PATCH] Minor update to test --- 103707/testing/validate_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/103707/testing/validate_examples.py b/103707/testing/validate_examples.py index fbcf21f..824e32a 100644 --- a/103707/testing/validate_examples.py +++ b/103707/testing/validate_examples.py @@ -29,7 +29,7 @@ if __name__ == '__main__': xs = xmlschema.XMLSchema(schemaFile, validation='skip') locations.append((xs.default_namespace, str(Path(schemaFile)))) - coreSchema = xmlschema.XMLSchema('TS_103_707_v010201.xsd', locations=locations) + coreSchema = xmlschema.XMLSchema('TS_103_707_v010301.xsd', locations=locations) for schema in extraSchemas: newSchema = xmlschema.XMLSchema(schema) -- GitLab