Added tests for System V filesystem variants (AFS, EAFS, HTFS, DTFS,

COHERENT, XENIX, SVR2 and SVR4).
This commit is contained in:
2017-09-28 12:13:19 +01:00
parent 5c7c8a9946
commit 1eb53bbd14
16 changed files with 1508 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ namespace DiscImageChef.Tests.Filesystems
};
readonly string[] volumename = {
"Volume label",
"",
};
readonly string[] volumeserial = {
@@ -79,7 +79,7 @@ namespace DiscImageChef.Tests.Filesystems
};
readonly string[] type = {
"SVR4 fs",
"SVR2 fs",
};
[Test]