opengeospatial / ets-sta10

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

* Fix orderby tests for numeric values. #8

Closed hylkevds closed 8 years ago

hylkevds commented 8 years ago

Fix for Issue https://github.com/opengeospatial/ets-sta10/issues/7 Moved comparison to a separate method that checks if the objects implement Comparable and are compatible for comparison. If so, it uses the correct compare().