1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00
osu-lazer/osu.Game.Tests/Online
Salman Ahmed 8e96ffd1e6 Fix "wait for import" until step potentially finishing early
If not obvious, the issue with previous code is that it was checking for `IsAvailableLocally`, while the import is happening on a different thread, so that method could return `true` before the importing has finished and `ItemUpdated` event is called.
2021-02-02 16:54:41 +03:00
..
TestAPIModSerialization.cs Fix crash due to unsafe mod deserialisation 2020-06-26 23:21:44 +09:00
TestDummyAPIRequestHandling.cs Fix some web requests retrieving the user too early 2020-07-14 13:07:17 +09:00
TestSceneBeatmapManager.cs Split out tests 2020-01-07 11:47:00 +09:00
TestSceneMultiplayerBeatmapAvailabilityTracker.cs Fix "wait for import" until step potentially finishing early 2021-02-02 16:54:41 +03:00