osu/osu.Game.Tests/Visual/Ranking
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
..
TestSceneAccuracyCircle.cs
TestSceneContractedPanelMiddleContent.cs
TestSceneExpandedPanelMiddleContent.cs
TestSceneExpandedPanelTopContent.cs
TestSceneHitEventTimingDistributionGraph.cs Decrease overhead of hit event distribution tests 2022-03-04 14:56:49 +09:00
TestSceneResultsScreen.cs Fix intermittent test failures in results screen 2022-05-11 18:28:30 +03:00
TestSceneScorePanel.cs
TestSceneScorePanelList.cs Fix score order related test failure 2022-03-08 23:35:35 +09:00
TestSceneSimpleStatisticTable.cs
TestSceneStatisticsPanel.cs Fix unobserved exceptions due to unimplemented beatmap converter 2022-05-28 14:10:57 +02:00