From 1cac0fb91fbd235d7860daa23516281c912d8562 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Wed, 9 Jan 2019 19:00:08 -0500 Subject: [PATCH] ctests: move IEEEtran-Journal_lyx16 to inverted It used to give an endless loop, so we "ignored" it (did not run the test). Now it gives a lyx2lyx warning, which is reported at #11455, so it is appropriate to invert the test. --- development/autotests/ignoredTests | 3 --- development/autotests/invertedTests | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/development/autotests/ignoredTests b/development/autotests/ignoredTests index 038846354a..8e85a3f86d 100644 --- a/development/autotests/ignoredTests +++ b/development/autotests/ignoredTests @@ -11,9 +11,6 @@ Sublabel: problematic # Documents that cause problems for the test suite # ================================================ -# Endless loop after the third roundtrip -export/templates/IEEEtran-Journal_lyx16 - # problems exporting to lyx16x export/examples/(Literate|noweb2lyx)_lyx16 diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 180c90be77..6643b4d9b1 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -168,6 +168,10 @@ export/export/latex/luainputenc-utf8_pdf5_texF # for traditional 8-bit fonts.) export/export/latex/luainputenc-utf8_pdf5_systemF +#11455 "Unable to process argument!" with multiple 1.6.x roundtrips +export/templates/IEEEtran-Journal_lyx16 + + # ============================================================== Sublabel: ert # Export failures due to "raw" LaTeX use in ERT or preamble code -- 2.39.2