mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 06:45:11 +00:00
Convert Dump to using properties
This commit is contained in:
@@ -616,14 +616,14 @@ namespace SabreTools.Metadata.DatFiles.Test
|
||||
{
|
||||
return new Data.Models.Metadata.Dump
|
||||
{
|
||||
[Data.Models.Metadata.Dump.OriginalKey] = CreateMetadataOriginal(),
|
||||
Original = CreateMetadataOriginal(),
|
||||
|
||||
// The following are searched for in order
|
||||
// For the purposes of this test, only RomKey will be populated
|
||||
// The only difference is what OpenMSXSubType value is applied
|
||||
[Data.Models.Metadata.Dump.RomKey] = new Data.Models.Metadata.Rom(),
|
||||
[Data.Models.Metadata.Dump.MegaRomKey] = null,
|
||||
[Data.Models.Metadata.Dump.SCCPlusCartKey] = null,
|
||||
Rom = new Data.Models.Metadata.Rom(),
|
||||
MegaRom = null,
|
||||
SCCPlusCart = null,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user