Update archive.org deserialization test, fix issues

This commit is contained in:
Matt Nadareski
2023-07-14 01:45:59 -04:00
parent 32f7695cd5
commit 77e85e54dc
7 changed files with 12420 additions and 4 deletions

View File

@@ -11,7 +11,11 @@ namespace SabreTools.Test.Parser
public class DeserializationTests
{
[Theory]
[InlineData("test-archivedotorg-files.xml", 22)]
[InlineData("test-archivedotorg-files1.xml", 22)]
[InlineData("test-archivedotorg-files2.xml", 13)]
[InlineData("test-archivedotorg-files3.xml", 21)]
[InlineData("test-archivedotorg-files4.xml", 19)]
[InlineData("test-archivedotorg-files5.xml", 1390)]
public void ArchiveDotOrgDeserializeTest(string path, long count)
{
// Open the file for reading