mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix naming style.
This commit is contained in:
@@ -39,7 +39,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
{
|
||||
// TODO: Support compression
|
||||
public override string DataFolder => Path.Combine(Consts.TEST_FILES_ROOT, "Media image formats", "CisCopy");
|
||||
public override IMediaImage _plugin => new CisCopy();
|
||||
public override IMediaImage Plugin => new CisCopy();
|
||||
|
||||
public override BlockImageTestExpected[] Tests => new[]
|
||||
{
|
||||
@@ -49,7 +49,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_SS_DD_8,
|
||||
Sectors = 320,
|
||||
SectorSize = 512,
|
||||
MD5 = "95c0b76419c1c74db6dbe1d790f97dde",
|
||||
Md5 = "95c0b76419c1c74db6dbe1d790f97dde",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -65,7 +65,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_SS_DD_8,
|
||||
Sectors = 320,
|
||||
SectorSize = 512,
|
||||
MD5 = "95c0b76419c1c74db6dbe1d790f97dde",
|
||||
Md5 = "95c0b76419c1c74db6dbe1d790f97dde",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -81,7 +81,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_SS_DD_8,
|
||||
Sectors = 320,
|
||||
SectorSize = 512,
|
||||
MD5 = "6f6507e416b7320d583dc347b8e57844",
|
||||
Md5 = "6f6507e416b7320d583dc347b8e57844",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -97,7 +97,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_SS_DD_9,
|
||||
Sectors = 360,
|
||||
SectorSize = 512,
|
||||
MD5 = "48b93e8619c4c13f4a3724b550e4b371",
|
||||
Md5 = "48b93e8619c4c13f4a3724b550e4b371",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -113,7 +113,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_SS_DD_9,
|
||||
Sectors = 360,
|
||||
SectorSize = 512,
|
||||
MD5 = "48b93e8619c4c13f4a3724b550e4b371",
|
||||
Md5 = "48b93e8619c4c13f4a3724b550e4b371",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -129,7 +129,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_SS_DD_9,
|
||||
Sectors = 360,
|
||||
SectorSize = 512,
|
||||
MD5 = "1d060d2e2543e1c2e8569f5451660060",
|
||||
Md5 = "1d060d2e2543e1c2e8569f5451660060",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -145,7 +145,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_DS_DD_8,
|
||||
Sectors = 640,
|
||||
SectorSize = 512,
|
||||
MD5 = "0c93155bbc5e412f5014e037d08c2745",
|
||||
Md5 = "0c93155bbc5e412f5014e037d08c2745",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -161,7 +161,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_DS_DD_8,
|
||||
Sectors = 640,
|
||||
SectorSize = 512,
|
||||
MD5 = "0c93155bbc5e412f5014e037d08c2745",
|
||||
Md5 = "0c93155bbc5e412f5014e037d08c2745",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -177,7 +177,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_DS_DD_8,
|
||||
Sectors = 640,
|
||||
SectorSize = 512,
|
||||
MD5 = "0c93155bbc5e412f5014e037d08c2745",
|
||||
Md5 = "0c93155bbc5e412f5014e037d08c2745",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -195,7 +195,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_DS_DD_9,
|
||||
Sectors = 720,
|
||||
SectorSize = 512,
|
||||
MD5 = "d2a33090ec03bfb536e7356deacf4bbc"
|
||||
Md5 = "d2a33090ec03bfb536e7356deacf4bbc"
|
||||
},
|
||||
|
||||
// TODO: False positive CP/M filesystem
|
||||
@@ -205,7 +205,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_DS_DD_9,
|
||||
Sectors = 720,
|
||||
SectorSize = 512,
|
||||
MD5 = "d2a33090ec03bfb536e7356deacf4bbc"
|
||||
Md5 = "d2a33090ec03bfb536e7356deacf4bbc"
|
||||
},
|
||||
new BlockImageTestExpected
|
||||
{
|
||||
@@ -213,7 +213,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_DS_DD_9,
|
||||
Sectors = 720,
|
||||
SectorSize = 512,
|
||||
MD5 = "d2a33090ec03bfb536e7356deacf4bbc"
|
||||
Md5 = "d2a33090ec03bfb536e7356deacf4bbc"
|
||||
},
|
||||
new BlockImageTestExpected
|
||||
{
|
||||
@@ -221,7 +221,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_HD,
|
||||
Sectors = 2400,
|
||||
SectorSize = 512,
|
||||
MD5 = "181f3bc62f0b90f74af9d8027ebf7512",
|
||||
Md5 = "181f3bc62f0b90f74af9d8027ebf7512",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -237,7 +237,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_HD,
|
||||
Sectors = 2400,
|
||||
SectorSize = 512,
|
||||
MD5 = "181f3bc62f0b90f74af9d8027ebf7512",
|
||||
Md5 = "181f3bc62f0b90f74af9d8027ebf7512",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -253,7 +253,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_525_HD,
|
||||
Sectors = 2400,
|
||||
SectorSize = 512,
|
||||
MD5 = "181f3bc62f0b90f74af9d8027ebf7512",
|
||||
Md5 = "181f3bc62f0b90f74af9d8027ebf7512",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -269,7 +269,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_35_DS_DD_9,
|
||||
Sectors = 1440,
|
||||
SectorSize = 512,
|
||||
MD5 = "783559ee5e774515d5e7d2feab9c333e",
|
||||
Md5 = "783559ee5e774515d5e7d2feab9c333e",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -285,7 +285,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_35_DS_DD_9,
|
||||
Sectors = 1440,
|
||||
SectorSize = 512,
|
||||
MD5 = "783559ee5e774515d5e7d2feab9c333e",
|
||||
Md5 = "783559ee5e774515d5e7d2feab9c333e",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -301,7 +301,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_35_DS_DD_9,
|
||||
Sectors = 1440,
|
||||
SectorSize = 512,
|
||||
MD5 = "783559ee5e774515d5e7d2feab9c333e",
|
||||
Md5 = "783559ee5e774515d5e7d2feab9c333e",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -317,7 +317,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_35_HD,
|
||||
Sectors = 2880,
|
||||
SectorSize = 512,
|
||||
MD5 = "91f3fde8d56a536cdda4c6758e5dbc93",
|
||||
Md5 = "91f3fde8d56a536cdda4c6758e5dbc93",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -333,7 +333,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_35_HD,
|
||||
Sectors = 2880,
|
||||
SectorSize = 512,
|
||||
MD5 = "91f3fde8d56a536cdda4c6758e5dbc93",
|
||||
Md5 = "91f3fde8d56a536cdda4c6758e5dbc93",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
@@ -349,7 +349,7 @@ public class Uncompressed : BlockMediaImageTest
|
||||
MediaType = MediaType.DOS_35_HD,
|
||||
Sectors = 2880,
|
||||
SectorSize = 512,
|
||||
MD5 = "91f3fde8d56a536cdda4c6758e5dbc93",
|
||||
Md5 = "91f3fde8d56a536cdda4c6758e5dbc93",
|
||||
Partitions = new[]
|
||||
{
|
||||
new BlockPartitionVolumes
|
||||
|
||||
Reference in New Issue
Block a user