1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00
osu-lazer/osu.Game.Tests/Visual/Playlists
Dean Herbert 1bbfbb0d8e Fix test that never should have worked
This was only working by luck until now. It was "correctly" matching on
null online ID (see logic at
abc96057b2/osu.Game/Screens/OnlinePlay/Match/RoomSubScreen.cs (L199-L207)).

Now it works by actually matching on the online ID.
2021-06-23 19:30:11 +09:00
..
TestScenePlaylistsFilterControl.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestScenePlaylistsLoungeSubScreen.cs Remove unused using statement 2021-02-02 16:18:55 +09:00
TestScenePlaylistsMatchSettingsOverlay.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestScenePlaylistsParticipantsList.cs Replace usage of CurrentModeRank in line with API change 2021-03-01 23:07:25 +03:00
TestScenePlaylistsResultsScreen.cs Add return bool to HandleRequest to better trigger failures 2021-03-23 18:17:29 +09:00
TestScenePlaylistsRoomSubScreen.cs Fix test that never should have worked 2021-06-23 19:30:11 +09:00
TestScenePlaylistsScreen.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00