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

Merge branch 'feature/add-language-property-tests' into parsespec

parents 879fbb44 6b7f7f7e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,8 +18,10 @@ ${filename}= vehicle-speed-two-datasetid-sample.jsonld

*** Test Cases ***    STATUS_CODE    FRAGMENT_FILENAME    EXPECTATION_FILENAME
010_01_01 Append entity attributes
    [Tags]    ea-append    5_6_3
    204    vehicle-new-attribute-fragment.jsonld    vehicle-speed-appended-expectation.jsonld
010_01_02 Append entity attributes with different datasetid
    [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
@@ -29,7 +31,6 @@ ${filename}= vehicle-speed-two-datasetid-sample.jsonld
*** Keywords ***
Append Attributes Without Params
    [Documentation]    Check that you can append entity attributes
    [Tags]    ea-append    5_6_3
    [Arguments]    ${status_code}    ${fragment_filename}    ${expectation_filename}
    ${response}=    Append Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
    Check Response Status Code    ${status_code}    ${response.status_code}