mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-10-08 03:34:51 +02:00
moved the do pdfa test after the closing of inpdf
This commit is contained in:
@@ -1326,11 +1326,12 @@ do_unit_tests(void)
|
||||
if (read_unit_file(temppdf, num_pages, first_image, false))
|
||||
return (1);
|
||||
|
||||
// Do PDF/A tests...
|
||||
if (do_pdfa_tests())
|
||||
goto fail;
|
||||
|
||||
pdfioFileClose(inpdf);
|
||||
|
||||
// Do PDF/A tests...
|
||||
if (do_pdfa_tests())
|
||||
return (1);
|
||||
|
||||
return (0);
|
||||
|
||||
|
Reference in New Issue
Block a user