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 5 forks source link

Fixed a few bugs in the test suite #41

Closed kzangeli closed 4 years ago

kzangeli commented 4 years ago

Test case 079 changes the entity (in the broker) But, the test case 080 compares using the initial entity (before 079 was applied) adding whatever was changed in 080. Same same in 081.

What I did was to make the variable 'entity' non-const and let it change according to each test case.