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:
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Filesystems.SFS;
|
||||
[TestFixture]
|
||||
public class APM : FilesystemTest
|
||||
{
|
||||
public APM() : base("SmartFileSystem") {}
|
||||
public APM() : base("sfs") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (APM)");
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace Aaru.Tests.Filesystems.SFS;
|
||||
[TestFixture, SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class MBR_RDB : FilesystemTest
|
||||
{
|
||||
public MBR_RDB() : base("SmartFileSystem") {}
|
||||
public MBR_RDB() : base("sfs") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (MBR+RDB)");
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Filesystems.SFS;
|
||||
[TestFixture]
|
||||
public class MBR : FilesystemTest
|
||||
{
|
||||
public MBR() : base("SmartFileSystem") {}
|
||||
public MBR() : base("sfs") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (MBR)");
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.SFS();
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace Aaru.Tests.Filesystems.SFS;
|
||||
[TestFixture]
|
||||
public class RDB : FilesystemTest
|
||||
{
|
||||
public RDB() : base("SmartFileSystem") {}
|
||||
public RDB() : base("sfs") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (RDB)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user