From e46ab8f6f79bb8bf78c77f6d0794592fabc415d8 Mon Sep 17 00:00:00 2001 From: Houcem Kacem Date: Tue, 16 Feb 2021 10:00:08 +0100 Subject: [PATCH] fix: expand Vehicule type with the ngsild test suite context --- .../types/expectations/entity-type-023-01-01-expectation.json | 4 ++-- .../types/expectations/entity-type-023-01-02-expectation.json | 2 +- .../expectations/entity-type-list-022-01-01-expectation.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/types/expectations/entity-type-023-01-01-expectation.json b/data/types/expectations/entity-type-023-01-01-expectation.json index 313f19dd..e938df4f 100644 --- a/data/types/expectations/entity-type-023-01-01-expectation.json +++ b/data/types/expectations/entity-type-023-01-01-expectation.json @@ -11,9 +11,9 @@ ] }, { - "id":"https://uri.etsi.org/ngsi-ld/default-context/Vehicle", + "id":"https://ngsi-ld-test-suite/context#Vehicle", "type":"EntityType", - "typeName":"Vehicle", + "typeName":"https://ngsi-ld-test-suite/context#Vehicle", "attributeNames":[ "https://ngsi-ld-test-suite/context#brandName", "isParked" diff --git a/data/types/expectations/entity-type-023-01-02-expectation.json b/data/types/expectations/entity-type-023-01-02-expectation.json index a268dc81..8ccb9903 100644 --- a/data/types/expectations/entity-type-023-01-02-expectation.json +++ b/data/types/expectations/entity-type-023-01-02-expectation.json @@ -11,7 +11,7 @@ ] }, { - "id":"https://uri.etsi.org/ngsi-ld/default-context/Vehicle", + "id":"https://ngsi-ld-test-suite/context#Vehicle", "type":"EntityType", "typeName":"Vehicle", "attributeNames":[ diff --git a/data/types/expectations/entity-type-list-022-01-01-expectation.json b/data/types/expectations/entity-type-list-022-01-01-expectation.json index f1069708..9b60d3bb 100644 --- a/data/types/expectations/entity-type-list-022-01-01-expectation.json +++ b/data/types/expectations/entity-type-list-022-01-01-expectation.json @@ -3,6 +3,6 @@ "type": "EntityTypeList", "typeList": [ "https://ngsi-ld-test-suite/context#Building", - "Vehicle" + "https://ngsi-ld-test-suite/context#Vehicle" ] } \ No newline at end of file -- GitLab