Skip to content

Commit eadbdb2

Browse files
committed
fix: replace acplt.org with example.org in example data (#460)
1 parent bdbfdcc commit eadbdb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1505
-1505
lines changed

compliance_tool/aas_compliance_tool/compliance_check_aasx.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ def check_aas_example(file_path: str, state_manager: ComplianceToolStateManager,
238238

239239
# Check if file in file object is the same
240240
list_of_id_shorts = ["ExampleSubmodelCollection", "ExampleFile"]
241-
obj = example_data.get_identifiable("https://acplt.org/Test_Submodel")
241+
obj = example_data.get_identifiable("https://example.org/Test_Submodel")
242242
for id_short in list_of_id_shorts:
243243
obj = obj.get_referable(id_short)
244-
obj2 = obj_store.get_identifiable("https://acplt.org/Test_Submodel")
244+
obj2 = obj_store.get_identifiable("https://example.org/Test_Submodel")
245245
for id_short in list_of_id_shorts:
246246
obj2 = obj2.get_referable(id_short)
247247
try:

compliance_tool/test/files/test_demo_full_example.json

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_demo_full_example.xml

Lines changed: 166 additions & 166 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_demo_full_example_json_aasx/aasx/data.json

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_demo_full_example_wrong_attribute.json

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_demo_full_example_wrong_attribute.xml

Lines changed: 166 additions & 166 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_demo_full_example_xml_aasx/aasx/data.xml

Lines changed: 166 additions & 166 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_demo_full_example_xml_wrong_attribute_aasx/aasx/data.xml

Lines changed: 166 additions & 166 deletions
Large diffs are not rendered by default.

compliance_tool/test/files/test_deserializable_aas_warning.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"assetAdministrationShells": [
33
{
4-
"id": "https://acplt.org/Test_AssetAdministrationShell",
4+
"id": "https://example.org/Test_AssetAdministrationShell",
55
"idShort": "TestAssetAdministrationShell",
66
"administration": {
77
"revision": "0"
88
},
99
"modelType": "AssetAdministrationShell",
1010
"assetInformation": {
1111
"assetKind": "Instance",
12-
"globalAssetId": "http://acplt.org/TestAsset/"
12+
"globalAssetId": "http://example.org/TestAsset/"
1313
}
1414
}
1515
]

compliance_tool/test/files/test_deserializable_aas_warning.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<aas:administration>
77
<aas:revision>0</aas:revision>
88
</aas:administration>
9-
<aas:id>https://acplt.org/Test_AssetAdministrationShell</aas:id>
9+
<aas:id>https://example.org/Test_AssetAdministrationShell</aas:id>
1010
<aas:assetInformation>
1111
<aas:assetKind>Instance</aas:assetKind>
12-
<aas:globalAssetId>http://acplt.org/TestAsset/</aas:globalAssetId>
12+
<aas:globalAssetId>http://example.org/TestAsset/</aas:globalAssetId>
1313
</aas:assetInformation>
1414
</aas:assetAdministrationShell>
1515
</aas:assetAdministrationShells>

0 commit comments

Comments
 (0)