From d90c380269af454fe6c8eba024bada00b8f2bbfd Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Sun, 18 Jan 2026 16:17:56 +0000 Subject: [PATCH 1/4] Add new file --- data/entities/expectations/empty-response.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/entities/expectations/empty-response.json diff --git a/data/entities/expectations/empty-response.json b/data/entities/expectations/empty-response.json new file mode 100644 index 000000000..0637a088a --- /dev/null +++ b/data/entities/expectations/empty-response.json @@ -0,0 +1 @@ +[] \ No newline at end of file -- GitLab From c79e6a9e32b340fe425ec8305ddc489bacef2772 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Sun, 18 Jan 2026 16:18:40 +0000 Subject: [PATCH 2/4] Delete empty-response.json --- data/entities/expectations/empty-response.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 data/entities/expectations/empty-response.json diff --git a/data/entities/expectations/empty-response.json b/data/entities/expectations/empty-response.json deleted file mode 100644 index 0637a088a..000000000 --- a/data/entities/expectations/empty-response.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file -- GitLab From 5e4864bbd7b1cd14a8441a21dee30a778516920e Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Sun, 18 Jan 2026 16:20:57 +0000 Subject: [PATCH 3/4] no attrs available means filter out this should be no result not the entity id and the type --- .../Consumption/Entity/QueryEntities/019_12.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_12.robot b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_12.robot index 366ed8521..395e0d2c4 100644 --- a/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_12.robot +++ b/TP/NGSI-LD/ContextInformation/Consumption/Entity/QueryEntities/019_12.robot @@ -36,7 +36,7 @@ ${filename} building-multi-instances-attributes.jsonld name urn:ngsi-ld:Dataset:german-name building-name-attribute-german-instance.jsonld 019_12_07 Filter Based On Attrs And datasetId With No Match [Tags] e-query 4_5_5 5_7_2 since_v1.8.1 - name urn:ngsi-ld:Dataset:spanish-name building-no-attributes.jsonld + name urn:ngsi-ld:Dataset:spanish-name empty-result.jsonld *** Keywords *** -- GitLab From c4456c20acfbade6064b31dcc3ad73a9399a9bf8 Mon Sep 17 00:00:00 2001 From: Benjamin Hebgen Date: Sun, 18 Jan 2026 16:21:21 +0000 Subject: [PATCH 4/4] Add new file --- data/entities/expectations/empty-result.jsonld | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/entities/expectations/empty-result.jsonld diff --git a/data/entities/expectations/empty-result.jsonld b/data/entities/expectations/empty-result.jsonld new file mode 100644 index 000000000..8878e547a --- /dev/null +++ b/data/entities/expectations/empty-result.jsonld @@ -0,0 +1 @@ +[ ] \ No newline at end of file -- GitLab