mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 14:02:55 +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.Online.API.Requests.Responses;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual
|
namespace osu.Game.Tests.Visual.Online
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestCaseChangelogOverlay : OsuTestCase
|
public class TestSceneChangelogOverlay : OsuTestScene
|
||||||
{
|
{
|
||||||
private ChangelogOverlay changelog;
|
private ChangelogOverlay changelog;
|
||||||
|
|
@ -7,11 +7,11 @@ using osu.Framework.Graphics.Shapes;
|
|||||||
using osu.Game.Graphics.UserInterface;
|
using osu.Game.Graphics.UserInterface;
|
||||||
using osuTK.Graphics;
|
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;
|
Container container;
|
||||||
LineBadge lineBadge;
|
LineBadge lineBadge;
|
@ -8,11 +8,11 @@ using osu.Framework.Graphics.Shapes;
|
|||||||
using osu.Game.Overlays.Changelog.Header;
|
using osu.Game.Overlays.Changelog.Header;
|
||||||
using osuTK.Graphics;
|
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;
|
Breadcrumb breadcrumb;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user