Commit e6715703 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: misc missing tags, typos and doc

parent 11a946d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
${filename}=                building-location-attribute.jsonld
${expectation_filename}=    building-geoproperty-query.jsonld
${entity_type}=             https://ngsi-ld-test-suite/context#Building
${georal}=                  equals
${georel}=                  equals
${geometry}=                Point
${coordinates}=             [13.3986, 52.5547]

@@ -30,7 +30,7 @@ ${coordinates}= [13.3986, 52.5547]
    ${response}=    Query Entities
    ...    entity_types=${entity_types_to_be_retrieved}
    ...    accept=${CONTENT_TYPE_LD_JSON}
    ...    georel=${georal}
    ...    georel=${georel}
    ...    geometry=${geometry}
    ...    coordinates=${coordinates}

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:

*** Test Cases ***
018_03_01 Get an entity if the Entity Id is not known to the system
    [Documentation]    Check that one cannot get an entity if the entity id or attributes are not known to the system
    [Documentation]    Check that one cannot get an entity if the entity id is not known to the system
    [Tags]    e-retrieve    5_7_1
    ${entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${response}=    Query Entity
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***
003_10_01 Create a batch of three valid entities where two have the same id
    [Documentation]    Check that one can create a batch of entities where two have the same id
    [Tags]    be-create    5_6_7    since_v1.5.1
    [Tags]    be-create    5_6_7    5_5_11    since_v1.5.1
    ${first_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    Set Suite Variable    ${first_entity_id}
    ${second_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***
006_04_01 Delete a batch of existing entities with the same id
    [Documentation]    Check that one can delete a batch entities with the same id
    [Tags]    be-delete    5_6_10    since_v1.5.1
    [Tags]    be-delete    5_6_10    5_5_11    since_v1.5.1
    ${new_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    @{entities_ids_to_be_deleted}=    Create List    ${entity_id}    ${entity_id}

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
*** Test Cases ***
004_07_01 Upsert a batch of three valid entities where two have the same id
    [Documentation]    Check that one can upsert a batch of where two have the same id
    [Tags]    be-upsert    5_6_8    since_v1.5.1
    [Tags]    be-upsert    5_6_8    5_5_11    since_v1.5.1
    ${first_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${second_entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${first_entity}=    Load Entity    building-minimal.jsonld    ${first_entity_id}