Commit 0b3d71ea authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

Merge branch 'fix/minor-typo-in-TC-documentation' into 'develop'

fix: minor typo in some TCs

See merge request !111
parents d63b91c9 caf16bfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
*** Settings ***
Documentation       Check that an error is raised if you delete a temporal entity with empty/invalid content
Documentation       Check that an error is raised if you add an attribute to a temporal entity with invalid content

Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationProvision.resource
Resource            ${EXECDIR}/resources/AssertionUtils.resource
+1 −1
Original line number Diff line number Diff line
*** Settings ***
Documentation       Check that you cannot modify an attribute instance in temporal representation of an entity if the EntityId/AttributeId/InstanceId is not right
Documentation       Check that you cannot partially modify attribute instance in temporal representation of an entity if the EntityId/AttributeId/InstanceId is not found

Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationProvision.resource
Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationConsumption.resource