1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 15:27:26 +08:00

Update test case.

This commit is contained in:
Dean Herbert 2017-04-07 09:40:35 +09:00
parent 12d2102a88
commit 1842d80e28
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
2 changed files with 3 additions and 4 deletions

View File

@ -4,7 +4,7 @@
using System.Collections.Generic; using System.Collections.Generic;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.MathUtils; using osu.Framework.MathUtils;
using osu.Framework.Screens.Testing; using osu.Framework.Testing;
using osu.Game.Screens.Play; using osu.Game.Screens.Play;
namespace osu.Desktop.VisualTests.Tests namespace osu.Desktop.VisualTests.Tests
@ -28,8 +28,8 @@ namespace osu.Desktop.VisualTests.Tests
OnSeek = time => progress.CurrentTime = time, OnSeek = time => progress.CurrentTime = time,
}); });
AddButton("Toggle Bar", progress.ToggleVisibility); AddStep("Toggle Bar", progress.ToggleVisibility);
AddButton("New Values", displayNewValues); AddStep("New Values", displayNewValues);
displayNewValues(); displayNewValues();
} }

View File

@ -5,7 +5,6 @@ using OpenTK;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives; using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Transforms;
using System; using System;
using osu.Game.Graphics; using osu.Game.Graphics;
using osu.Framework.Allocation; using osu.Framework.Allocation;