-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An Exception occurred during testing!: JSONObject<br>["@iot.id"] is not a number. #42
Comments
Yes, currently the test suite assumes all IDs are Long. |
Currently, I'm using the Testing Website:[http://cite.opengeospatial.org/teamengine/] Lastly, could you please tell me, when are we expecting this issue to be fixed? |
@taniakhalafbeigi @hylkevds |
You can just run the tests from your own machine with |
I will prepare it for July release. |
Understood. |
@taniakhalafbeigi What is the current status of this issue? |
Closing this issue because it duplicates Issue #40 |
I am running the STA test. I am getting the Error:
java.lang.AssertionError: An Exception occurred during testing!: JSONObject<br>["@iot.id"] is not a number.
All my entities' ids are "Guid/uuid" data-type.
I've found in the code below that the ids are expected to be List of Long or convertible to "long". Therefore, the conversion from "Guid" to "long" raised the exception.
My questions :
1-Am I right with my conclusion?
2-Does the id in STA have to be long data type ?
Any help will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: