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:
parent
a717970e11
commit
19a179db92
@ -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;
|
||||
|
@ -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;
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user