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.CPM;
|
||||
[TestFixture, SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class Plus3DOS : FilesystemTest
|
||||
{
|
||||
public Plus3DOS() : base("CP/M") {}
|
||||
public Plus3DOS() : base("cpmfs") {}
|
||||
|
||||
public override string DataFolder => Path.Combine(Consts.TestFilesRoot, "Filesystems", "CPM", "+3DOS");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user