osu/osu.Game/Tests
Bartłomiej Dach c803de2b49 Fix player instantiation
Since ModTestScene.CreatePlayer would apply mods in addition to
instantiating the player, overriding it could lead to mistakenly also
overriding the code that was supposed to set up the test via
currentTestData.

Make ModTestScene.CreatePlayer sealed, which ensures that mod &
autoplay changes are applied, and expose ModTestScene.CreateModPlayer
instead which has the expected semantics.
2020-03-08 14:18:45 +01:00
..
Beatmaps Fix test scene not correctly building a playable beatmap 2020-02-05 18:35:31 +09:00
Visual Fix player instantiation 2020-03-08 14:18:45 +01:00
CleanRunHeadlessGameHost.cs Fix remaining game host regressions 2019-03-28 01:29:06 +09:00
OsuTestBrowser.cs Fix TestCaseEditor as well 2019-03-12 17:45:16 +09:00
VisualTestRunner.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00