Revert "Revert "Fix editor tests failing due to empty files being specified""

This reverts commit 1af684c4b2.
This commit is contained in:
Dean Herbert
2021-05-28 14:33:06 +09:00
parent 41733af0ed
commit 581a86b91a
4 changed files with 45 additions and 5 deletions

View File

@ -29,7 +29,6 @@ namespace osu.Game.Tests.Beatmaps
BeatmapInfo.Ruleset = ruleset;
BeatmapInfo.RulesetID = ruleset.ID ?? 0;
BeatmapInfo.BeatmapSet.Metadata = BeatmapInfo.Metadata;
BeatmapInfo.BeatmapSet.Files = new List<BeatmapSetFileInfo>();
BeatmapInfo.BeatmapSet.Beatmaps = new List<BeatmapInfo> { BeatmapInfo };
BeatmapInfo.Length = 75000;
BeatmapInfo.OnlineInfo = new BeatmapOnlineInfo();