mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update tests with new filesystem types.
This commit is contained in:
@@ -53,7 +53,7 @@ public class Whole : FilesystemTest
|
||||
Clusters = 1024000,
|
||||
ClusterSize = 512,
|
||||
SystemId = "*Linux UDFFS",
|
||||
Type = "UDF v2.50",
|
||||
Type = "udf",
|
||||
VolumeName = "Volume label",
|
||||
VolumeSerial = "595c5d0e4f338552LinuxUDF"
|
||||
},
|
||||
@@ -66,7 +66,7 @@ public class Whole : FilesystemTest
|
||||
Clusters = 1024000,
|
||||
ClusterSize = 512,
|
||||
SystemId = "*Apple Mac OS X UDF FS",
|
||||
Type = "UDF v2.50",
|
||||
Type = "udf",
|
||||
VolumeName = "Volume label",
|
||||
VolumeSerial = "709E84A1 (Mac OS X newfs_udf) UDF Volume Set"
|
||||
},
|
||||
@@ -79,7 +79,7 @@ public class Whole : FilesystemTest
|
||||
Clusters = 262144,
|
||||
ClusterSize = 512,
|
||||
SystemId = "*NetBSD userland UDF",
|
||||
Type = "UDF v2.50",
|
||||
Type = "udf",
|
||||
VolumeName = "anonymous",
|
||||
VolumeSerial = "672fe9a0114cdddb"
|
||||
},
|
||||
@@ -92,7 +92,7 @@ public class Whole : FilesystemTest
|
||||
Clusters = 262144,
|
||||
ClusterSize = 512,
|
||||
SystemId = "*NetBSD userland UDF",
|
||||
Type = "UDF v2.50",
|
||||
Type = "udf",
|
||||
VolumeName = "anonymous",
|
||||
VolumeSerial = "723d15a55a5d8156"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user