Hi all. I have refactorized the tests of Linq provider to fill DB before the first fixture and drop it after the last fixture NUnit feature http://www.nunit.org/index.php?p=setupFixture&r=2.5.5
<http://www.nunit.org/index.php?p=setupFixture&r=2.5.5>With NUnit2.5+ testrunner the old tests crash (confirmed with Richard). To run Linq provider integration test for others dialect we have to have 2 files per dialect: <dialect-name>LinqReadonlyCreateScript.sql <dialect-name>DialectLinqReadonlyDropScript.sql So far available only for MsSql2008Dialect. I'm going to update NUnit of our nhibernate\Tools\nunit to the last version. -- Fabio Maulo
