Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040

This commit is contained in:
notmasteryet 2011-11-12 11:27:49 -06:00
parent aee1ccf394
commit 0499eb58be
2 changed files with 3 additions and 5 deletions

View File

@ -363,9 +363,7 @@ def setUp(options):
manifestList = json.load(mf) manifestList = json.load(mf)
downloadLinkedPDFs(manifestList) downloadLinkedPDFs(manifestList)
verifyPDFs(manifestList)
if not verifyPDFs(manifestList):
raise Exception('ERROR: failed to verify pdfs.')
for b in testBrowsers: for b in testBrowsers:
State.taskResults[b.name] = { } State.taskResults[b.name] = { }

View File

@ -19,7 +19,7 @@
}, },
{ "id": "intelisa-load", { "id": "intelisa-load",
"file": "pdfs/intelisa.pdf", "file": "pdfs/intelisa.pdf",
"md5": "f3ed5487d1afa34d8b77c0c734a95c79", "md5": "f5712097d29287a97f1278839814f682",
"link": true, "link": true,
"rounds": 1, "rounds": 1,
"type": "load" "type": "load"
@ -194,7 +194,7 @@
}, },
{ "id": "f1040", { "id": "f1040",
"file": "pdfs/f1040.pdf", "file": "pdfs/f1040.pdf",
"md5": "7323b50c6d28d959b8b4b92c469b2469", "md5": "b59272ce19b4a0c5808c8861441b0741",
"link": true, "link": true,
"rounds": 1, "rounds": 1,
"type": "load" "type": "load"