1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 12:07:27 +08:00
osu-lazer/osu.Game.Tests/Visual/Navigation
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
..
TestSceneChangeAndUseGameplayBindings.cs Update terminology to realm "instance" rather than "context" 2022-01-24 20:38:38 +09:00
TestSceneEditDefaultSkin.cs Remove unused using statement 2021-12-02 14:01:57 +09:00
TestSceneMouseWheelVolumeAdjust.cs Make tests compile again 2022-01-12 17:00:16 +09:00
TestSceneOsuGame.cs Localise EF context factory usage to migration only 2022-01-12 17:49:11 +09:00
TestScenePerformFromScreen.cs Make tests compile again 2022-01-12 17:00:16 +09:00
TestScenePresentBeatmap.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
TestScenePresentScore.cs Remove Task from the inner-most Import method in RealmArchiveModelImporter 2022-01-25 15:30:29 +09:00
TestSceneScreenNavigation.cs Merge branch 'master' into realm-integration/score-and-beatmaps 2022-01-13 18:25:09 +09:00
TestSceneStartupImport.cs Fix startup import test waiting on potentially incorrect notification type 2021-10-15 13:26:31 +09:00
TestSceneStartupRuleset.cs Add test coverage of startup ruleset being non-default 2022-01-18 16:22:15 +09:00
TestSettingsMigration.cs Fix TestSettingsMigration's usage of RecycleLocalStorage 2021-08-18 16:39:10 +09:00