]> git.lyx.org Git - lyx.git/commitdiff
DocBook: update test suite.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Oct 2020 03:13:32 +0000 (04:13 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Fri, 30 Oct 2020 00:59:34 +0000 (01:59 +0100)
Still an unexplained failure: for basic, in the test suite, the .bib file is not found; with the GUI, it is found.

autotests/export/docbook/basic.lyx
autotests/export/docbook/easy.lyx
autotests/export/docbook/easy.xml
development/autotests/invertedTests

index fa98d65fdda9428ec4adc7586d29b8111856d8ed..3c4a5b6fb057f494de6561961ac2721bb35be46c 100644 (file)
@@ -1,5 +1,5 @@
 #LyX 2.4 created this file. For more info see https://www.lyx.org/
-\lyxformat 598
+\lyxformat 599
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -1064,8 +1064,10 @@ Star subparagraph (sect5)
 \begin_layout Standard
 \begin_inset CommandInset bibtex
 LatexCommand bibtex
+btprint "btPrintCited"
 bibfiles "basic"
 options "plain"
+encoding "default"
 
 \end_inset
 
index 0ea08e7e6544989c77c7710d19b24fd8183a2a1e..015c629793659d80d4f878083c4aaa97fb339180 100644 (file)
@@ -1,5 +1,5 @@
 #LyX 2.4 created this file. For more info see https://www.lyx.org/
-\lyxformat 598
+\lyxformat 599
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -238,16 +238,5 @@ Star paragraph (sect4)
 Star subparagraph (sect5)
 \end_layout
 
-\begin_layout Standard
-\begin_inset CommandInset bibtex
-LatexCommand bibtex
-bibfiles "basic"
-options "plain"
-
-\end_inset
-
-
-\end_layout
-
 \end_body
 \end_document
index 1769c67e8c3b636a43dd83dd27b019e55920fcc4..f58c3d411a70942daeeda7a9aeae101709c39b94 100644 (file)
@@ -63,8 +63,4 @@
 <bridgehead renderas='sect4'>Star paragraph (sect4)</bridgehead>
 <bridgehead renderas='sect5'>Star subparagraph (sect5)</bridgehead>
 </section>
-<bibliography>
-<title>References</title>
-<!-- No entry in the bibliography. -->
-</bibliography>
 </article>
\ No newline at end of file
index 13edc24c4ff6c812396548901a969cd7fcb69656..263d90f14be8f8f123ecfa9ac80a5dfdad7dcc85 100644 (file)
@@ -395,26 +395,55 @@ export/doc/ru/(Math|Additional)_(dvi3|pdf[45])_systemF
 # DocBook
 Sublabel: docbook
 # Specific things that are not expected to work.
+# - No real content apart from metadata (forbidden in DocBook).
+export/export/mixing_inTitle_layouts_docbook5
 # - 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/MissingEndLayoutBetweenTables_docbook5
+export/export/latex/languages/ja-listings-uncodable-error_docbook5
+export/export/latex/lyxbugs-resolved/9633-languagenesting_enumerate_and_lyxcode_docbook5
+export/export/latex/lyxbugs-resolved/9633-languagenesting_index_inset_docbook5
+export/export/latex/lyxbugs-resolved/9633-languagenesting1_docbook5
+export/export/latex/lyxbugs-resolved/9633-languagenesting2_docbook5
+export/export/xhtml/MissingEndTagDiv_docbook5
+export/export/xhtml/zh_CN_Tutorial_docbook5
+# - No proper document title (should be fixable).
+export/export/latex/inputenc-.*_docbook5
+export/export/latex/textcyr-textgreek-test_docbook5
+export/examples/.*/Graphics_and_Insets/XY-Figure_docbook5
+# - Formula in <code> tags.
+export/examples/.*/Graphics_and_Insets/XY-Pic_docbook5
+# - Math macros not implemented.
+export/mathmacros/testcases_speed_docbook5
+export/mathmacros/testcases_environments_docbook5
+export/mathmacros/masterOfSpace_docbook5
+# - Many templates are too complex for automatic conversion to work reliably.
+#   The resulting documents should still be easy to fully convert into DocBook.
+#   - AASTeX.
 export/export/docbook/bibliography_precooked_aastex_docbook5
+#   - Springer. (The svmono_light should still pass.)
+export/templates/Books/Springer_Monographs_%28svmono%29/.*_docbook5
+export/export/docbook/svmono_docbook5
+#   - scrbook with too many customisations.
+export/templates/Theses/PhD_Thesis/.*_docbook5
+# - Branches may cause problems (especially when mixing with parts that must go in <info>).
+export/export/latex/languages/supported-languages_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/examples/Posters/Beamerposter_docbook5
 export/export/docbook/A0_Poster_Simple_docbook5
 export/export/docbook/SciPoster_docbook5
-export/examples/Posters/Beamerposter_docbook5
+export/export/xhtml/A0_Poster_Simple_docbook5
 export/templates/Posters/.*_docbook5
 
 Sublabel: docbook beamer
 # Beamer is not yet implemented.
 export/examples/Presentations/.*_docbook5
-export/templates/.*/Presentations/Beamer_docbook5
 export/templates/Presentations/.*_docbook5
+export/templates/.*/Presentations/Beamer_docbook5