mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use Listxml serializer for reading only
This commit is contained in:
@@ -12,7 +12,7 @@ namespace SabreTools.Test.DatTools
|
||||
[InlineData("test-logiqx.xml", DatFormat.Logiqx, 6)]
|
||||
//[InlineData(null, DatFormat.LogiqxDeprecated, 0)] // Not parsed separately
|
||||
[InlineData("test-softwarelist.xml", DatFormat.SoftwareList, 5)]
|
||||
[InlineData("test-listxml.xml", DatFormat.Listxml, 20)]
|
||||
[InlineData("test-listxml.xml", DatFormat.Listxml, 19)]
|
||||
[InlineData("test-offlinelist.xml", DatFormat.OfflineList, 1)]
|
||||
//[InlineData(null, DatFormat.SabreXML, 0)] // TODO: Create good-enough test file for this
|
||||
[InlineData("test-openmsx.xml", DatFormat.OpenMSX, 3)]
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
</adjuster>
|
||||
<biosset name="biosset" description="description" default="yes" />
|
||||
<chip name="cpu" tag="cpu" type="cpu" clock="100000" />
|
||||
<condition tag="tag" mask="mask" relation="eq" value="value" />
|
||||
<configuration name="configuration" tag="tag" mask="mask">
|
||||
<condition tag="tag" mask="mask" relation="eq" value="value" />
|
||||
<conflocation name="conflocation" number="1" inverted="no" />
|
||||
|
||||
Reference in New Issue
Block a user