Make downloads happen in BeatmapManager.

This commit is contained in:
naoey
2017-09-08 22:37:28 +05:30
parent 4dc67ed796
commit 20f93c83d6
6 changed files with 115 additions and 65 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Desktop.Tests.Visual
backingDatabase.CreateTable<StoreVersion>();
rulesets = new RulesetStore(backingDatabase);
manager = new BeatmapManager(storage, null, backingDatabase, rulesets);
manager = new BeatmapManager(storage, null, backingDatabase, rulesets, null);
for (int i = 0; i < 100; i += 10)
manager.Import(createTestBeatmapSet(i));