relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

SQLDao Integration Test Fail for Single and Multi Object #148

Closed mrobustelli closed 5 years ago

mrobustelli commented 5 years ago

There is no error message. The test set up creates a GravityLevelOne object and a GravityLevelTwo object. It sets the GravityLevelOne.GravityLevel2Obj field to the value of the GravityLevelTwo. In the Relativity front end, we can verify this. The test then tries to do a SqlDao get for the GravityLevelOne Object using FirstLevelOnly. The GravityLevelOne object that is returned does not have a value set for GravityLevelOne.GravityLevel2Obj even though it should be set.

hhristov-tsd commented 5 years ago

I am on this one at the moment. Will update ASAP.