1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00
osu-lazer/osu.Game.Tests/Visual
Bartłomiej Dach 9843da59f4 Fix intermittent test fail due to duplicate user
`TestSceneRealtimeReadyButton` was manually adding `API.LocalUser`,
which wasn't actually needed. The base `RealtimeMultiplayerTestScene` by
default creates a new room as `API.LocalUser`, therefore automatically
adding that user to the room - and as such there is no need to add them
manually unless the `joinRoom` ctor param is specified as `false`.
2020-12-23 20:29:17 +01:00
..
Background Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
Collections Change order of dependency caching to promote use of locals 2020-09-15 15:00:04 +09:00
Components Make TimeBetweenPolls into a bindable 2020-12-20 18:34:54 +09:00
Editing Make all objects in selection candidates for spatial snapping 2020-11-24 17:35:54 +09:00
Gameplay Merge pull request #11199 from smoogipoo/refactor-player-score-creation 2020-12-20 17:30:11 +09:00
Menus Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
Multiplayer Fix naming conflict with test scenes 2020-12-22 18:26:39 +09:00
Navigation Merge branch 'master' into present-recommended 2020-12-22 13:52:29 +09:00
Online Remove unnecessary lookup incrementing 2020-12-19 19:00:05 +01:00
Ranking Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
RealtimeMultiplayer Fix intermittent test fail due to duplicate user 2020-12-23 20:29:17 +01:00
Settings Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
SongSelect Remove unnecessary resolved recommender in test 2020-12-22 14:42:12 +09:00
UserInterface Add the ability to import into ArchiveModelManagers from a stream 2020-12-07 18:09:18 +09:00
TestSceneOsuGame.cs Add NewsOverlay to the game 2020-07-16 14:48:40 +03:00
TestSceneOsuScreenStack.cs Fix song select filters not reapplied if in a child screen 2019-12-10 02:30:23 +09:00