Merge branch 'master' into restore-ruleset-tests

This commit is contained in:
Dan Balasescu
2018-02-14 22:48:29 +09:00
committed by GitHub
48 changed files with 1219 additions and 1060 deletions

View File

@ -13,11 +13,8 @@ namespace osu.Game.Tests.Visual
{
public override void RunTest()
{
using (var host = new HeadlessGameHost($"test-{Guid.NewGuid()}", realtime: false))
{
host.Storage.DeleteDirectory(string.Empty);
using (var host = new CleanRunHeadlessGameHost($"test-{Guid.NewGuid()}", realtime: false))
host.Run(new OsuTestCaseTestRunner(this));
}
}
public class OsuTestCaseTestRunner : OsuGameBase