BlackMael
BlackMael

Reputation: 3218

Where is the SubSonic 3 Test Database "SubSonic"?

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

Upvotes: 1

Views: 332

Answers (2)

user1151
user1151

Reputation:

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.

Upvotes: 4

womp
womp

Reputation: 116987

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

Upvotes: 1

Related Questions