Commit 74c37559 authored by Patricia dos Santos Oliveira's avatar Patricia dos Santos Oliveira
Browse files

Merge branch 'review-minor-tests-issues' into 'develop'

renamed data files

See merge request !39
parents 459789de 48d5019f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource
*** Variable ***
${building_id_prefix}=  urn:ngsi-ld:Building:
${filename}=  building-simple-attributes-sample.jsonld
${expectation_filename}=  building-simple-attributes-sample-expectation.jsonld
${expectation_filename}=  building-simple-attributes-expectation.jsonld

*** Test Cases ***                               
018_01_01_Get an entity by id
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource
*** Variable ***
${building_id_prefix}=  urn:ngsi-ld:Building:
${filename}=  building-simple-attributes-sample.jsonld
${expectation_filename}=  building-simple-attributes-sample-expectation-query-attributes.jsonld
${expectation_filename}=  building-simple-attributes-query-expectation.jsonld
${attribute_airqualitylevel}=  https://ngsi-ld-test-suite/context#airQualityLevel
${attribute_subcategory}=  https://ngsi-ld-test-suite/context#subCategory

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource
*** Variable ***
${building_id_prefix}=  urn:ngsi-ld:Building:
${filename}=  building-location-attribute-sample.jsonld
${expectation_filename}=  building-location-attribute-sample-expectation-query-geoproperty.jsonld
${expectation_filename}=  building-geoproperty-query-expectation.jsonld
${geometry_property}=  location

*** Test Cases ***                               
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource
*** Variable ***
${building_id_prefix}=  urn:ngsi-ld:Building:
${filename}=  building-simple-attributes-sample.jsonld
${expectation_filename}=  building-simple-attributes-sample-expectation-simplified.jsonld
${expectation_filename}=  building-simple-attributes-simplified-expectation.jsonld
${options_parameter}=  keyValues

*** Test Cases ***                                                 
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Resource ${EXECDIR}/resources/JsonUtils.resource
*** Variable ***
${building_id_prefix}=  urn:ngsi-ld:Building:
${filename}=  building-location-attribute-sample.jsonld
${expectation_filename}=  building-simple-attributes-sample-expectation-simplified.jsonld
${expectation_filename}=  building-simple-attributes-simplified-expectation.jsonld
${options_parameter}=  keyValues
${accept_header}=  application/geo+json

Loading