Updated tests parameters for XFS.

This commit is contained in:
2017-09-28 12:16:00 +01:00
parent 1eb53bbd14
commit 85004d9c42

View File

@@ -55,7 +55,7 @@ namespace DiscImageChef.Tests.Filesystems
}; };
readonly ulong[] sectors = { readonly ulong[] sectors = {
191176, 1048576,
}; };
readonly uint[] sectorsize = { readonly uint[] sectorsize = {
@@ -63,7 +63,7 @@ namespace DiscImageChef.Tests.Filesystems
}; };
readonly long[] clusters = { readonly long[] clusters = {
32512, 130816,
}; };
readonly int[] clustersize = { readonly int[] clustersize = {
@@ -71,11 +71,11 @@ namespace DiscImageChef.Tests.Filesystems
}; };
readonly string[] volumename = { readonly string[] volumename = {
"VolumeLabel", "Volume label",
}; };
readonly string[] volumeserial = { readonly string[] volumeserial = {
"unknown", "230075b7-9834-b44e-a257-982a058311d8",
}; };
[Test] [Test]