Details
Description
currently the testGetFeatureReader in JDBCDatastoreTest assumes that the features are retrieved from the database in a certain order and if the database does not return the features in the same order as they are inserted the test fails.
My question:
Is there a rule that states that features must be returned from a feature source in a certain order or could this test be less strict with regards to ordering?
If it is agreed that this is a bug and the test should be rewritten I will do so.