You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.79
Former-commit-id: acecd7e062c99952d78d6f282ee7672a20991384
This commit is contained in:
parent
6db692b74b
commit
3092be9f0a
@ -700,7 +700,7 @@ namespace MonoTests.Mono.Security.Authenticode {
|
||||
AuthenticodeDeformatter ad = new AuthenticodeDeformatter (filename);
|
||||
// note: it's a valid signed PE file - but it doesn't
|
||||
// mean it's root is trusted on the current system
|
||||
Assert.IsTrue (((ad.Reason == 0) || (ad.Reason == 6)), "Reason");
|
||||
Assert.IsTrue (((ad.Reason == 0) || (ad.Reason == 6)), $"Reason = {ad.Reason}");
|
||||
Assert.AreEqual ("35-A5-21-3B-FC-FE-FA-40-97-AA-BB-DE-3B-52-15-6F", BitConverter.ToString (ad.Hash), "Hash");
|
||||
Assert.AreEqual (632011370700000000, ad.Timestamp.ToUniversalTime ().Ticks, "Timestamp");
|
||||
Assert.AreEqual (4, ad.Certificates.Count, "#Certificates");
|
||||
|
Reference in New Issue
Block a user