mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Corrected parameters for UFS tests.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user