1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Move testcase to the correct project

This commit is contained in:
EVAST9919 2017-09-19 17:37:34 +03:00
parent 85b990c088
commit 4cf88c72bf
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using osu.Game.Beatmaps.Timing;
using osu.Game.Screens.Play;
using System.Collections.Generic;
namespace osu.Desktop.Tests.Visual
namespace osu.Game.Tests.Visual
{
internal class TestCaseBreakOverlay : OsuTestCase
{

View File

@ -728,6 +728,7 @@
<Compile Include="Tests\Visual\TestCaseBeatmapOptionsOverlay.cs" />
<Compile Include="Tests\Visual\TestCaseBeatSyncedContainer.cs" />
<Compile Include="Tests\Visual\TestCaseBreadcrumbs.cs" />
<Compile Include="Tests\Visual\TestCaseBreakOverlay.cs" />
<Compile Include="Tests\Visual\TestCaseChatDisplay.cs" />
<Compile Include="Tests\Visual\TestCaseContextMenu.cs" />
<Compile Include="Tests\Visual\TestCaseDialogOverlay.cs" />