Commit 89f95af8 authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

tests from feature/add-language-property-tests tagged as "since_v1.4.1"

parent a85fdf6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ ${filename}= building-language-property-sample.jsonld
*** Keywords ***
Retrieve Entity With Language Filter
    [Documentation]    Check that you can retrieve an entity using Language Filter
    [Tags]    e-retrieve    5_7_1    4_15
    [Tags]    e-retrieve    5_7_1    4_15    since_v1.4.1
    [Arguments]    ${language_filter}    ${options}    ${expectation_filename}
    ${response}=    Query Entity
    ...    id=${entity_id}
+2 −2
Original line number Diff line number Diff line
@@ -18,10 +18,10 @@ ${vehicle_payload_file}= vehicle-language-property-temporal-representation-sa

*** Test Cases ***    REPRESENTATION    EXPECTATION_FILENAME
020_12_01 Retrieve the normalized temporal representation of an entity with a LanguageProperty property
    [Tags]    te-retrieve    5_7_3    4_5_7    4_5_18
    [Tags]    te-retrieve    5_7_3    4_5_7    4_5_18    since_v1.4.1
    ${EMPTY}    vehicle-language-property-normalized-temporal-representation-expectation.jsonld
020_12_02 Retrieve the simplified temporal representation of an entity with a LanguageProperty property
    [Tags]    te-retrieve    5_7_3    4_5_9    4_5_18
    [Tags]    te-retrieve    5_7_3    4_5_9    4_5_18    since_v1.4.1
    temporalValues    vehicle-language-property-simplified-temporal-representation-expectation.jsonld


+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ ${building_id_prefix}= urn:ngsi-ld:Building:
    [Tags]    e-create    5_6_1
    building-location-attribute-sample.jsonld    application/ld+json
001_01_05 EntityWithLanguageProperty
    [Tags]    e-create    5_6_1    4_5_18
    [Tags]    e-create    5_6_1    4_5_18    since_v1.4.1
    building-language-property-sample.jsonld    application/ld+json


+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ ${filename}= vehicle-speed-two-datasetid-sample.jsonld
    [Tags]    ea-append    5_6_3
    204    vehicle-speed-different-datasetid-fragment.jsonld    vehicle-speed-different-datasetid-expectation.jsonld
010_01_03 Append a LanguageProperty property
    [Tags]    ea-append    5_6_3    4_5_18
    [Tags]    ea-append    5_6_3    4_5_18    since_v1.4.1
    204    vehicle-new-language-property-fragment.jsonld    vehicle-language-property-appended-expectation.jsonld


+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ ${status_code}= 204
*** Keywords ***
Update Attributes
    [Documentation]    Check that you can perform a partial update on a LanguageProperty property
    [Tags]    ea-partial-update    5_6_4    4_5_18
    [Tags]    ea-partial-update    5_6_4    4_5_18    since_v1.4.1
    [Arguments]    ${fragment_filename}    ${attribute_id}    ${expectation_filename}
    ${response}=    Partial Update Entity Attributes
    ...    entityId=${entity_id}