Commit b8f27c24 authored by Benedetta Arena's avatar Benedetta Arena
Browse files

Merge branch 'develop' into 117-refactor-broker-naming-and-update-readme-documentation

parents ee73a66e 196d184e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
*** Settings ***
Documentation       Check temporal pagination is applied when querying the temporal evolution of entities

Library             DateTime
Resource            ${EXECDIR}/resources/ApiUtils/Common.resource
Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationConsumption.resource
Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationProvision.resource
+1 −0
Original line number Diff line number Diff line
*** Settings ***
Documentation       Check temporal pagination is applied when retrieving the temporal evolution of an entity

Library             DateTime
Resource            ${EXECDIR}/resources/ApiUtils/Common.resource
Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationConsumption.resource
Resource            ${EXECDIR}/resources/ApiUtils/TemporalContextInformationProvision.resource
+1 −0
Original line number Diff line number Diff line
*** Settings ***
Documentation       Check that one can update a subscription: If only expiresAt is included and refers to a DateTime in the future, then status shall be updated to "active", if and only if the previous value of status was "expired"

Library             DateTime
Resource            ${EXECDIR}/resources/ApiUtils/Common.resource
Resource            ${EXECDIR}/resources/ApiUtils/ContextInformationSubscription.resource
Resource            ${EXECDIR}/resources/AssertionUtils.resource