]> git.parisson.com Git - pdf.js.git/commitdiff
Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040
authornotmasteryet <async.processingjs@yahoo.com>
Sat, 12 Nov 2011 17:27:49 +0000 (11:27 -0600)
committernotmasteryet <async.processingjs@yahoo.com>
Sat, 12 Nov 2011 17:27:49 +0000 (11:27 -0600)
test/test.py
test/test_manifest.json

index 65def5d8eeee4b4331c921fe41ddfdc1e4f8a140..2eb144f9d85691987f668cacf0b39e208e68e45c 100644 (file)
@@ -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] = { }
index 8085506a244e1aff933cd6b06228471eda5c9c52..0bac41d346ddef01b6e3b8176b8d6515373dbc44 100644 (file)
@@ -19,7 +19,7 @@
     },
     {  "id": "intelisa-load",
        "file": "pdfs/intelisa.pdf",
-       "md5": "f3ed5487d1afa34d8b77c0c734a95c79",
+       "md5": "f5712097d29287a97f1278839814f682",
        "link": true,
        "rounds": 1,
        "type": "load"
     },
     {  "id": "f1040",
        "file": "pdfs/f1040.pdf",
-       "md5": "7323b50c6d28d959b8b4b92c469b2469",
+       "md5": "b59272ce19b4a0c5808c8861441b0741",
        "link": true,
        "rounds": 1,
        "type": "load"