1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 07:07:25 +08:00
osu-lazer/osu.Game.Tournament.Tests/NonVisual
Bartłomiej Dach 87d6a743dd
Migrate custom tournament client assets to uppercased directories
It has transpired that on filename-case-sensitive filesystems, the
tournament client does not consistently handle custom asset paths.
Videos and mods could only be looked up from `videos` and `mods`
directories (lowercase), while flags could only be looked up from the
`Flags` directory (uppercase).

A complicating circumstance is that default country flags, coming from
osu-resources, also depend on the flag lookup being uppercased.

To attempt to clean up the handling as much as it appears to be
possible, automatically move user-supplied lowercase directories to
uppercase.
2021-11-28 16:36:19 +01:00
..
CustomTourneyDirectoryTest.cs Migrate custom tournament client assets to uppercased directories 2021-11-28 16:36:19 +01:00
DataLoadTest.cs Add failing test coverage of loading with an unavailable ruleset 2021-07-30 01:53:25 +09:00
IPCLocationTest.cs Remove unused using 2021-11-23 16:32:44 +09:00
LadderInfoSerialisationTest.cs Rename all usages of APIBeatmap to beatmap in tournament namespace 2021-10-27 18:42:48 +09:00
TournamentHostTest.cs Fix tournament tests potentially using data left over from previous runs 2021-11-23 14:38:37 +09:00