commit e3546485cec64cf7dbdc2044333a021427337a1b
Author: Scott Kostyshak <[email protected]>
Date: Tue May 5 01:19:29 2015 -0400
ctests: PDF-form only works with (pdf|lua)latex
This is even stated in the file.
diff --git a/development/autotests/revertedTests
b/development/autotests/revertedTests
index f4d0a95..38be72f 100644
--- a/development/autotests/revertedTests
+++ b/development/autotests/revertedTests
@@ -103,7 +103,6 @@ export/templates/aa_(dvi3|pdf4|pdf5)_(texF|systemF)
export/doc/he/(Intro|Tutorial)_pdf4_texF
export/examples/he/(example_lyxified|example_raw|splash)_pdf4_texF
#
-# Inside the file we state
-# "Due to technical reasons PDF-Reply works only when using pdflatex."
-# The file also seems to compile with lualatex as well.
-export/examples/PDF-comment_(dvi.*|pdf[^25]*)
+# Inside these two files, we state that they should only be expected
+# to work with pdflatex and possibly lualatex.
+export/examples/PDF-(comment|form)_(dvi.*|pdf[^25]*)