Commit 96660e80 authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: broken tests from commit 38857502

parent 468c3923
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Test Template Retrieve Entity In GeoJSON Representation

*** Variables ***
${building_id_prefix}=      urn:ngsi-ld:Building:
${filename}=                building-location-attribute-sample.jsonld
${filename}=                building-two-geometry-attributes.jsonld


*** Test Cases ***    OPTIONS    EXPECTATION_FILENAME
+0 −7
Original line number Diff line number Diff line
@@ -11,13 +11,6 @@
            ]
        }
    },
    "observationSpace": {
        "type": "GeoProperty",
        "value": {
            "type": "Point",
            "coordinates": [11.1111, 11.1111]
        }
    },
    "@context": [
        "https://forge.etsi.org/rep/cim/ngsi-ld-test-suite/-/raw/develop/resources/jsonld-contexts/ngsi-ld-test-suite-compound.jsonld"
    ]
+9 −1
Original line number Diff line number Diff line
{
    "id": "urn:ngsi-ld:Building:randomUUID",
    "type": "Building",
    "observationSpace": {
    "name": {
        "type": "Property",
        "value": "Eiffel Tower"
    },
    "subCategory": {
        "type": "Property",
        "value": "tourism"
    },
    "location": {
        "type": "GeoProperty",
        "value": {
            "type": "Point",