mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 18:47:26 +08:00
e18fec3d89
`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. |
||
---|---|---|
.. | ||
TestSceneAccuracyCircle.cs | ||
TestSceneContractedPanelMiddleContent.cs | ||
TestSceneExpandedPanelMiddleContent.cs | ||
TestSceneExpandedPanelTopContent.cs | ||
TestSceneHitEventTimingDistributionGraph.cs | ||
TestSceneResultsScreen.cs | ||
TestSceneScorePanel.cs | ||
TestSceneScorePanelList.cs | ||
TestSceneSimpleStatisticTable.cs | ||
TestSceneStatisticsPanel.cs |