Commit 94601fb4 authored by kzangeli's avatar kzangeli
Browse files

fix: 010_04_01 expects compacted short attr-names in the 207 UpdateResult

The Append-with-noOverwrite 207 UpdateResult reports attribute names compacted
against the response @context: `speed` (defined in the test compound context)
and `attribute_to_be_added` (compacted via the omnipresent core context's
@vocab base). The test pinned both to their expanded IRIs; a spec-correct
response carries the short names. Expect the short names.
parent b8914530
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ Test Template Append Attributes With Params

*** Variables ***
${filename}=                        vehicle-speed-two-datasetid.jsonld
${existing_attribute_name}=         https://ngsi-ld-test-suite/context#speed
${non_existing_attribute_name}=     https://uri.etsi.org/ngsi-ld/default-context/attribute_to_be_added
${existing_attribute_name}=         speed
${non_existing_attribute_name}=     attribute_to_be_added


*** Test Cases ***    STATUS_CODE    FRAGMENT_FILENAME    EXPECTATION_FILENAME