mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-08-02 05:59:37 +00:00
Finalize property conversion for header
This commit is contained in:
@@ -383,7 +383,7 @@ namespace SabreTools.Metadata.DatFiles.Test
|
||||
Assert.Equal("romtitle", header.RomTitle);
|
||||
Assert.Equal("rootdir", header.RootDir);
|
||||
Assert.Equal(Data.Models.Metadata.MergingFlag.Merged, header.SampleMode);
|
||||
Assert.Equal("schemalocation", header.ReadString(Data.Models.Metadata.Header.SchemaLocationKey));
|
||||
Assert.Equal("schemalocation", header.SchemaLocation);
|
||||
Assert.Equal("screenshotsheight", header.ScreenshotsHeight);
|
||||
Assert.Equal("screenshotsWidth", header.ScreenshotsWidth);
|
||||
Assert.NotNull(header.Search);
|
||||
|
||||
Reference in New Issue
Block a user