Commit 21b9c3ea authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix: TCs to partially update an attribute instance in 012_01

parent 0f99e7b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
    },
    "speed": [{
        "type": "Property",
        "value": 55,
        "value": 56,
        "source": {
            "type": "Property",
            "value": "Speedometer"
+2 −7
Original line number Diff line number Diff line
{
    "https://ngsi-ld-test-suite/context#isParked": {
        "type": "Relationship",
        "object": "urn:ngsi-ld:OffStreetParking:Downtown1",
        "observedAt": "2017-07-29T12:00:04Z",
    "providedBy": {
        "type": "Relationship",
        "object": "urn:ngsi-ld:Person:JohnDoe"
        }
    },
    "@context": [
        "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
+2 −9
Original line number Diff line number Diff line
{
    "https://ngsi-ld-test-suite/context#speed": {
        "type": "Property",
    "value": 56,
        "source": {
            "type": "Property",
            "value": "Speedometer"
        },
        "datasetId": "urn:ngsi-ld:Property:speedometer" 
    },
    "datasetId": "urn:ngsi-ld:Property:speedometer",
    "@context": [
        "https://raw.githubusercontent.com/easy-global-market/ngsild-api-data-models/feature/add-json-ld-context-for-ngsi-ld-test-suite/ngsi-ld-test-suite/ngsi-ld-test-suite-context.jsonld"
    ]
+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading