1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 12:22:57 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 46ec250d34
Fix test failures due to cross-test state pollution
`TestSceneEditorTestGameplay` is not isolated from database, and one of
the tests exiting editor when seeked to 60000 milliseconds
(`TestClockTimeTransferIsOneDirectional()`) ended up changing
`EditorTimestamp` to the same value, causing
`TestSaveChangesBeforeGameplayTest()` to fail due to changing initial
state.

To fix, perform a direct deletion of imported beatmaps in realm to avert
this scenario, contrary to the soft-deletion via `BeatmapManager` done
previously.
2023-06-06 20:21:55 +02:00
..
Audio Rename NormalSliderBar.cs to RoundedSliderBar.cs 2023-02-02 17:24:45 +01:00
Background Add second definition of EndTime for storyboard elements to account for loops in lifetime 2023-04-25 15:22:11 +09:00
Beatmaps Partial everything 2022-11-27 00:00:27 +09:00
Collections Add test coverage showing commit failure in manage collections dialog 2023-06-04 12:50:30 +09:00
Colours Partial everything 2022-11-27 00:00:27 +09:00
Components Partial everything 2022-11-27 00:00:27 +09:00
Editing Fix test failures due to cross-test state pollution 2023-06-06 20:21:55 +02:00
Gameplay Merge branch 'master' into scorev2 2023-05-29 20:06:32 +09:00
Menus Fix overlay toggle keys working during disabled activation modes 2023-04-03 15:03:47 +09:00
Mods Add testing 2023-05-29 22:33:46 +02:00
Multiplayer Merge branch 'master' into update-multiplayer-room-diff-range 2023-06-03 16:50:09 +02:00
Navigation Add test coverage of editor timestamp remembering 2023-06-06 15:25:19 +09:00
Online Change "Show main page" test steps to actually load the main page 2023-05-08 15:32:00 +09:00
Playlists Fix intermittent failure in playlists match loading test 2023-01-20 01:18:41 +03:00
Ranking Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
Settings Remove all unnecessary usage of IHasFilterableChildren 2022-11-29 14:40:52 +09:00
SongSelect Fix TestSceneTopLocalRank 2023-05-19 14:06:56 +09:00
UserInterface Centralise beatmap playable duration and bounds lookups 2023-05-25 17:32:48 +09:00
TestMultiplayerComponents.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOsuScreenStack.cs Partial everything 2022-11-27 00:00:27 +09:00