mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Tests] Reformat and cleanup.
This commit is contained in:
@@ -34,13 +34,15 @@ using NUnit.Framework;
|
||||
|
||||
namespace Aaru.Tests.Filesystems.SFS;
|
||||
|
||||
[TestFixture, SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
[TestFixture]
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class MBR_RDB : FilesystemTest
|
||||
{
|
||||
public MBR_RDB() : base("sfs") {}
|
||||
|
||||
public override string DataFolder =>
|
||||
Path.Combine(Consts.TestFilesRoot, "Filesystems", "Smart File System (MBR+RDB)");
|
||||
|
||||
public override IFilesystem Plugin => new Aaru.Filesystems.SFS();
|
||||
public override bool Partitions => true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user