Skip to content

Commit

Permalink
Update test data to aas-core-meta c9692bc (#441)
Browse files Browse the repository at this point in the history
We update the development requirements to and re-record the test data
for [aas-core-meta c9692bc].

[aas-core-meta c9692bc]: aas-core-works/aas-core-meta@c9692bc
  • Loading branch information
mristin authored Feb 2, 2024
1 parent 058b99f commit 256cc8a
Show file tree
Hide file tree
Showing 14 changed files with 1,724 additions and 209 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"twine",
"jsonschema==3.2.0",
"xmlschema==1.10.0",
"aas-core-meta@git+https://github.com/aas-core-works/aas-core-meta@4d7e59e#egg=aas-core-meta",
"aas-core-meta@git+https://github.com/aas-core-works/aas-core-meta@c9692bc#egg=aas-core-meta",
"ssort==0.12.3",
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,10 @@ class IRelationshipElement
/// specify a IHasSemantics::semantic_id then the value is assumed to be
/// identical to ISubmodelElementList::semantic_id_list_element.
///
/// Constraint AASd-120:\n
/// The ISubmodelElementList::id_short of a ISubmodelElement being a direct child of a
/// ISubmodelElementList shall not be specified.
///
/// Constraint AASd-108:\n
/// All first level child elements in a ISubmodelElementList shall have
/// the same submodel element type as specified in ISubmodelElementList::type_value_list_element.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9736,7 +9736,7 @@ void OfAssetAdministrationShell::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -9777,7 +9777,7 @@ void OfAssetAdministrationShell::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -11372,7 +11372,7 @@ void OfSubmodel::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -11413,7 +11413,7 @@ void OfSubmodel::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -12090,7 +12090,7 @@ void OfRelationshipElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -12131,7 +12131,7 @@ void OfRelationshipElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -12627,7 +12627,7 @@ void OfSubmodelElementList::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -12668,7 +12668,7 @@ void OfSubmodelElementList::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -13329,7 +13329,7 @@ void OfSubmodelElementCollection::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -13370,7 +13370,7 @@ void OfSubmodelElementCollection::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -13933,7 +13933,7 @@ void OfProperty::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -13974,7 +13974,7 @@ void OfProperty::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -14570,7 +14570,7 @@ void OfMultiLanguageProperty::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -14611,7 +14611,7 @@ void OfMultiLanguageProperty::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -14757,7 +14757,7 @@ void OfMultiLanguageProperty::Execute() {
}

error_ = common::make_unique<Error>(
L"Value specifies no duplicate languages."
L"Value must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -15171,7 +15171,7 @@ void OfRange::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -15212,7 +15212,7 @@ void OfRange::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -15884,7 +15884,7 @@ void OfReferenceElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -15925,7 +15925,7 @@ void OfReferenceElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -16445,7 +16445,7 @@ void OfBlob::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -16486,7 +16486,7 @@ void OfBlob::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -17107,7 +17107,7 @@ void OfFile::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -17148,7 +17148,7 @@ void OfFile::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -17769,7 +17769,7 @@ void OfAnnotatedRelationshipElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -17810,7 +17810,7 @@ void OfAnnotatedRelationshipElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -18353,7 +18353,7 @@ void OfEntity::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -18394,7 +18394,7 @@ void OfEntity::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -19468,7 +19468,7 @@ void OfBasicEventElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -19509,7 +19509,7 @@ void OfBasicEventElement::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -20281,7 +20281,7 @@ void OfOperation::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -20322,7 +20322,7 @@ void OfOperation::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -21115,7 +21115,7 @@ void OfCapability::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -21156,7 +21156,7 @@ void OfCapability::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -21652,7 +21652,7 @@ void OfConceptDescription::Execute() {
}

error_ = common::make_unique<Error>(
L"Description specifies no duplicate languages."
L"Description must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -21693,7 +21693,7 @@ void OfConceptDescription::Execute() {
}

error_ = common::make_unique<Error>(
L"Display name specifies no duplicate languages."
L"Display name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -24452,7 +24452,7 @@ void OfLangStringPreferredNameTypeIec61360::Execute() {
}

error_ = common::make_unique<Error>(
L"String shall have a maximum length of 1023 characters."
L"String shall have a maximum length of 255 characters."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -24767,7 +24767,7 @@ void OfLangStringShortNameTypeIec61360::Execute() {
}

error_ = common::make_unique<Error>(
L"String shall have a maximum length of 1023 characters."
L"String shall have a maximum length of 18 characters."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -25473,7 +25473,7 @@ void OfDataSpecificationIec61360::Execute() {
}

error_ = common::make_unique<Error>(
L"Definition specifies no duplicate languages."
L"Definition must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -25513,7 +25513,7 @@ void OfDataSpecificationIec61360::Execute() {
}

error_ = common::make_unique<Error>(
L"Short name specifies no duplicate languages."
L"Short name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down Expand Up @@ -25549,7 +25549,7 @@ void OfDataSpecificationIec61360::Execute() {
}

error_ = common::make_unique<Error>(
L"Preferred name specifies no duplicate languages."
L"Preferred name must specify unique languages."
);
// No path is prepended as the error refers to the instance itself.
++index_;
Expand Down
Loading

0 comments on commit 256cc8a

Please sign in to comment.