Parameter adjustment.

This commit is contained in:
2017-08-01 13:34:19 +01:00
parent c2fda705aa
commit eca4289576
3 changed files with 8 additions and 8 deletions

View File

@@ -68,13 +68,13 @@ namespace DiscImageChef.Tests.Filesystems
}; };
readonly long[] clusters = { readonly long[] clusters = {
880, 2880, 720, 2400, 880, 2880, 360, 1200,
1440, 2880, 711, 1422, 720, 1440, 711, 1422,
}; };
readonly int[] clustersize = { readonly int[] clustersize = {
1024, 512, 512, 512, 1024, 512, 1024, 1024,
512, 512, 1024, 1024, 1024, 1024, 1024, 1024,
}; };
readonly string[] volumename = { readonly string[] volumename = {

View File

@@ -90,7 +90,7 @@ namespace DiscImageChef.Tests.Filesystems
102280, 102280, 102368, 1048500, 102280, 102280, 102368, 1048500,
523758, 523758, 262138, 1048231, 523758, 523758, 262138, 1048231,
2096462, 524284, 511968, 1038240, 2096462, 524284, 511968, 1038240,
1046808, 2096472, 2096472, 65018, 1046808, 2096472, 2096472, 4192945,
524272, 524272,
}; };
@@ -112,7 +112,7 @@ namespace DiscImageChef.Tests.Filesystems
null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null,
null, "VolumeLabel", "VolumeLabel", null, null, "VolumeLabel", "VolumeLabel", "VolumeLabel",
"", "",
}; };
@@ -156,7 +156,7 @@ namespace DiscImageChef.Tests.Filesystems
for(int j = 0; j < partitions.Count; j++) for(int j = 0; j < partitions.Count; j++)
{ {
if(partitions[j].Type == "0x63" || partitions[j].Type == "0xA8" || partitions[j].Type == "0xA5" || partitions[j].Type == "0xA9" || if(partitions[j].Type == "0x63" || partitions[j].Type == "0xA8" || partitions[j].Type == "0xA5" || partitions[j].Type == "0xA9" ||
partitions[j].Type == "0x82" || partitions[j].Type == "0x83" || partitions[j].Type == "4.2BSD Fast File System") partitions[j].Type == "0x82" || partitions[j].Type == "0x83" || partitions[j].Type == "4.2BSD Fast File System" || partitions[j].Type == "Sun boot")
{ {
part = j; part = j;
break; break;

View File

@@ -99,7 +99,7 @@ namespace DiscImageChef.Tests.Filesystems
int part = -1; int part = -1;
for(int j = 0; j < partitions.Count; j++) for(int j = 0; j < partitions.Count; j++)
{ {
if(partitions[j].Type == "Unknown") if(partitions[j].Type == "Replacement sectors")
{ {
part = j; part = j;
break; break;