1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00
osu-lazer/osu.Game.Tests/Visual/Ranking
Bartłomiej Dach 4b06b6f34e
Crudely fix crashes when switching between TestResultsWithPlayer cases
In the visual test browser, if two `TestResultsWithPlayer` test cases
are ran consecutively, the second would die on `SoloStatisticsWatcher`
seeing duplicated online score IDs. This surfaced after
6ef39b87fe, which changed
`TestResultsScreen` to inherit `SoloResultsScreen` rather than
`ResultsScreen`.

This is probably _not_ a very good fix, but I'm trying to be pragmatic
for now. `SoloStatisticsWatcher` should probably not live in
`OsuGameBase`.
2023-07-13 19:06:02 +02:00
..
TestSceneAccuracyCircle.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneContractedPanelMiddleContent.cs Make ScoreInfo.BeatmapInfo nullable 2023-07-04 14:50:34 +09:00
TestSceneExpandedPanelMiddleContent.cs Silence a few remaining nullability warnings 2023-07-04 22:39:26 +02:00
TestSceneExpandedPanelTopContent.cs Automated pass 2023-06-24 01:00:03 +09:00
TestSceneHitEventTimingDistributionGraph.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneOverallRanking.cs Fix invalid data in test scene 2022-12-27 19:49:08 +01:00
TestSceneResultsScreen.cs Crudely fix crashes when switching between TestResultsWithPlayer cases 2023-07-13 19:06:02 +02:00
TestSceneScorePanel.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneScorePanelList.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneSimpleStatisticTable.cs Partial everything 2022-11-27 00:00:27 +09:00
TestSceneStatisticsPanel.cs Add actual statistics changes to better visualise layout 2023-07-13 18:12:46 +09:00