Commit 887cd07a authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

chore: misc wording fixes

parent 3f4951e3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ Setup Initial Entities
    Set Global Variable    ${entities_to_be_upserted}

Delete Initial Entities
    @{entities_ids_to_be_deleted}=    Create List    ${first_existing_entity_id}    ${second_existing_entity_id}
    Batch Delete Entities    entities_ids_to_be_deleted=@{entities_ids_to_be_deleted}
    @{entities_ids_to_be_deleted}=    Create List    ${new_entity_id}
    @{entities_ids_to_be_deleted}=    Create List
    ...    ${first_existing_entity_id}
    ...    ${second_existing_entity_id}
    ...    ${new_entity_id}
    Batch Delete Entities    entities_ids_to_be_deleted=@{entities_ids_to_be_deleted}
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Resource ${EXECDIR}/resources/ApiUtils/ContextInformationConsumption.
Resource            ${EXECDIR}/resources/AssertionUtils.resource
Resource            ${EXECDIR}/resources/JsonUtils.resource

Test Setup          Initiate Test Suite
Test Setup          Initiate Test Case
Test Teardown       Delete Initial Entities
Test Template       Update Attributes

@@ -43,7 +43,7 @@ Update Attributes
    ${ignored_attributes}=    Create List    @context
    Check Updated Resource Set To    ${entity_expectation_payload}    ${response.json()}    ${ignored_attributes}

Initiate Test Suite
Initiate Test Case
    ${entity_id}=    Generate Random Entity Id    ${vehicle_id_prefix}
    Set Test Variable    ${entity_id}
    ${response}=    Create Entity Selecting Content Type
+3 −3
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 a temporal entity attribute with empty/invalid content

Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationProvision.resource
Resource            ${EXECDIR}/resources/AssertionUtils.resource
Resource            ${EXECDIR}/resources/JsonUtils.resource

Test Setup          Initialize Test Suite
Test Setup          Initialize Test Case
Test Template       Add an Attribute To a Temporal Entity From File


@@ -37,7 +37,7 @@ Add an Attribute To a Temporal Entity From File
    Check Response Body Title When Using Session Request    ${response.json()}
    [Teardown]    Delete Temporal Representation Of Entity    ${temporal_entity_representation_id}

Initialize Test Suite
Initialize Test Case
    ${temporal_entity_representation_id}=    Generate Random Entity Id    ${vehicle_id_prefix}
    Set Global Variable    ${temporal_entity_representation_id}
    ${response}=    Create Or Update Temporal Representation Of Entity Selecting Content Type