[LyX/master] DocBook: disable an inverted test for a LyX bug.

Thibaut Cuvelier tcuvelier at lyx.org
Sun Oct 18 05:55:34 UTC 2020


commit 3a452a240b8d8668633158b03da85bbb8cd99db5
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sun Oct 18 07:59:54 2020 +0200

    DocBook: disable an inverted test for a LyX bug.
---
 development/autotests/invertedTests |   29 +++++++++++++++--------------
 1 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests
index dc24804..53798ae 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -384,8 +384,21 @@ export/doc/ru/Math_(dvi3|pdf[45])_systemF
 
 # ================================================
 # DocBook
-
 Sublabel: docbook
+# Specific things that are not expected to work.
+# - Uses a book class, but has no chapters (forbidden in DocBook).
+export/export/MissingEndLayoutBetweenTables_docbook5
+export/doc/DummyDocument.*_docbook5
+export/doc/de/DummyDocument.*_docbook5
+export/doc/es/DocumentoPostizo.*_docbook5
+export/doc/fr/DocumentBidon.*_docbook5
+export/doc/ja/DummyDocument.*_docbook5
+# - The AASTeX template is too complex for automatic conversion to work reliably.
+export/export/docbook/bibliography_precooked_aastex_docbook5
+# - This test is usually inverted, but it works with the DocBook backend.
+!export/export/latex/lyxbugs/3059-language-in-tables_docbook5
+
+Sublabel: docbook poster
 # Posters cannot be properly exported, the LyX documents are too far from
 # DocBook expectations (but should have XML-valid output).
 export/export/docbook/A0_Poster_Simple_docbook5
@@ -393,20 +406,8 @@ export/export/docbook/SciPoster_docbook5
 export/examples/Posters/Beamerposter_docbook5
 export/templates/Posters/.*_docbook5
 
-Sublabel: docbook implementation
+Sublabel: docbook beamer
 # Beamer is not yet implemented.
 export/examples/Presentations/.*_docbook5
 export/templates/.*/Presentations/Beamer_docbook5
 export/templates/Presentations/.*_docbook5
-
-Sublabel: docbook chapter
-# Specific things that are not expected to work.
-# - Uses a book class, but has no chapters (forbidden in DocBook).
-export/export/MissingEndLayoutBetweenTables_docbook5
-export/doc/DummyDocument.*_docbook5
-export/doc/de/DummyDocument.*_docbook5
-export/doc/es/DocumentoPostizo.*_docbook5
-export/doc/fr/DocumentBidon.*_docbook5
-export/doc/ja/DummyDocument.*_docbook5
-# - The AASTeX template is too complex for automatic conversion to work reliably.
-export/export/docbook/bibliography_precooked_aastex_docbook5


More information about the lyx-cvs mailing list