From e6427dc40949f7fd659263088806ac8ad1e7c8b5 Mon Sep 17 00:00:00 2001 From: Julian Viereck Date: Fri, 14 Sep 2012 11:37:00 -0700 Subject: [PATCH] Add test coverage for simpletype3font test PDF --- test/test_manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/test_manifest.json b/test/test_manifest.json index e7575f41f..e8cac9a20 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -83,6 +83,12 @@ "rounds": 1, "type": "load" }, + { "id": "arabiccidtruetype-text", + "file": "pdfs/ArabicCIDTrueType.pdf", + "md5": "d66dbd18bdb572d3ac8b88b32de2ece6", + "rounds": 1, + "type": "text" + }, { "id": "complexttffont-pdf", "file": "pdfs/complex_ttf_font.pdf", "md5": "76de93f9116b01b693bf8583b3e76d91", @@ -275,6 +281,13 @@ "rounds": 1, "type": "eq" }, + { "id": "simpletype3font-text", + "file": "pdfs/simpletype3font.pdf", + "md5": "b374c7543920840c61999e9e86939f99", + "link": false, + "rounds": 1, + "type": "text" + }, { "id": "close-path-bug", "file": "pdfs/close-path-bug.pdf", "md5": "48dd17ef58393857d2d038d33699cac5",