summaryrefslogtreecommitdiffstats
path: root/qpdf/qtest/qpdf.test
diff options
context:
space:
mode:
Diffstat (limited to 'qpdf/qtest/qpdf.test')
-rw-r--r--qpdf/qtest/qpdf.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index 6854e651..9e6c1a87 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -84,6 +84,16 @@ flush_tiff_cache();
show_ntests();
# ----------
+$td->notify("--- PDF Doc Encoding ---");
+$n_tests += 1;
+
+$td->runtest("PDF doc encoding to Unicode",
+ {$td->COMMAND => "test_pdf_doc_encoding pdf-doc-to-utf8.in"},
+ {$td->FILE => "pdf-doc-to-utf8.out", $td->EXIT_STATUS => 0},
+ $td->NORMALIZE_NEWLINES);
+
+show_ntests();
+# ----------
$td->notify("--- Stream Replacement Tests ---");
$n_tests += 8;