1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 04:12:57 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 84765b99b3
Handle score submission request in submission test scene
Was previously not handled at all, therefore displaying request failures
in the test log output. While that was mostly a red herring and
shouldn't have caused any actual *test* failures, it is still better to
handle this explicitly in a realistic manner.
2022-01-06 12:57:26 +01:00
..
Audio Fix AudioFilter test not stopping track on forced exit 2021-10-14 12:55:02 +09:00
Background Wait for previous screen to be hidden in test 2021-12-20 12:44:23 +09:00
Beatmaps Rename BeatmapCard{ => Normal} 2021-12-21 08:26:21 +01:00
Collections Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00
Colours Add visual test scene 2021-08-03 15:02:18 +03:00
Components Rewrite PreviewTrackManager to avoid constructing TrackBass locally 2021-11-09 17:38:12 +09:00
Editing Add test coverage of editor resetting mods on entering 2021-12-10 18:57:33 +09:00
Gameplay Handle score submission request in submission test scene 2022-01-06 12:57:26 +01:00
Menus Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
Mods Add testing for auto-restart behaviour 2021-08-15 15:04:14 +02:00
Multiplayer Fix TestSceneMultiSpectatorLeaderboard not waiting for user population 2021-12-31 00:48:31 +09:00
Navigation Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
Online Add failing test case for old cards not expiring correctly 2022-01-03 19:28:14 +01:00
Playlists Fix clear identifier typos 2021-12-27 20:26:28 -08:00
Ranking Fix intermittent test failures on TestSceneResultsScreen due to long delay step 2021-12-21 15:15:05 +09:00
Settings Fix most open compound words in identifiers being closed 2021-12-27 20:26:28 -08:00
SongSelect Ensure presence of at least 1 difficulty for each ruleset 2021-12-20 11:34:39 +01:00
UserInterface Add omission of pages when there are too many 2022-01-04 19:05:14 +09:00
TestMultiplayerComponents.cs Rename TestMultiplayerScreenStack to TestMultiplayerComponents 2021-12-20 18:24:59 +09:00
TestSceneOsuScreenStack.cs Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00