1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:02:54 +08:00
osu-lazer/osu.Game.Tests/Database
Dean Herbert 40d1b97af1 Avoid attempting to fetch a non-managed RealmLive instance from the realm backing
For compatibility reasons, we quite often convert completely unmanaged
instances to `ILive`s so they fit the required parameters of a property
or method call. This ensures such cases will not cause any issues when
trying to interact with the underlying data.

Originally I had this allowing write operations, but that seems a bit
unsafe (when performing a write one would assume that the underlying
data is being persisted, whereas in this case it is not). We can change
this if the requirements change in the future, but I think throwing is
the safest bet for now.
2021-11-26 15:06:14 +09:00
..
BeatmapImporterTests.cs Rename BeatmapSetOnlineStatus to BeatmapOnlineStatus 2021-11-24 18:42:49 +09:00
FileStoreTests.cs Move StoragePath implementation to an extension method 2021-11-19 16:08:38 +09:00
GeneralUsageTests.cs Add missing licence header 2021-10-13 15:45:01 +09:00
RealmLiveTests.cs Avoid attempting to fetch a non-managed RealmLive instance from the realm backing 2021-11-26 15:06:14 +09:00
RealmTest.cs Add realm FileStore and test coverage 2021-10-11 15:26:16 +09:00
RulesetStoreTests.cs Add realm RulesetStore 2021-10-11 15:57:33 +09:00
TestRealmKeyBindingStore.cs Change to use ReadableKeyCombinationProvider 2021-11-08 06:55:26 +01:00