mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +08:00
Move testcase to the correct project
This commit is contained in:
parent
85b990c088
commit
4cf88c72bf
@ -9,7 +9,7 @@ using osu.Game.Beatmaps.Timing;
|
|||||||
using osu.Game.Screens.Play;
|
using osu.Game.Screens.Play;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace osu.Desktop.Tests.Visual
|
namespace osu.Game.Tests.Visual
|
||||||
{
|
{
|
||||||
internal class TestCaseBreakOverlay : OsuTestCase
|
internal class TestCaseBreakOverlay : OsuTestCase
|
||||||
{
|
{
|
@ -728,6 +728,7 @@
|
|||||||
<Compile Include="Tests\Visual\TestCaseBeatmapOptionsOverlay.cs" />
|
<Compile Include="Tests\Visual\TestCaseBeatmapOptionsOverlay.cs" />
|
||||||
<Compile Include="Tests\Visual\TestCaseBeatSyncedContainer.cs" />
|
<Compile Include="Tests\Visual\TestCaseBeatSyncedContainer.cs" />
|
||||||
<Compile Include="Tests\Visual\TestCaseBreadcrumbs.cs" />
|
<Compile Include="Tests\Visual\TestCaseBreadcrumbs.cs" />
|
||||||
|
<Compile Include="Tests\Visual\TestCaseBreakOverlay.cs" />
|
||||||
<Compile Include="Tests\Visual\TestCaseChatDisplay.cs" />
|
<Compile Include="Tests\Visual\TestCaseChatDisplay.cs" />
|
||||||
<Compile Include="Tests\Visual\TestCaseContextMenu.cs" />
|
<Compile Include="Tests\Visual\TestCaseContextMenu.cs" />
|
||||||
<Compile Include="Tests\Visual\TestCaseDialogOverlay.cs" />
|
<Compile Include="Tests\Visual\TestCaseDialogOverlay.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user