filehash over the whole file.

This commit is contained in:
2018-05-18 08:58:12 +02:00
parent 3da9846ae3
commit cf4cc2cd93
7 changed files with 13 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ namespace Katteker.Test
public void Sha1ChecksumOfFile()
{
var actual = Utility.ComputeFileHash(ExampleFile);
const string expected = "0zgDmFuotnldZIyADoWrpiSDUx4=";
const string expected = "maFpV7FK3EtnU2G5+q2nZ1E3YKY=";
Assert.AreEqual(expected, actual);
}