1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 20:32:56 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach f248c0a98e Fix regressed direct panel test scene
Due to unnoticed past changes TestSceneDirectPanel has regressed in that
clicking the preview track button would crash due to an unregistered
IPreviewTrackOwner dependency.

Make the test scene itself implement that empty interface and cache
itself as IPreviewTrackOwner so that preview tracks lower down can
resolve the dependency.

As the test is purely visual and has no assertions, and the important
logic in that area (preview track playing logic) is already well-covered
enough elsewhere, no further changes were made.
2020-02-22 00:58:33 +01:00
..
Background Fix potential nullref in UserDimBackgrounds tests 2020-02-03 22:18:07 +09:00
Components Fix tests not working if main or audio volume is zero 2019-11-21 10:35:10 +09:00
Editor Fix test scene not correctly building a playable beatmap 2020-02-05 18:35:31 +09:00
Gameplay Fix volume mute tests regressing 2020-02-14 19:27:32 +09:00
Menus Ensure OsuScreen level leases are taken out synchronously 2020-01-31 19:10:44 +09:00
Multiplayer Merge branch 'master' into room-inspector-redesign 2020-02-20 17:41:16 +09:00
Navigation Forcefully hide mute notification for navigation tests 2020-02-14 20:12:23 +09:00
Online Fix regressed direct panel test scene 2020-02-22 00:58:33 +01:00
Settings Add tests 2019-12-06 18:04:46 +09:00
SongSelect Merge pull request #7809 from voidedWarranties/proposal-difficulty-icon-select 2020-02-21 10:24:12 +09:00
UserInterface Add test for loading spinner with box 2020-02-21 16:21:44 +09:00
TestSceneOsuGame.cs CA2201: throw correct exception type. 2019-12-17 13:00:02 +08:00
TestSceneOsuScreenStack.cs Fix song select filters not reapplied if in a child screen 2019-12-10 02:30:23 +09:00