You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test suite assumes IDs are Long (or int) and fails on implementations that use Strings as IDs, such as UUIDs.
org.json.JSONException: JSONObject["@iot.id"] is not a number.
at org.json.JSONObject.getDouble(JSONObject.java:543)
at org.json.JSONObject.getLong(JSONObject.java:612)
at org.opengis.cite.sta10.sensingCore.Capability1Tests.readRelatedEntity(Capability1Tests.java:268)
I'll probably follow up with a pull request fixing the issue soon.
The text was updated successfully, but these errors were encountered:
The test suite assumes IDs are Long (or int) and fails on implementations that use Strings as IDs, such as UUIDs.
I'll probably follow up with a pull request fixing the issue soon.
The text was updated successfully, but these errors were encountered: