mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 10:23:03 +08:00
Add visual test coverage of private room status
This commit is contained in:
parent
7141177966
commit
f57818f5a2
@ -69,8 +69,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
|||||||
}),
|
}),
|
||||||
createLoungeRoom(new Room
|
createLoungeRoom(new Room
|
||||||
{
|
{
|
||||||
Name = { Value = "Multiplayer room" },
|
Name = { Value = "Private room" },
|
||||||
Status = { Value = new RoomStatusOpen() },
|
Status = { Value = new RoomStatusOpenPrivate() },
|
||||||
|
HasPassword = { Value = true },
|
||||||
EndDate = { Value = DateTimeOffset.Now.AddDays(1) },
|
EndDate = { Value = DateTimeOffset.Now.AddDays(1) },
|
||||||
Type = { Value = MatchType.HeadToHead },
|
Type = { Value = MatchType.HeadToHead },
|
||||||
Playlist =
|
Playlist =
|
||||||
|
Loading…
Reference in New Issue
Block a user