mirror of
https://github.com/ppy/osu.git
synced 2024-11-16 04:57:27 +08:00
776fabd77c
Both online and offline using the cache.
The rationale behind this change is that in the current state of
affairs, `TestPartiallyMaliciousSet()` fails in a way that cannot be
reconciled without this sort of change.
The test exercises a scenario where the beatmap being imported has an
online ID in the `.osu` file, but its hash does not match the online
hash of the beatmap. This turns out to be a more frequent scenario than
envisioned because of users doing stupid things with manual file editing
rather than reporting issues properly.
The scenario is realistic only because the behaviour of the endpoint
responsible for looking up beatmaps is such that if multiple parameters
are given (e.g. all three of beatmap MD5, online ID, and filename), it
will try the three in succession:
|
||
---|---|---|
.. | ||
Beatmaps | ||
Gameplay | ||
Rulesets | ||
Visual | ||
CleanRunHeadlessGameHost.cs | ||
FlakyTestAttribute.cs | ||
OsuTestBrowser.cs | ||
PollingChatClient.cs | ||
TestChatClientConnector.cs | ||
VisualTestRunner.cs |