mirror of
https://github.com/ppy/osu.git
synced 2025-01-08 06:36:05 +08:00
Fix failing tests
This commit is contained in:
parent
7083c04c59
commit
e76a5f9419
@ -1,6 +1,7 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Bindables;
|
using osu.Framework.Bindables;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Tests.Visual;
|
using osu.Game.Tests.Visual;
|
||||||
@ -14,9 +15,14 @@ namespace osu.Game.Tournament.Tests.Components
|
|||||||
{
|
{
|
||||||
public partial class TestSceneDrawableTournamentTeam : OsuGridTestScene
|
public partial class TestSceneDrawableTournamentTeam : OsuGridTestScene
|
||||||
{
|
{
|
||||||
|
[Cached]
|
||||||
|
protected LadderInfo Ladder { get; private set; } = new LadderInfo();
|
||||||
|
|
||||||
public TestSceneDrawableTournamentTeam()
|
public TestSceneDrawableTournamentTeam()
|
||||||
: base(4, 3)
|
: base(4, 3)
|
||||||
{
|
{
|
||||||
|
AddToggleStep("toggle seed view", v => Ladder.DisplayTeamSeeds.Value = v);
|
||||||
|
|
||||||
var team = new TournamentTeam
|
var team = new TournamentTeam
|
||||||
{
|
{
|
||||||
FlagName = { Value = "AU" },
|
FlagName = { Value = "AU" },
|
||||||
|
Loading…
Reference in New Issue
Block a user