commit 8a4c9b60e2e5e102f6d0a31457e465d0a3460614
Author: Scott Kostyshak <[email protected]>
Date: Sat Dec 7 01:53:51 2013 -0500
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.)
diff --git a/development/autotests/ignoredTests
b/development/autotests/ignoredTests
index 41ea06c..8d45882 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 f370cdf..12219b5 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