Commit acb092bf authored by lopezaguilar's avatar lopezaguilar
Browse files

Coding Style

parent 90bc0f31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource

Test Setup          Create Id
Test Teardown       Delete Temporal Entity
Test Template       Delete Attribute
Test Template       Delete An Attribute


*** Variables ***
@@ -24,7 +24,7 @@ ${status_code}= 404


*** Keywords ***
Delete Attribute
Delete An Attribute
    [Documentation]    Check that an error is raised if you delete a temporal entity with an unknown EntityId/Attribute Id
    [Tags]    tea-delete    5_6_13
    [Arguments]    ${entity_id}    ${attribute_id}
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource

Test Setup          Create Id
Test Teardown       Delete Intitial Temporal Representation Of Entity
Test Template       Delete Attribute Instance
Test Template       Delete An Attribute Instance


*** Variables ***
@@ -27,7 +27,7 @@ ${status_code}= 404


*** Keywords ***
Delete Attribute Instance
Delete An Attribute Instance
    [Documentation]    Check that you cannot delete an attribute instance in temporal representation of an entity if the EntityId/AttributeId/InstanceId is not found
    [Tags]    tea-instance-delete    5_6_15
    [Arguments]    ${temporal_entity_id}    ${attributeId}    ${instanceId}
+2 −2
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@ ${notification_server_send_url} http://${notification_server_host}:${not
    Setup Initial Subscriptions
    Sleep    1s

    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}
    ${response}=    Update Entity Attributes    ${entity_id}    ${fragment_filename}    ${CONTENT_TYPE_LD_JSON}

    Wait For Notification    timeout=${10}
    ${notification}    ${headers}=    Wait For Notification    timeout=${10}
    Reply By    200

    ${notification_headers}=    Get Request Headers
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource

Test Setup          Setup Initial Context Source Registrations
Test Teardown       Delete Created Context Source Registrations
Test Template       Query Context Source Registration
Test Template       Query A Context Source Registration


*** Variables ***
@@ -27,7 +27,7 @@ ${second_context_source_registration_payload_file_path}= csourceRegistrations


*** Keywords ***
Query Context Source Registration
Query A Context Source Registration
    [Documentation]    Check that you can query context source registrations if at least one of list of Entity Types or list of Attribute names is present
    [Arguments]
    ...    ${query_param_name}
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource

Test Setup          Create Initial Context Source Registration
Test Teardown       Delete Created Context Source Registrations
Test Template       Delete Context Source
Test Template       Delete A Context Source


*** Variables ***
@@ -25,7 +25,7 @@ ${filename}= context-source-registration-sample.jsonld


*** Keywords ***
Delete Context Source
Delete A Context Source
    [Documentation]    Check that you cannot delete a context source registration under some conditions
    [Arguments]    ${invalid_registration_id}
    ${response}=    Delete Context Source Registration With Return    ${invalid_registration_id}
Loading