]> git.lyx.org Git - lyx.git/commitdiff
DocBook: disable an inverted test for a LyX bug.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 18 Oct 2020 05:59:54 +0000 (07:59 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Sun, 18 Oct 2020 06:23:36 +0000 (08:23 +0200)
development/autotests/invertedTests

index dc248045b222ead761fad67b1b19db1b0c1c0e92..53798aeeec2e4717c8c6efd7a0d505f2049a4dfe 100644 (file)
@@ -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