From 8a4c9b60e2e5e102f6d0a31457e465d0a3460614 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 7 Dec 2013 01:53:51 -0500 Subject: [PATCH] ctests: invert ectaart tests As Kornel has explained: There is an incompatibility between luainputenc.sty and ectaart.cls. luainputenc.sty loads luatex.sty. Both files (luatex.sty and ectaart.cls) define the latex-command \setattribute. These tests should be inverted because the conflict may one day be resolved at which point we can begin testing for regressions. (This commit also rearranges the europeCV lines to below the corresponding explanation comment.) --- development/autotests/ignoredTests | 5 ----- development/autotests/revertedTests | 15 +++++++++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 41ea06c054..8d4588288c 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -1,9 +1,4 @@ # -# Incompatibility between luainputenc.sty and ectaart.cls -# luainputenc.sty loads luatex.sty -# Both files (luatex.sty and ectaart.cls) define -# the latex-command \setattribute -export/templates/ectaart_pdf5 # latex8.sty is obsolete and replaced by IEEEconf. check_load/templates/attic/latex8 export/templates/attic/latex8_pdf diff --git a/development/autotests/revertedTests b/development/autotests/revertedTests index f370cdf0df..12219b55df 100644 --- a/development/autotests/revertedTests +++ b/development/autotests/revertedTests @@ -41,15 +41,22 @@ export/examples/hu/example_raw_dvi3 export/examples/hu/splash_pdf5 export/examples/hu/splash_dvi3 # -export/examples/es/europeCV_pdf4 -export/examples/es/europeCV_pdf5 -export/examples/es/europeCV_dvi3 # Export with XeTeX and LuaTeX (with either non-tex fonts or 8-bit # compatibility mode) does not work because the loading of inputenc with # utf8x is hardcoded in europecv.cls at the time of this writing. See: # http://comments.gmane.org/gmane.editors.lyx.devel/145896 -export/examples/fa/splash_pdf5 +export/examples/es/europeCV_pdf4 +export/examples/es/europeCV_pdf5 +export/examples/es/europeCV_dvi3 # See http://www.lyx.org/trac/ticket/8823 export/examples/ja/lilypond_pdf export/examples/ja/sweave_pdf export/examples/ja/knitr_pdf +# Incompatibility between luainputenc.sty and ectaart.cls +# luainputenc.sty loads luatex.sty +# Both files (luatex.sty and ectaart.cls) define +# the latex-command \setattribute +export/templates/ectaart_pdf5 +export/templates/ectaart_dvi3 +# +export/examples/fa/splash_pdf5 -- 2.39.2