Hi I'm testing some CRUD operations in Nhibernate.
I have 3 tests in this order - add update and delete.
When I test the update procedure I always get a fail as the object I just added is null. Do I need to close the session or do a flush before doing the update test. Or is there a better way for me to do this. Any help more than appreciated. Thanks