Commit 14b6fef6 authored by Benoit Orihuela's avatar Benoit Orihuela Committed by Andrea Il Grande
Browse files

fix: misc doc generation errors

parent 172b17ef
Loading
Loading
Loading
Loading
+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          Create Entity
Test Setup          Create Initial Entity
Test Teardown       Delete Created Entity


@@ -35,7 +35,7 @@ ${options_parameter}= keyValues


*** Keywords ***
Create Entity
Create Initial Entity
    ${entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    Set Test Variable    ${entity_id}
    ${create_response}=    Create Entity Selecting Content Type
+10 −11
Original line number Diff line number Diff line
*** Settings ***
Documentation       Check that one can add a hosted @context with list of URIs and each of them are cached @coxtexts

Variables           ${EXECDIR}/resources/variables.py
Resource            ${EXECDIR}/resources/ApiUtils/jsonldContext.resource
Resource            ${EXECDIR}/resources/ApiUtils/ContextInformationProvision.resource
Resource            ${EXECDIR}/resources/AssertionUtils.resource
Resource            ${EXECDIR}/resources/HttpUtils.resource


Test Teardown       Delete Initial @context


@@ -40,14 +40,13 @@ ${content_type}= application/json
    ${response_serve}=    Serve a @context    ${uri}    true
    Check Response Kind set to    ${response_serve.json()}    Hosted
    ${entity_id}=    Generate Random Entity Id    ${building_id_prefix}
    ${response}=    Create Entity Selecting Content Type
    Create Entity Selecting Content Type
    ...    ${entity_filename}
    ...    ${entity_id}
    ...    ${content_type}
    ...    ${url}${uri}

    
    ${response}=    Delete Entity By Id    ${entity_id}
    Delete Entity By Id    ${entity_id}
    # Need to check that each of the URIs are Cached @contexts
    Check Cached @Contexts    ${filename_list}