Update with further framework-side changes

This commit is contained in:
smoogipoo
2019-06-04 11:04:28 +09:00
parent 53a39e9142
commit cea353975f
7 changed files with 10 additions and 28 deletions

View File

@ -41,7 +41,7 @@ namespace osu.Game.Tests.Visual.UserInterface
TestUpdateableBeatmapBackgroundSprite background = null;
AddStep("load null beatmap", () => Child = background = new TestUpdateableBeatmapBackgroundSprite { RelativeSizeAxes = Axes.Both });
AddUntilStep("wait for load", () => background.ContentLoaded);
AddAssert("no content", () => !background.ContentLoaded);
}
[Test]