[Pkg-javascript-commits] [pdf.js] 67/414: Fix a typo in the "file" entry for issue3694_reduced in test_manifest.json
David Prévot
taffit at moszumanska.debian.org
Tue Jun 28 17:12:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 0083f63dda21fdb7cac1bac31296db1cb563b21b
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date: Tue Jan 5 21:21:14 2016 +0100
Fix a typo in the "file" entry for issue3694_reduced in test_manifest.json
When generating new references locally on Windows, after PR 6724, I get the following output:
```
WARNING: Unable to open file for reading "Error: ENOENT, open 'c:\Users\Jonas\Git\pdfjs\test\pdfs\issue_3694_reduced.pdf'".
Unable to verify the checksum for the files that are used for testing.
Please re-download the files, or adjust the MD5 checksum in the manifest for the files listed above.
```
Compared to the name of the file (`issue3694_reduced.pdf`), you see that the manifest entry has a superfluous underscore in the "file" entry.
---
test/test_manifest.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test_manifest.json b/test/test_manifest.json
index 4b43559..6945092 100644
--- a/test/test_manifest.json
+++ b/test/test_manifest.json
@@ -383,7 +383,7 @@
"type": "eq"
},
{ "id": "issue3694_reduced",
- "file": "pdfs/issue_3694_reduced.pdf",
+ "file": "pdfs/issue3694_reduced.pdf",
"md5": "c1438c7bad12d70c4cd684f8ce04448f",
"rounds": 1,
"type": "eq"
--
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