opengeospatial / ets-sta10

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

MultiDatastream Extension tests #28

Closed hylkevds closed 1 year ago

hylkevds commented 7 years ago

I've added some tests for the MultiDatastream Extension.

Fixes #39.

dstenger commented 6 years ago

Fixes #39.

hylkevds commented 5 years ago

If the library falls behind, you can always pull the library into the test suite at that point. Doing that when it's not needed is a (very) bad practice. If you really want to maintain your own (copy of) a client library, you should do it in a separate project, so that its use is not limited to just the test suite. Otherwise you're just wasting your time with duplicate work.

taniakhalafbeigi commented 5 years ago

What you are saying is correct in general for the libraries and that is why we use libraries in coding. The problem here is different though. This is the test suite for SensorThings. The OGC test suite should be self-contained with anything related to the standard that it is testing.