Fix incorrect SoftwareList test result

This commit is contained in:
Matt Nadareski
2024-03-19 15:54:41 -04:00
parent fbb96b1f68
commit d3f7514210

View File

@@ -11,7 +11,7 @@ namespace SabreTools.Test.DatTools
[InlineData(null, (DatFormat)0x00, 0)] [InlineData(null, (DatFormat)0x00, 0)]
[InlineData("test-logiqx.xml", DatFormat.Logiqx, 6)] [InlineData("test-logiqx.xml", DatFormat.Logiqx, 6)]
//[InlineData(null, DatFormat.LogiqxDeprecated, 0)] // Not parsed separately //[InlineData(null, DatFormat.LogiqxDeprecated, 0)] // Not parsed separately
[InlineData("test-softwarelist.xml", DatFormat.SoftwareList, 5)] [InlineData("test-softwarelist.xml", DatFormat.SoftwareList, 6)]
[InlineData("test-listxml.xml", DatFormat.Listxml, 19)] [InlineData("test-listxml.xml", DatFormat.Listxml, 19)]
[InlineData("test-offlinelist.xml", DatFormat.OfflineList, 1)] [InlineData("test-offlinelist.xml", DatFormat.OfflineList, 1)]
//[InlineData(null, DatFormat.SabreXML, 0)] // TODO: Create good-enough test file for this //[InlineData(null, DatFormat.SabreXML, 0)] // TODO: Create good-enough test file for this