diff --git a/test/adapter/xml/test_xml_deserialization.py b/test/adapter/xml/test_xml_deserialization.py index 263413239..4a473d2d4 100644 --- a/test/adapter/xml/test_xml_deserialization.py +++ b/test/adapter/xml/test_xml_deserialization.py @@ -258,7 +258,6 @@ def test_duplicate_identifier(self) -> None: http://acplt.org/test_aas - NotSet Instance @@ -267,7 +266,6 @@ def test_duplicate_identifier(self) -> None: http://acplt.org/test_aas - NotSet """) diff --git a/test/compliance_tool/files/test_demo_full_example.json b/test/compliance_tool/files/test_demo_full_example.json index 4e4a4cccd..3f57abc1a 100644 --- a/test/compliance_tool/files/test_demo_full_example.json +++ b/test/compliance_tool/files/test_demo_full_example.json @@ -225,7 +225,6 @@ ] }, { - "idShort": "NotSet", "modelType": "AssetAdministrationShell", "id": "https://acplt.org/Test_AssetAdministrationShell_Mandatory", "assetInformation": { @@ -254,7 +253,6 @@ ] }, { - "idShort": "NotSet", "modelType": "AssetAdministrationShell", "id": "https://acplt.org/Test_AssetAdministrationShell2_Mandatory", "assetInformation": { @@ -1655,7 +1653,6 @@ ] }, { - "idShort": "NotSet", "modelType": "Submodel", "id": "https://acplt.org/Test_Submodel_Mandatory", "submodelElements": [ @@ -1805,7 +1802,6 @@ ] }, { - "idShort": "NotSet", "modelType": "Submodel", "id": "https://acplt.org/Test_Submodel2_Mandatory" }, @@ -3202,7 +3198,6 @@ ] }, { - "idShort": "NotSet", "modelType": "ConceptDescription", "id": "https://acplt.org/Test_ConceptDescription_Mandatory" }, diff --git a/test/compliance_tool/files/test_demo_full_example.xml b/test/compliance_tool/files/test_demo_full_example.xml index e326a6b93..188a95a07 100644 --- a/test/compliance_tool/files/test_demo_full_example.xml +++ b/test/compliance_tool/files/test_demo_full_example.xml @@ -215,7 +215,6 @@ - NotSet https://acplt.org/Test_AssetAdministrationShell_Mandatory Instance @@ -243,7 +242,6 @@ - NotSet https://acplt.org/Test_AssetAdministrationShell2_Mandatory Instance @@ -1527,7 +1525,6 @@ - NotSet https://acplt.org/Test_Submodel_Mandatory Instance @@ -1672,7 +1669,6 @@ - NotSet https://acplt.org/Test_Submodel2_Mandatory Instance @@ -3041,7 +3037,6 @@ - NotSet https://acplt.org/Test_ConceptDescription_Mandatory diff --git a/test/compliance_tool/files/test_demo_full_example_json.aasx b/test/compliance_tool/files/test_demo_full_example_json.aasx index 63acdad6d..2cd5955ec 100644 Binary files a/test/compliance_tool/files/test_demo_full_example_json.aasx and b/test/compliance_tool/files/test_demo_full_example_json.aasx differ diff --git a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json index e12d885b4..ff04d91a2 100644 --- a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json +++ b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.json @@ -225,7 +225,6 @@ ] }, { - "idShort": "NotSet", "modelType": "AssetAdministrationShell", "id": "https://acplt.org/Test_AssetAdministrationShell_Mandatory", "assetInformation": { @@ -254,7 +253,6 @@ ] }, { - "idShort": "NotSet", "modelType": "AssetAdministrationShell", "id": "https://acplt.org/Test_AssetAdministrationShell2_Mandatory", "assetInformation": { @@ -1655,7 +1653,6 @@ ] }, { - "idShort": "NotSet", "modelType": "Submodel", "id": "https://acplt.org/Test_Submodel_Mandatory", "submodelElements": [ @@ -1805,7 +1802,6 @@ ] }, { - "idShort": "NotSet", "modelType": "Submodel", "id": "https://acplt.org/Test_Submodel2_Mandatory" }, @@ -3202,7 +3198,6 @@ ] }, { - "idShort": "NotSet", "modelType": "ConceptDescription", "id": "https://acplt.org/Test_ConceptDescription_Mandatory" }, diff --git a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml index d9270489c..3d1a67d96 100644 --- a/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml +++ b/test/compliance_tool/files/test_demo_full_example_wrong_attribute.xml @@ -215,7 +215,6 @@ - NotSet https://acplt.org/Test_AssetAdministrationShell_Mandatory Instance @@ -243,7 +242,6 @@ - NotSet https://acplt.org/Test_AssetAdministrationShell2_Mandatory Instance @@ -1527,7 +1525,6 @@ - NotSet https://acplt.org/Test_Submodel_Mandatory Instance @@ -1672,7 +1669,6 @@ - NotSet https://acplt.org/Test_Submodel2_Mandatory Instance @@ -3041,7 +3037,6 @@ - NotSet https://acplt.org/Test_ConceptDescription_Mandatory diff --git a/test/compliance_tool/files/test_demo_full_example_xml.aasx b/test/compliance_tool/files/test_demo_full_example_xml.aasx index e249b5acd..0921351f7 100644 Binary files a/test/compliance_tool/files/test_demo_full_example_xml.aasx and b/test/compliance_tool/files/test_demo_full_example_xml.aasx differ diff --git a/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx b/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx index 18495fdae..5311e1130 100644 Binary files a/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx and b/test/compliance_tool/files/test_demo_full_example_xml_wrong_attribute.aasx differ