Dean Herbert
|
dd19487eb8
|
Fix custom import process in TestSceneDrawableRoomPlaylist not working with realm
|
2022-01-12 17:49:11 +09:00 |
|
Dean Herbert
|
6613a7e4ae
|
Fix another case of test ruleset without overriding ShortName primary key
|
2022-01-12 17:49:11 +09:00 |
|
Dean Herbert
|
cd88ccab4f
|
Fix TestScenePlaySongSelect failure due to detach clone depth
|
2022-01-12 17:49:11 +09:00 |
|
Dean Herbert
|
9e2ca583a3
|
Fix incorrect realm factory isolation in TestScenePlaySongSelect
|
2022-01-12 17:49:11 +09:00 |
|
Dean Herbert
|
b5975eee33
|
This file should have been deleted in a previous commit (rebase failure)
|
2022-01-12 17:49:11 +09:00 |
|
Dean Herbert
|
ca7e11057c
|
Use better method to ensure online availability tracker is in a clean state
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
ac3b7aa893
|
Fix more incorrect test access to ILive
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
8e79898e26
|
Fix a couple of minor issues with TestSceneBeatmapRecommendations
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
5cbd731864
|
Add RulesetInfo hashcode implementation and tidy up equality
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
605898ec53
|
Add missing "non-null" elements missing from some tests
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
4b690703b3
|
Remove unnecessary DI dependencies from cache test
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
41d90cd0b5
|
Fix beatmap carousel test failures
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
8ecfb9172e
|
Fix multiple tests with incorrect access to beatmap imports
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
43c7b0d2c8
|
Fix unsupported realm operations in multiple tests
|
2022-01-12 17:49:10 +09:00 |
|
Dean Herbert
|
33b5fa3473
|
Detach score during import tests to ensure original object doesn't get managed
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
463a185605
|
Fix many instances of User being null in score import tests
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
d19a9a0ba3
|
Remove assertion of ScoreInfo.Combo being database persisted
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
fa7dddcf3c
|
Fix TestScenePresentScore sharing metadata/difficulty across multiple beatmaps
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
6251713796
|
Add missing Ruleset in ReplayRecorder tests
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
7e7784b78a
|
Fix incorrect access to ILive in BeatmapSkinResources tests
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
f2f1adb792
|
Update FilterMatchingTest and filter code to use ruleset's OnlineID
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
ba4ef0926f
|
Remove incorrect test fixture specification
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
e74a5022c9
|
Fix multiple tests via null checks and changing ToLive to Detach
flow
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
52ca649159
|
Fix results screen test failures due to relation query
|
2022-01-12 17:00:17 +09:00 |
|
Dean Herbert
|
8461eaab46
|
BeatmapSetInfo detach support
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
de076678fe
|
Fix some remaining test failures
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
3811bd8520
|
Fix some null inspections
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
1f9318265e
|
Update ToLive usages in line with recent changes
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
31a3161189
|
Make tests compile again
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
3152d2d8a0
|
"Update" BeatmapCarousel
|
2022-01-12 17:00:16 +09:00 |
|
Dean Herbert
|
00e3af3366
|
Update model manager and many related classes to get things compiling again
|
2022-01-12 17:00:00 +09:00 |
|
Dean Herbert
|
4f6a05ce3d
|
Reimplement all query methods
|
2022-01-12 16:57:27 +09:00 |
|
Dean Herbert
|
53792811b2
|
more fixes (almost compiles, except ruleset and manager)
|
2022-01-12 16:57:27 +09:00 |
|
Dean Herbert
|
aac2aa341c
|
Update some more incorrect types for primary key access/set
|
2022-01-12 16:57:27 +09:00 |
|
Dean Herbert
|
b8cd3cdbbc
|
Various updates to ruleset and primary key usages to move closer to realm support
|
2022-01-12 16:57:13 +09:00 |
|
Dean Herbert
|
116f35c52a
|
Remove EF FileStore
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
3ecd889fef
|
Replace EF RulesetStore with realm version
Pass full EF context factory to `RealmContextFactory` for migration purposes
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
89d6ffa7f3
|
Use RealmContextFactory instead of EF
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
e6fdd0e969
|
Miscellaneous fixes that don't fit elsewhere
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
2cb97dd599
|
Remove unnecessary assigns of EF foreign ID fields in tests
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
6a671b0a52
|
Remove unnecessary assigns of BeatmapSetInfo.Metadata
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
fda529de26
|
Update usages of APIUser to RealmUser
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
213d89b479
|
Update null fallback cases involving OnlineID
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
37673f4cf8
|
Update sets of BeatmapSet.Metadata to instead create a Beatmap
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
e6f6558ddf
|
Update mock model usage to set GUID s instead of int s
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
4f66e8f881
|
Fix issues with editor check tests
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
618903c217
|
Rename realm to become imposter classes
|
2022-01-12 16:39:36 +09:00 |
|
Dean Herbert
|
c383f26729
|
Remove EF specific tests that have since been replaced
|
2022-01-12 16:39:36 +09:00 |
|
Bartłomiej Dach
|
970e0cc85a
|
Merge branch 'master' into beatmap-background-with-storyboard-stopping
|
2022-01-11 21:39:49 +01:00 |
|