mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 04:02:59 +08:00
Revert unwanted changes in other tests
This commit is contained in:
parent
c384093802
commit
e7b1f369a3
@ -31,13 +31,11 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void SetUp() => Schedule(() =>
|
public void SetUp() => Schedule(() =>
|
||||||
{
|
|
||||||
Child = new BasicScrollContainer
|
Child = new BasicScrollContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Child = commentsContainer = new CommentsContainer()
|
Child = commentsContainer = new CommentsContainer()
|
||||||
};
|
});
|
||||||
});
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestIdleState()
|
public void TestIdleState()
|
||||||
@ -141,7 +139,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
private static CommentBundle getExampleComments(bool withPinned = false)
|
private CommentBundle getExampleComments(bool withPinned = false)
|
||||||
{
|
{
|
||||||
var bundle = new CommentBundle
|
var bundle = new CommentBundle
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,6 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
[Cached]
|
[Cached]
|
||||||
private readonly OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Blue);
|
private readonly OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Blue);
|
||||||
|
|
||||||
|
|
||||||
private TestCommentsContainer comments;
|
private TestCommentsContainer comments;
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
|
Loading…
Reference in New Issue
Block a user