38 Commits

Author SHA1 Message Date
PC
7e127dafe2 Update reference 2023-02-07 11:52:47 +03:00
cb26601cb4 Fix test's score generation 2023-02-07 02:29:28 +03:00
777c3f447c Add leading zeros to test beatmaps for correct title sorting 2023-01-13 19:42:09 +03:00
5202c15a0e Populate MaximumStatistics for test scores 2022-08-30 15:11:39 +09:00
a90967715c Add test coverage of new imports not correctly being filtered by collection filter 2022-08-12 15:06:34 +09:00
18da9ddfbf Add test coverage of two beatmaps in same set with different audio files 2022-07-18 17:05:21 +09:00
c6b6f41b71 Add test coverage of AudioEquals 2022-07-13 19:41:38 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
6f47f7ffc8 Remove no longer necessary MaxCombo assignment in tests 2022-03-20 16:29:56 +03:00
2cb1974a58 Add max combo to test beatmap info 2022-03-18 13:11:41 +03:00
db86394355 Fix TestResources returning a test BeatmapSetInfo that can't be laoded directly into realm 2022-01-23 20:28:04 +09:00
3e5d29ed00 Merge pull request #16505 from peppy/remove-base-difficulty-usage
Remove all usage of `BaseDifficulty` (and access `Difficulty` instead)
2022-01-19 13:53:55 +09:00
67bf95bc91 Remove all usage of AuthorString 2022-01-18 23:30:40 +09:00
7f65f3a47f Remove all usage of BaseDifficulty (and access Difficulty instead) 2022-01-18 22:57:39 +09:00
7084183d6c Fix test beatmaps created without hash being populated 2022-01-18 15:43:02 +09:00
53792811b2 more fixes (almost compiles, except ruleset and manager) 2022-01-12 16:57:27 +09:00
2cb97dd599 Remove unnecessary assigns of EF foreign ID fields in tests 2022-01-12 16:39:36 +09:00
6a671b0a52 Remove unnecessary assigns of BeatmapSetInfo.Metadata 2022-01-12 16:39:36 +09:00
654b47c7ec Move "excess mods" test behaviour to local usages
There were only two of these, so it doesn't make sense to add extra
complexity in the test resources class.
2021-12-13 16:41:30 +09:00
b0d14526ea Move test ScoreInfo creation to TestResources
The main goal here is to remove the inheritance, since realm doesn't
like that. Unfortunate that we can't use object initialisers in a few of
these places, but no real way around that.
2021-12-13 16:34:50 +09:00
0c819b9cfb Combine all test data BeatmapSetInfo creation into a single method 2021-11-24 18:07:32 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
2ab235ebe7 Use new temporary folder storage for beatmap import tests 2021-09-17 16:24:21 +09:00
c2974cfc65 Add full multiplayer gameplay flow test 2021-08-24 13:20:01 +09:00
59e6bad0b9 Remove unnecessary interpolated string specification 2021-02-24 12:46:37 +09:00
7000132d03 Specify full filename inline for quick beatmap 2021-02-24 12:45:00 +09:00
541237ef16 Use a shorter test beatmap for tests which need to run to completion 2021-02-22 14:48:04 +09:00
70c84811ed Revert incorrect change 2020-06-02 15:50:36 +09:00
7a9ed78527 Remove missed leftover usages 2020-06-01 11:57:32 +03:00
82fe99cf4a Replace any potential usage of Environment.CurrentDirectory with a new RuntimeInfo.StartupDirectory
Using `Environment.CurrentDirectory` for storing / reading files is dangerous as the current directory is mutable and can be changed when performing a certain operation (like opening solutions in roslyn type reference builder for example).
2020-05-31 02:24:49 +03:00
77fb632d44 Remove now unnecessary using 2020-01-03 17:57:01 +09:00
c07cfce3b3 Merge branch 'master' into resource-assembly 2020-01-03 17:56:25 +09:00
911816c282 Add archive test resources 2020-01-02 16:43:32 +09:00
1b33581667 Construct DllResourceStore with assemblies 2019-12-28 21:13:18 +08:00
0d49bc244e Fix test beatmap not being retrievable anymore 2019-12-13 21:30:28 +09:00
c976427206 Refactor test to be more complete 2019-12-13 19:00:28 +09:00
8df2e359c4 Fix tests on CI 2019-10-10 17:42:15 +09:00
8d4faafdbe Rename file to match class 2019-01-28 18:41:57 +09:00