mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Parameter adjustment.
This commit is contained in:
@@ -63,11 +63,11 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
};
|
||||
|
||||
readonly long[] clusters = {
|
||||
65024,
|
||||
511424,
|
||||
};
|
||||
|
||||
readonly int[] clustersize = {
|
||||
2048,
|
||||
1024,
|
||||
};
|
||||
|
||||
readonly string[] volumename = {
|
||||
@@ -75,7 +75,7 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
};
|
||||
|
||||
readonly string[] volumeserial = {
|
||||
"UNKNOWN",
|
||||
null,
|
||||
};
|
||||
|
||||
readonly string[] type = {
|
||||
|
||||
Reference in New Issue
Block a user