Fix location of test files.

This commit is contained in:
2020-07-08 20:02:59 +01:00
parent a8abc48d5f
commit 5f9e50082a
101 changed files with 410 additions and 287 deletions

View File

@@ -46,7 +46,7 @@ namespace Aaru.Tests.Filters
};
readonly string location;
public LZip() => location = Path.Combine(Consts.TestFilesRoot, "filters", "lzip.lz");
public LZip() => location = Path.Combine(Consts.TestFilesRoot, "Filters", "lzip.lz");
[Test]
public void CheckContents()