1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00
osu-lazer/osu.Game.Tests
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
..
Audio Add failing test cases 2020-12-03 23:13:48 +01:00
Beatmaps Add test coverage 2020-12-07 18:18:14 +09:00
Chat Remove usages of null-forgiving operator 2020-06-09 22:13:48 +09:00
Collections/IO Centralise import test helper methods 2020-09-18 18:05:33 +09:00
Editing Make HitSampleInfo immutable 2020-12-01 15:37:51 +09:00
Gameplay Add region specifications around implicit interface implementations 2020-12-22 12:01:09 +09:00
Input Revert leasing logic 2020-12-05 22:15:41 +01:00
NonVisual Expose animation start time as mutable in interface 2020-11-22 13:11:22 +01:00
Online Fix some web requests retrieving the user too early 2020-07-14 13:07:17 +09:00
Resources Add test resources 2020-10-16 17:08:46 +09:00
Rulesets Clarify purpose and construction of extra test 2020-10-12 17:38:22 +02:00
Scores/IO Centralise import test helper methods 2020-09-18 18:05:33 +09:00
ScrollAlgorithms Add test cases for sequential scroll algorithm 2020-05-21 21:56:59 +02:00
Skins Centralise import test helper methods 2020-09-18 18:05:33 +09:00
Testing Rename to TestSceneRulesetDependencies, mark as headless and avoid throwing 2020-06-15 11:49:50 +03:00
Visual Fix intermittent test fail due to duplicate user 2020-12-23 20:29:17 +01:00
ImportTest.cs Centralise import test helper methods 2020-09-18 18:05:33 +09:00
osu.Game.Tests.csproj Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0 2020-12-02 00:56:09 +00:00
WaveformTestBeatmap.cs Fix timeline test 2020-11-13 17:51:01 +09:00