Tagged Questions

5
votes
1answer
290 views

Why does hbm2ddl.SchemaExport not run here?

Trying to play around with IInterceptor in NHibernate 2.1.2.4000 I've got the following bit of test code: public class TestingNHibernateInterceptors { [Fact] public void ...