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:
@@ -39,7 +39,7 @@ namespace Aaru.Tests.Filesystems.HFSPlus;
|
||||
[TestFixture]
|
||||
public class APM : FilesystemTest
|
||||
{
|
||||
public APM() : base("HFS+") {}
|
||||
public APM() : base("hfsplus") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS+ (APM)");
|
||||
public override IFilesystem Plugin => new AppleHFSPlus();
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace Aaru.Tests.Filesystems.HFSPlus;
|
||||
[TestFixture]
|
||||
public class GPT : FilesystemTest
|
||||
{
|
||||
public GPT() : base("HFS+") {}
|
||||
public GPT() : base("hfsplus") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS+ (GPT)");
|
||||
public override IFilesystem Plugin => new AppleHFSPlus();
|
||||
|
||||
@@ -39,7 +39,7 @@ namespace Aaru.Tests.Filesystems.HFSPlus;
|
||||
[TestFixture]
|
||||
public class MBR : FilesystemTest
|
||||
{
|
||||
public MBR() : base("HFS+") {}
|
||||
public MBR() : base("hfsplus") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Apple HFS+ (MBR)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user