Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040
This commit is contained in:
parent
aee1ccf394
commit
0499eb58be
@ -363,9 +363,7 @@ def setUp(options):
|
||||
manifestList = json.load(mf)
|
||||
|
||||
downloadLinkedPDFs(manifestList)
|
||||
|
||||
if not verifyPDFs(manifestList):
|
||||
raise Exception('ERROR: failed to verify pdfs.')
|
||||
verifyPDFs(manifestList)
|
||||
|
||||
for b in testBrowsers:
|
||||
State.taskResults[b.name] = { }
|
||||
|
@ -19,7 +19,7 @@
|
||||
},
|
||||
{ "id": "intelisa-load",
|
||||
"file": "pdfs/intelisa.pdf",
|
||||
"md5": "f3ed5487d1afa34d8b77c0c734a95c79",
|
||||
"md5": "f5712097d29287a97f1278839814f682",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"type": "load"
|
||||
@ -194,7 +194,7 @@
|
||||
},
|
||||
{ "id": "f1040",
|
||||
"file": "pdfs/f1040.pdf",
|
||||
"md5": "7323b50c6d28d959b8b4b92c469b2469",
|
||||
"md5": "b59272ce19b4a0c5808c8861441b0741",
|
||||
"link": true,
|
||||
"rounds": 1,
|
||||
"type": "load"
|
||||
|
Loading…
x
Reference in New Issue
Block a user