1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:50:35 +08:00

Add test case for song selection

This commit is contained in:
Drew DeVault
2016-10-13 15:10:00 -04:00
Unverified
parent d21b7f0050
commit bc6e705e2b
8 changed files with 148 additions and 17 deletions
+1 -1
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();
}