Corrected parameters for UFS tests.

This commit is contained in:
2017-07-15 01:28:43 +01:00
parent b7e9660055
commit a9fcbc9b72
5 changed files with 183 additions and 55 deletions

View File

@@ -68,12 +68,12 @@ namespace DiscImageChef.Tests.Filesystems
};
readonly long[] clusters = {
1760, 2880, 720, 2400,
880, 2880, 720, 2400,
1440, 2880,
};
readonly int[] clustersize = {
512, 512, 512, 512,
1024, 512, 512, 512,
512, 512,
};