diff --git a/drafts/v1.1/MetronInfo.xsd b/schema/v1.1/MetronInfo.xsd similarity index 100% rename from drafts/v1.1/MetronInfo.xsd rename to schema/v1.1/MetronInfo.xsd diff --git a/drafts/v1.1/Sample.xml b/schema/v1.1/Sample.xml similarity index 100% rename from drafts/v1.1/Sample.xml rename to schema/v1.1/Sample.xml diff --git a/tests/test.py b/tests/test.py index 22ca775..77355d9 100644 --- a/tests/test.py +++ b/tests/test.py @@ -4,7 +4,7 @@ from xmlschema import XMLSchema11, XMLSchemaValidationError TEST_V10_XSD = Path(__file__).parent.parent / "schema" / "v1.0" / "MetronInfo.xsd" -TEST_V11_XSD = Path(__file__).parent.parent / "drafts" / "v1.1" / "MetronInfo.xsd" +TEST_V11_XSD = Path(__file__).parent.parent / "schema" / "v1.1" / "MetronInfo.xsd" TEST_FILES_PATH = Path(__file__).parent / "test_files" / "v1.0"