vote up 1 vote down star

I may be a little dense at times but where do I get the SubSonic database referenced by the SubSonic 3 test project?

flag

52% accept rate

2 Answers

vote up 3 vote down check

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.

link|flag
vote up 0 vote down

You can usually find everything you need in SubSonic's github. I think the DbScripts directory probably has what you need.

http://github.com/subsonic/SubSonic-3.0/tree/master

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.