REFACTOR: Final cleanup of DiscImageChef.Tests.

This commit is contained in:
2017-12-24 04:58:06 +00:00
parent 7f3b1dfbb7
commit 498ec65ed9
28 changed files with 63 additions and 36 deletions

View File

@@ -51,8 +51,7 @@ namespace DiscImageChef.Tests.Filters
{
Md5Context ctx = new Md5Context();
ctx.Init();
string result = ctx.File(Path.Combine(Consts.TestFilesRoot, "filters", "pcexchange", "FINDER.DAT"),
out _);
string result = ctx.File(Path.Combine(Consts.TestFilesRoot, "filters", "pcexchange", "FINDER.DAT"), out _);
Assert.AreEqual(EXPECTED_FILE, result);
}