jpoehls / dotnetmigrations

DotNetMigrations is a database migration framework that assists in managing and versioning database changes. It was originally designed as a straight port of the rails functionality located in the Ruby on Rails framework; however, has recently moved into a more open framework thanks to the power of the Managed Extensibility Framework.
Other
36 stars 10 forks source link

Update unit tests to use an in-memory Sqlite database instead of SQL Express #13

Closed jpoehls closed 14 years ago

jpoehls commented 14 years ago

This would remove the SQL Express database dependency when running the unit tests which makes it easier for new developers to get up and running with the tests.

This should also increase the performance of running the tests.

jpoehls commented 14 years ago

Done. Tests now use SQL Server CE (not Sqlite) instead of SQL Server Express.