Add test case for song selection

This commit is contained in:
Drew DeVault
2016-10-13 15:10:00 -04:00
parent d21b7f0050
commit bc6e705e2b
8 changed files with 148 additions and 17 deletions

View File

@ -12,7 +12,7 @@ namespace osu.Framework.VisualTests
[STAThread]
public static void Main(string[] args)
{
BasicGameHost host = Host.GetSuitableHost(@"osu-visual-tests");
BasicGameHost host = Host.GetSuitableHost(@"osu");
host.Add(new VisualTestGame());
host.Run();
}