1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Bring up-to-date with master

This commit is contained in:
Dean Herbert 2019-05-15 18:30:02 +09:00
parent a717970e11
commit 19a179db92
3 changed files with 8 additions and 8 deletions

View File

@ -5,10 +5,10 @@ using NUnit.Framework;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Overlays;
namespace osu.Game.Tests.Visual
namespace osu.Game.Tests.Visual.Online
{
[TestFixture]
public class TestCaseChangelogOverlay : OsuTestCase
public class TestSceneChangelogOverlay : OsuTestScene
{
private ChangelogOverlay changelog;

View File

@ -7,11 +7,11 @@ using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics.UserInterface;
using osuTK.Graphics;
namespace osu.Game.Tests.Visual
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestCaseLineBadge : OsuTestCase
public class TestSceneLineBadge : OsuTestScene
{
public TestCaseLineBadge()
public TestSceneLineBadge()
{
Container container;
LineBadge lineBadge;

View File

@ -8,11 +8,11 @@ using osu.Framework.Graphics.Shapes;
using osu.Game.Overlays.Changelog.Header;
using osuTK.Graphics;
namespace osu.Game.Tests.Visual
namespace osu.Game.Tests.Visual.UserInterface
{
public class TestCaseTextBadgePair : OsuTestCase
public class TestSceneTextBadgePair : OsuTestScene
{
public TestCaseTextBadgePair()
public TestSceneTextBadgePair()
{
Breadcrumb breadcrumb;