mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add back test workaround for TestScenePlayerScoreSubmission
with updated explanation
This reverts commit f88e2aa025
.
This commit is contained in:
@ -363,9 +363,11 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
await AllowImportCompletion.WaitAsync().ConfigureAwait(false);
|
||||
|
||||
await base.ImportScore(score);
|
||||
|
||||
ImportedScore = score;
|
||||
|
||||
// Calling base.ImportScore is omitted as it will fail for the test method which uses a custom ruleset.
|
||||
// This can be resolved by doing something similar to what TestScenePlayerLocalScoreImport is doing,
|
||||
// but requires a bit of restructuring.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user