mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Add failing test case for difficulty splitting
This commit is contained in:
parent
7f687d545d
commit
3e3ee3757c
@ -520,6 +520,18 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
waitForSelection(set_count);
|
||||
}
|
||||
|
||||
[Solo]
|
||||
[Test]
|
||||
public void TestDifficultiesSplitOutOnLoad()
|
||||
{
|
||||
loadBeatmaps(new List<BeatmapSetInfo> { TestResources.CreateTestBeatmapSetInfo(diff_count) }, () => new FilterCriteria
|
||||
{
|
||||
Sort = SortMode.Difficulty,
|
||||
});
|
||||
|
||||
checkVisibleItemCount(false, 3);
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestAddRemoveDifficultySort()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user