nhibernate « Integration « Spring Q&A





1. Spring.net + Nhibernate Integration Tests Pass When They Should Not    stackoverflow.com

I'm using Spring.net with NHiberante (HibernateTemplate) to implement my DAO's. I also have some integration tests, that extend from 'AbstractTransactionalDbProviderSpringContextTests '. DI is working fine, and all test pass BUT sometimes they pass ...