From 9dcd7b841a6ec11b3cfff39f8d2d1f033dea9705 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 21 Jan 2015 14:38:33 -0800 Subject: Add tests for GetNamedDests() API. Follow-on work from patch at https://codereview.chromium.org/845643008. This incorporates that patch, plus adds tests for it and similar conditions. A few changes are introduced to correct expected behaviour. This also incoprorates Deepak's fix in https://codereview.chromium.org/845643008/ This incorporates a formerly unlanded tool to generate small valid PDF files from template input, which is needed to cover all the error cases here. See https://codereview.chromium.org/791993006/ BUG=450133 R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/837723009 --- testing/resources/named_dests.in | 69 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 testing/resources/named_dests.in (limited to 'testing/resources/named_dests.in') diff --git a/testing/resources/named_dests.in b/testing/resources/named_dests.in new file mode 100644 index 0000000000..6655be9d1b --- /dev/null +++ b/testing/resources/named_dests.in @@ -0,0 +1,69 @@ +{{header}} +{{object 1 0}} << + /Type /Pages + /Count 1 + /Kids [3 0 R] +>> +endobj +{{object 2 0}} << + /Type /Catalog + /Pages 1 0 R + /Names << + /Dests 10 0 R + >> + /Dests 14 0 R +>> +endobj +{{object 3 0}} << + /Type /Page + /Parent 1 0 R + /Resources << + /ProcSets [/PDF /Text /ImageB /ImageC /ImageI] + >> + /MediaBox [0 0 612 792] + /Contents 5 0 R +>> +endobj +{{object 5 0}} << + /Length 18 +>> stream +1 0 0 -1 29 763 cm +endstream +endobj +% Root of Dests NameTree +{{object 10 0}} << + /Kids [ + 11 0 R + 12 0 R + ] +>> +endobj +% Left child for Dests NameTree +{{object 11 0}} << + /Names [ + (First) [0 /XYZ 0 0 1] + (Next) <> + ] +>> +endobj +% Right child for Dests NameTree +{{object 12 0}} << + /Names [ + (WrongKey) <> + (WrongType) /NameNotAllowedHere + ] +>> +endobj +% Old-style top-level Dests dictionary. +{{object 14 0}} << + /FirstAlternate [10 /XYZ 200 400 800] + /LastAlternate <> +>> +endobj +{{xref}} +trailer << + /Size 6 + /Root 2 0 R +>> +{{startxref}} +%%EOF -- cgit v1.2.3