Commit Graph

30 Commits

Author SHA1 Message Date
af5d3af664 Remove test coverage of scores being deleted when beatmaps are
This is not supported in realm for now. Probably best suited to a
separate pass, similar to files, using backlink count.
2022-01-12 17:49:10 +09:00
43c7b0d2c8 Fix unsupported realm operations in multiple tests 2022-01-12 17:49:10 +09:00
33b5fa3473 Detach score during import tests to ensure original object doesn't get managed 2022-01-12 17:00:17 +09:00
463a185605 Fix many instances of User being null in score import tests 2022-01-12 17:00:17 +09:00
d19a9a0ba3 Remove assertion of ScoreInfo.Combo being database persisted 2022-01-12 17:00:17 +09:00
e74a5022c9 Fix multiple tests via null checks and changing ToLive to Detach
flow
2022-01-12 17:00:17 +09:00
31a3161189 Make tests compile again 2022-01-12 17:00:16 +09:00
4f6a05ce3d Reimplement all query methods 2022-01-12 16:57:27 +09:00
dbb08f7d46 Use OnlineID for set operations 2021-12-10 16:11:48 +09:00
bf1418bafc Use OnlineID instead of legacy IDs for equality and lookups 2021-12-10 16:11:48 +09:00
729f681938 Update cases where equality can be used instead of primary key equality 2021-11-24 12:49:57 +09:00
0ecf5f201c Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
853cf6feaa Rename last remaining BeatmapInfo Beatmap usage 2021-10-04 17:35:53 +09:00
ed0552a9e8 Add failing test for FK constraint conflict on reimporting modified beatmap with scores present 2021-06-23 17:34:56 +09:00
3cef93ee27 Centralise import test helper methods 2020-09-18 18:05:33 +09:00
5268eee0fb Avoid requiring sending the calling method for CleanRunHeadlessGameHost 2020-09-08 11:31:42 +09:00
f3b5149648 Move some suggestions to warnings, resolve issues 2020-06-03 16:48:44 +09:00
68ebe98fde Remove unused GetUnderlyingStream method 2020-03-24 14:08:25 +09:00
69da6ed9a1 Fix test re-using the same storage 2019-12-17 23:53:18 +09:00
59c3b39ed8 Add test 2019-12-17 15:47:13 +09:00
08440ce5fd Adjust test to assert that the import failed 2019-09-22 00:59:40 +09:00
24cc8ce0b7 Fix deleting null beatmap set 2019-09-22 00:59:01 +09:00
ff2f3cde02 Add test 2019-09-20 19:53:03 +09:00
f090e292c9 Move ArchiveModelManager import process to async flow 2019-06-10 13:42:22 +09:00
628b3e1119 Move osu-resources to nuget 2019-01-28 18:33:39 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
94045413ce Change statistics to be int for now 2018-12-05 19:44:01 +09:00
f9fb6dc39b Remove health from ScoreInfo 2018-12-01 00:17:05 +09:00
66e43e6ed9 Update hashing method in line with master 2018-11-30 17:36:06 +09:00
10095d09c3 Fix test namespace 2018-11-30 17:02:01 +09:00