mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
Test presenting same beatmap more than once
This commit is contained in:
parent
cea582992f
commit
16f53991a8
@ -55,8 +55,14 @@ namespace osu.Game.Tests.Visual.Navigation
|
|||||||
var secondimport = importBeatmap(3);
|
var secondimport = importBeatmap(3);
|
||||||
presentAndConfirm(secondimport);
|
presentAndConfirm(secondimport);
|
||||||
|
|
||||||
|
// Test presenting same beatmap more than once
|
||||||
|
presentAndConfirm(secondimport);
|
||||||
|
|
||||||
presentSecondDifficultyAndConfirm(firstImport, 1);
|
presentSecondDifficultyAndConfirm(firstImport, 1);
|
||||||
presentSecondDifficultyAndConfirm(secondimport, 3);
|
presentSecondDifficultyAndConfirm(secondimport, 3);
|
||||||
|
|
||||||
|
// Test presenting same beatmap more than once
|
||||||
|
presentSecondDifficultyAndConfirm(secondimport, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user