Files
osukey/osu.Game.Tests
Bartłomiej Dach dcf3d76954 Fix unobserved exceptions due to using unconverted beatmap
`TestSceneBeatmapSkinFallbacks` was locally caching a `GameplayState`
instance to fulfill dependencies of a
`SkinnableTargetComponentsContainer`. However, it was doing so using
`new TestBeatmap()`, which is a raw decoded beatmap that hasn't been
converted to any ruleset yet, which was causing failures in
`BeatmapDifficultyCache.GetTimedDifficultyAttributesAsync()` as that
method is expecting to receive a post-conversion, ready-for-gameplay
beatmap.

Resolve by proxying forward dependency instances from the
already-known-to-be-working `actualComponentsContainer`.
2022-05-28 15:23:29 +02:00
..
2022-05-16 18:05:27 +09:00
2022-04-27 00:05:49 +03:00
2021-12-03 18:49:49 +09:00
2021-11-24 15:03:34 +09:00
2022-04-14 13:11:11 +09:00