mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 06:09:59 +08:00
Add failing test case for difficulty splitting
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user