filehash over the whole file.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user