Move all TestCases to Testing project

This allows tests to successfully retrieve rulesets, as they are referenced.
This commit is contained in:
Dean Herbert
2017-10-23 19:29:47 +09:00
parent 59d908861e
commit dc9c474033
57 changed files with 72 additions and 58 deletions

View File

@ -40,6 +40,8 @@ namespace osu.Game.Database
: this("DataSource=:memory:")
{
// required for tooling (see https://wildermuth.com/2017/07/06/Program-cs-in-ASP-NET-Core-2-0).
Migrate();
}
/// <summary>