From 0499eb58be706c0913de2187f8c18679cfd2c59f Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Sat, 12 Nov 2011 11:27:49 -0600 Subject: [PATCH] Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040 --- test/test.py | 4 +--- test/test_manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/test.py b/test/test.py index 65def5d8e..2eb144f9d 100644 --- a/test/test.py +++ b/test/test.py @@ -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] = { } diff --git a/test/test_manifest.json b/test/test_manifest.json index 8085506a2..0bac41d34 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -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"