1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-09 05:37:25 +08:00
osu-lazer/osu.Game.Tests/Beatmaps/Formats
Bartłomiej Dach 76c74719a4 Add test for fallback decoder overwrite
LegacyDifficultyCalculatorBeatmapDecoder was registered as a fallback
decoder in commit ffde389 for future use in the server-side difficulty
calculation components. Due to the pre-existing fallback registrations
this causes a runtime crash when the diffcalc components are started.
Add a test reproducing this scenario to prevent the issue from
resurfacing in the future.
2019-10-04 17:00:51 +02:00
..
LegacyBeatmapDecoderTest.cs Add test for fallback decoder overwrite 2019-10-04 17:00:51 +02:00
LegacyDecoderTest.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
LegacyStoryboardDecoderTest.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
OsuJsonDecoderTest.cs Migrate decoding to line-buffered reader 2019-09-15 01:28:07 +02:00
ParsingTest.cs Add extensive tests 2019-03-13 11:30:38 +09:00