1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-25 07:17:46 +08:00
osu-lazer/osu.Game.Tests
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.
2022-05-28 14:10:57 +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