1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 03:59:55 +08:00
Files
osu-lazer/osu.Game.Tests/Visual
T
Bartłomiej Dach e18fec3d89 Fix unobserved exceptions due to unimplemented beatmap converter
`TestSceneStatisticsPanel` intends to check the operation of statistics
panels using dummy ruleset classes. However, `StatisticsPanel` relies on
being able to retrieve the playable beatmap, which requires a converter.
One was not provided by the dummy rulesets, therefore the retrieval
would fail with an unobserved exception.

To fix, add a barebones converter implementation that is enough for the
test to pass.
e18fec3d89 · 2022-05-28 14:10:57 +02:00
History
..
2021-08-03 15:02:18 +03:00
2022-05-18 10:56:42 +09:00