1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 14:13:18 +08:00
osu-lazer/osu.Game.Tests
Bartłomiej Dach 8ab3a87b13
Add failing test case covering online ID reset on save
This test scene passes at e58e1151f3 and
fails at current master, due to an inadvertent regression caused by
e72f103c17.

As it turns out, the online lookup flow that was causing UI thread
freezes when saving beatmaps in the editor, was also responsible for
resetting the online ID of locally-modified beatmaps if online lookup
failed.
2023-05-01 18:17:35 +02:00
..
Audio Remove the nullable disable annotation in the test project. 2022-07-31 22:02:07 +08:00
Beatmaps Merge branch 'master' into fix-storyboard-loop-end-time 2023-04-26 21:53:26 +02:00
Chat Fix channel manager test scene not waiting for notifications client connection 2023-01-12 23:14:23 +03:00
Collections/IO Remove redundant parameters 2022-10-29 00:24:33 +09:00
Database Reduce the allowed length by 5 to account for (99) suffix. Move truncating logic to GetFilename. Update tests. 2023-02-21 18:35:53 +03:00
Editing Update test assertions in line with new state saving logic 2023-02-08 15:55:17 +09:00
Extensions Add own fixed copy of defective Humanizer methods 2022-07-18 21:37:31 +02:00
Gameplay Fix intermittent failure in GCC seeking test 2023-01-14 14:34:22 +03:00
Input Partial everything 2022-11-27 00:00:27 +09:00
Localisation Automated #nullable processing 2022-06-17 16:37:17 +09:00
Models Automated #nullable processing 2022-06-17 16:37:17 +09:00
Mods Rename SettingSource tests to match attribute name 2023-02-28 11:45:32 +09:00
NonVisual Update test assertions to match stable expectations 2023-02-28 19:28:21 +09:00
Online Convert batchImport parameter to parameters class to allow further import configuration 2022-12-13 19:55:18 +09:00
OnlinePlay Partial everything 2022-11-27 00:00:27 +09:00
Resources Merge branch 'master' into fix-storyboard-loop-end-time 2023-04-26 21:53:26 +02:00
Rulesets Apply changes to custom ShaderManager 2023-04-18 11:31:56 +09:00
Scores/IO Automated #nullable processing 2022-06-17 16:37:17 +09:00
ScrollAlgorithms Automated #nullable processing 2022-06-17 16:37:17 +09:00
Skins Add test to check for import of exported skin with non-ASCII name 2023-03-13 23:37:45 +11:00
Testing Apply changes to custom ShaderManager 2023-04-18 11:31:56 +09:00
Utils add tests for GetNextBestFilename() 2022-12-01 18:48:25 +01:00
Visual Add failing test case covering online ID reset on save 2023-05-01 18:17:35 +02:00
ImportTest.cs Partial everything 2022-11-27 00:00:27 +09:00
osu.Game.Tests.csproj Re-centralise BannedApiAnalysers nuget package 2023-02-11 19:36:40 +09:00
tests.ruleset Exclude tests from ConfigureAwait rule 2021-03-08 14:36:35 +09:00
WaveformTestBeatmap.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00