opengeospatial / ets-sta10

Repository for the Executable Test Suite for OGC Sensor Things API
Other
6 stars 8 forks source link

Untested: Create a Thing, linked to an existing Location #25

Open hylkevds opened 7 years ago

hylkevds commented 7 years ago

I just ran into a bug in our implementation and noticed something that is not tested yet: Creating a Thing and directly linking to an existing Location:

{
  "name" : "S311",
  "description" : "Room S311",
  "Locations": [
    {"@iot.id": 1}
  ]
}

Similarly, Creating a Location and directly linking to a Thing is also not tested yet.