Fix a few regressions.

This commit is contained in:
Dean Herbert
2017-03-07 13:30:36 +09:00
parent 0199181cce
commit 1751532a01
3 changed files with 4 additions and 3 deletions

View File

@ -91,7 +91,8 @@ namespace osu.Game.Tests.Beatmaps.IO
Assert.IsTrue(File.Exists(temp));
osu.Dependencies.Get<BeatmapDatabase>().Import(temp);
using (File.OpenRead(temp))
osu.Dependencies.Get<BeatmapDatabase>().Import(temp);
ensureLoaded(osu);