1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:28:00 +08:00
osu-lazer/osu.Game.Tests/NonVisual
Salman Ahmed 82fe99cf4a
Replace any potential usage of Environment.CurrentDirectory with a new RuntimeInfo.StartupDirectory
Using `Environment.CurrentDirectory` for storing / reading files is dangerous as the current directory is mutable and can be changed when performing a certain operation (like opening solutions in roslyn type reference builder for example).
2020-05-31 02:24:49 +03:00
..
Filtering Use readonly field when not reflected. 2019-11-12 19:56:43 +08:00
Skinning Add failing test cases 2020-04-07 22:41:20 +02:00
BarLineGeneratorTest.cs Add failing test 2020-05-17 22:10:09 +02:00
BeatmapSetInfoEqualityTest.cs Add equality check test to ensure correct values 2019-10-17 01:19:50 +03:00
ControlPointInfoTest.cs Add spaces to comments 2020-05-04 18:36:24 -07:00
CustomDataDirectoryTest.cs Replace any potential usage of Environment.CurrentDirectory with a new RuntimeInfo.StartupDirectory 2020-05-31 02:24:49 +03:00
DifficultyAdjustmentModCombinationsTest.cs Remove LegacyDifficultyCalculator 2019-02-21 13:12:37 +09:00
FramedReplayInputHandlerTest.cs Add spaces to comments 2020-05-04 18:36:24 -07:00
LimitedCapacityStackTest.cs Update expected exception in test. 2019-12-17 15:20:05 +08:00
PeriodTrackerTest.cs Make PeriodTracker actually immutable 2020-05-02 01:33:33 +02:00