1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Rename and move test to correct location

This commit is contained in:
Dean Herbert 2019-04-03 18:14:59 +09:00
parent 3b7d26cca8
commit 5d37851d34

View File

@ -15,19 +15,16 @@ using osu.Game.Rulesets.Osu.Mods;
using osu.Game.Rulesets.Scoring; using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring; using osu.Game.Scoring;
using osu.Game.Users; using osu.Game.Users;
using NUnit.Framework;
namespace osu.Game.Tests.Visual.SongSelect namespace osu.Game.Tests.Visual.Online
{ {
[Description("in BeatmapOverlay")] public class TestCaseScoresContainer : OsuTestCase
public class TestCaseBeatmapScoresContainer : OsuTestCase
{ {
public override IReadOnlyList<Type> RequiredTypes => new[] public override IReadOnlyList<Type> RequiredTypes => new[]
{ {
typeof(DrawableTopScore), typeof(DrawableTopScore),
typeof(TopScoreUserSection), typeof(TopScoreUserSection),
typeof(TopScoreStatisticsSection), typeof(TopScoreStatisticsSection),
typeof(ScoresContainer),
typeof(ScoreTable), typeof(ScoreTable),
typeof(ScoreTableRow), typeof(ScoreTableRow),
typeof(ScoreTableHeaderRow), typeof(ScoreTableHeaderRow),
@ -37,7 +34,7 @@ namespace osu.Game.Tests.Visual.SongSelect
private readonly Box background; private readonly Box background;
public TestCaseBeatmapScoresContainer() public TestCaseScoresContainer()
{ {
ScoresContainer scoresContainer; ScoresContainer scoresContainer;