[Pkg-javascript-commits] [pdf.js] 14/204: Remove a duplicate PDF file from the test suite

David Prévot taffit at moszumanska.debian.org
Sat Oct 25 18:50:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 3152085b0db02a5a7e71c0759b2a7084671369b8
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Sun Aug 24 16:05:11 2014 +0200

    Remove a duplicate PDF file from the test suite
    
    The files issue3115.pdf and issue2337.pdf are identical, the only difference being that the first one is an `eq` test and the second one a `load` test. Hence there is no reason to keep the `load` test, since it's just a subset of the `eq` test.
---
 test/pdfs/issue2337.pdf.link |  1 -
 test/test_manifest.json      | 11 ++---------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/test/pdfs/issue2337.pdf.link b/test/pdfs/issue2337.pdf.link
deleted file mode 100644
index 2d3c3ec..0000000
--- a/test/pdfs/issue2337.pdf.link
+++ /dev/null
@@ -1 +0,0 @@
-http://mirrors.ctan.org/info/lshort/english/lshort.pdf
\ No newline at end of file
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 13c0762..a2340f5 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -305,7 +305,8 @@
       "rounds": 1,
       "type": "eq",
       "link": true,
-      "lastPage": 1
+      "lastPage": 1,
+      "about": "The same file as issue2337."
     },
     {  "id": "thuluthfont-text",
        "file": "pdfs/ThuluthFeatures.pdf",
@@ -1336,14 +1337,6 @@
       "link": true,
       "type": "eq"
     },
-    {  "id": "issue2337",
-      "file": "pdfs/issue2337.pdf",
-      "md5": "ea10f4131202b9b8f2a6cb7770d3f185",
-      "rounds": 1,
-      "lastPage": 1,
-      "link": true,
-      "type": "load"
-    },
     {  "id": "issue2074",
       "file": "pdfs/issue2074.pdf",
       "md5": "5e4ba2241fc35d20e44eb52289a569ab",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list