Hi Folks, I am working on GORA-240 [0] and want to reach out as I am puzzled.
Essentially DataStoretestUtil#testGetEmployeeWithFields populates one Employee object (after) with data, persists it to the DataStore and then compares it to another newly created Employee object (expected) with default values. Why does the test compare a populated object to a newly created one with no dirty and or persistent data? If someone can explain this it would be appreciated. If not then I am going to assume this test is not correct and the logic needs to be changed. Thanks lewis [0] https://issues.apache.org/jira/browse/GORA-240 [1] https://github.com/apache/gora/blob/master/gora-core/src/test/java/org/apache/gora/store/DataStoreTestUtil.java#L256-L280 -- *Lewis*

