Add ManualInputManager to screen tests

Also sanitises content init order (ctor for content; bdl for other)
This commit is contained in:
Dean Herbert
2019-03-26 13:16:46 +09:00
parent a63bcff5cc
commit 868367511e
5 changed files with 16 additions and 7 deletions

View File

@ -27,7 +27,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
[Cached(Type = typeof(IRoomManager))]
private TestRoomManager roomManager = new TestRoomManager();
public TestCaseLoungeRoomsContainer()
[BackgroundDependencyLoader]
private void load()
{
RoomsContainer container;