mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor filesystem unit tests.
This commit is contained in:
@@ -38,10 +38,10 @@ namespace Aaru.Tests.Filesystems.SFS
|
||||
{
|
||||
public MBR_RDB() : base("SmartFileSystem") {}
|
||||
|
||||
public override string _dataFolder =>
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TEST_FILES_ROOT, "Filesystems", "Smart File System (MBR+RDB)");
|
||||
public override IFilesystem _plugin => new Aaru.Filesystems.SFS();
|
||||
public override bool _partitions => true;
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.SFS();
|
||||
public override bool Partitions => true;
|
||||
|
||||
public override FileSystemTest[] Tests => new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user