osu/osu.Game.Tests/Visual/Playlists
Dean Herbert 778d2a71b4 Remove Task from the inner-most Import method in RealmArchiveModelImporter
One of my pending work items for post-realm merge.

The lowest-level import task is no longer asynchronous, as we don't want
it to span multiple threads to allow easier interaction with realm.
Removing the `Task` spec simplifies a heap of usages.

Individual usages should decide whether they want to run the import
asynchronously, by either using an alternative override or spooling up a
thread themselves.
2022-01-25 15:30:29 +09:00
..
TestScenePlaylistsLoungeSubScreen.cs
TestScenePlaylistsMatchSettingsOverlay.cs Fix clear identifier typos 2021-12-27 20:26:28 -08:00
TestScenePlaylistsParticipantsList.cs
TestScenePlaylistsResultsScreen.cs Fix PLaylistsResultsScreen tests falling over due to missing beatmap 2022-01-18 16:48:27 +09:00
TestScenePlaylistsRoomCreation.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
TestScenePlaylistsScreen.cs Fix TestScenePlaylistsScreen crashing on entering room 2022-01-18 13:42:41 +09:00