Update test cases to new framework and fix old crashes

This commit is contained in:
Thomas Müller
2017-07-07 15:05:55 +03:00
parent 26c40105e2
commit 22a987f6cc
44 changed files with 139 additions and 206 deletions

View File

@ -28,10 +28,8 @@ namespace osu.Desktop.VisualTests.Tests
private OsuSpriteText bottomLabel;
private SpriteText topTime, bottomTime;
public override void Reset()
public TestCaseScrollingHitObjects()
{
base.Reset();
timeRangeBindable = new BindableDouble(2000)
{
MinValue = 200,