Commit Graph

34 Commits

Author SHA1 Message Date
a2ab9f457d Move score download logic out of ScoreManager 2021-11-25 17:33:04 +09:00
51a353e12d Rename BeatmapInfo.Version to DifficultyName to match underlying interface 2021-11-11 17:20:53 +09:00
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
f199d6c521 Fix another related test failure 2021-10-08 15:26:25 +09:00
5d708b612d Fix delete local score test not waiting for "fetch" to complete
Even though this is a completely local operation in this case, there's
still a level of asynchronous operation which was recent introduced with
the score ordering:

853cf6feaa/osu.Game/Screens/Select/Leaderboards/BeatmapLeaderboard.cs (L159)

This means there is a brief period where the `Scores` property is null,
after `Reset()` is called in the re-fetch procedure.
2021-10-05 18:17:22 +09:00
4bd1083388 Merge pull request #14903 from peppy/importer-returns-live
Add `ILive<T>` and use as return type of `Import` methods
2021-10-04 20:16:32 +09:00
4871db2f86 Merge branch 'master' into importer-returns-live 2021-10-04 19:42:36 +09:00
853cf6feaa Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
ec61c3c5ee Rename all remaining cases 2021-10-03 00:55:29 +09:00
a2e61883e3 Initial push to use ILive in import process 2021-09-30 22:55:25 +09:00
d922210d2f Fix TestSceneDeleteLocalScore not properly comparing post-delete scores 2021-09-07 16:46:27 +09:00
20100b8894 Fix a few test failures 2021-09-06 20:20:52 +09:00
df7480e68c Fix bindable implementation being synchronous 2021-09-01 20:56:23 +09:00
b16d10bd95 Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00
90e8308716 Merge branch 'master' into localisation-refactor-framework 2021-02-25 17:28:55 +09:00
1fd76ea3fb Apply changes to UI components overriding functions with changing signatures 2021-02-22 19:01:42 +09:00
cdbf8de29d Update other tests which can benefit from using a shorter beatmap 2021-02-22 14:53:32 +09:00
eb38bc4b4c Add the ability to import into ArchiveModelManagers from a stream 2020-12-07 18:09:18 +09:00
91e28b849d Fix incorrect BeatmapManager construction 2020-08-13 00:29:23 +09:00
648999a2de Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
0b728f483f Rename base test class to help avoid incorrect reference 2020-03-23 10:01:33 +09:00
14829837c4 Update namespace specifications 2020-01-10 01:38:03 +08:00
26c80e35fb Fix missing namespace 2020-01-09 17:17:08 +08:00
4a68c79137 Make tests safer against async loads / transforms 2020-01-07 13:21:25 +09:00
ee15967c4a Rewrite test scene to be automated 2020-01-06 17:15:59 +09:00
e23c71be80 Update Resolved and Cached attribute issues 2020-01-03 11:34:26 -08:00
8353c893c0 Update BodyText of LocalScoreDeleteDialog 2019-12-20 12:00:10 -08:00
a55e5c5c43 Removed unnecessary code 2019-12-20 11:16:54 -08:00
ba2cff60ca Removed Automation Testing steps for delete local scores. Only manual testing now. 2019-12-20 02:13:49 -08:00
afc11aa547 Fixed issues caused by renaming variables 2019-12-19 22:37:09 -08:00
6672cf6059 Update variable name 2019-12-19 22:22:46 -08:00
6abbd33b51 Fixed CI issues 2019-12-19 21:57:14 -08:00
e42894cfcf Fixed error for CodeFactor 2019-12-19 21:32:54 -08:00
8ab26e8889 Update Tests with dependencies on LeaderboardScore. Added its dependency on DialogOverlay for the tests. Added test for deleting individual local score 2019-12-19 21:29:54 -08:00