Added more and fixed the old automated tests

This commit is contained in:
FreezyLemon
2017-12-28 01:12:13 +01:00
parent 54a11e24b7
commit 128603a99f
2 changed files with 83 additions and 18 deletions

View File

@ -101,6 +101,9 @@ namespace osu.Game.Overlays.Chat
}
}
// this is only used for testing
public OsuTextFlowContainer ContentFlow => contentFlow;
[BackgroundDependencyLoader(true)]
private void load(OsuColour colours, ChatOverlay chat)
{