Make BeatmapStore's BeatmapDatabase private

This commit is contained in:
Dean Herbert
2017-07-27 15:34:13 +09:00
parent 96b08b8777
commit cbe7b08642
8 changed files with 85 additions and 43 deletions

View File

@ -34,7 +34,7 @@ namespace osu.Desktop.VisualTests.Tests
store = new BeatmapStore(storage, null, backingDatabase, rulesets);
for (int i = 0; i < 100; i += 10)
store.Database.Add(createTestBeatmapSet(i));
store.Import(createTestBeatmapSet(i));
}
Add(songSelect = new PlaySongSelect());