FIWARE / NGSI-LD_TestSuite

:bar_chart: This repository contains tests to verify compliance of NGSI-LD implementations
https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.02.01_60/gs_CIM009v010201p.pdf
MIT License
3 stars 6 forks source link

test 109 is not a valid relationship #46

Open ScorpioBroker opened 4 years ago

ScorpioBroker commented 4 years ago

Hi,

test 109 in entity creation tries something which is not valid. Relationships can only have one object. MultiEntries would be AR1: [{ type: 'Relationship', object: 'urn:ngsi-ld:T:1234' }, { type: 'Relationship', object: 'urn:ngsi-ld:T:5678' } ]

jason-fox commented 4 years ago

Related #52