From aa6c2998d0657dddef02461f856f9380556a370d Mon Sep 17 00:00:00 2001 From: Carl Wilson Date: Tue, 5 Mar 2024 12:03:41 +0000 Subject: [PATCH] FIX: PDF Module tests. --- jhove-bbt/scripts/create-1.29-target.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/jhove-bbt/scripts/create-1.29-target.sh b/jhove-bbt/scripts/create-1.29-target.sh index 8856a5763..8f8f713b6 100755 --- a/jhove-bbt/scripts/create-1.29-target.sh +++ b/jhove-bbt/scripts/create-1.29-target.sh @@ -75,6 +75,17 @@ if [[ -f "${candidateRoot}/regression/modules/PDF-hul/pr_871_c.pdf.jhove.xml" ]] cp "${candidateRoot}/regression/modules/PDF-hul/pr_871_c.pdf.jhove.xml" "${targetRoot}/regression/modules/PDF-hul/pr_871_c.pdf.jhove.xml" fi +# Copy the PDF Module results changed by https://github.com/openpreserve/jhove/pull/882 +if [[ -f "${candidateRoot}/errors/modules/PDF-hul/pdf-hul-10-govdocs-803945.pdf.jhove.xml" ]]; then + cp "${candidateRoot}/errors/modules/PDF-hul/pdf-hul-10-govdocs-803945.pdf.jhove.xml" "${targetRoot}/errors/modules/PDF-hul/pdf-hul-10-govdocs-803945.pdf.jhove.xml" +fi +if [[ -f "${candidateRoot}/errors/modules/PDF-hul/pdf-hul-5-govdocs-659152.pdf.jhove.xml" ]]; then + cp "${candidateRoot}/errors/modules/PDF-hul/pdf-hul-5-govdocs-659152.pdf.jhove.xml" "${targetRoot}/errors/modules/PDF-hul/pdf-hul-5-govdocs-659152.pdf.jhove.xml" +fi +if [[ -f "${candidateRoot}/regression/modules/PDF-hul/issue_306.pdf.jhove.xml" ]]; then + cp "${candidateRoot}/regression/modules/PDF-hul/issue_306.pdf.jhove.xml" "${targetRoot}/regression/modules/PDF-hul/issue_306.pdf.jhove.xml" +fi + # Copy the PNG Module results changed by https://github.com/openpreserve/jhove/pull/843 if [[ -f "${candidateRoot}/regression/modules/PNG-gdm/issue_148.png.jhove.xml" ]]; then cp "${candidateRoot}/regression/modules/PNG-gdm/issue_148.png.jhove.xml" "${targetRoot}/regression/modules/PNG-gdm/issue_148.png.jhove.xml"