I may be a little dense at times but where do I get the SubSonic database referenced by the SubSonic 3 test project?
+1
A:
You can usually find everything you need in SubSonic's github. I think the DbScripts directory probably has what you need.
womp
2009-07-18 22:01:30
+4
A:
The database is created on the fly using our migrations stuff. So - just create a DB called "SubSonic" and the tests do the rest. See the Setup() routine to see how this works - the tables are created on every test.
Rob Conery
2009-07-18 23:47:51