mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Adapt test outline-beamer' to the synchronous batch export
Also add the 'export'- label to this test
This commit is contained in:
parent
3457d9d25f
commit
17dc24419a
@ -1,6 +1,7 @@
|
||||
# Checking whether moving beamer slides through the document doesn't break its structure.
|
||||
# see also https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203281.html
|
||||
add_test(NAME "outline-beamer" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl beamer_test)
|
||||
setmarkedtestlabel(outline-beamer "export")
|
||||
# Checking that info inset correctly fills up VCS information
|
||||
# see also bug #10835
|
||||
add_test(NAME "vcs-info" COMMAND ${PERL_EXECUTABLE} ${CMAKE_BINARY_DIR}/lyx_batch.pl vcs_info_export)
|
||||
|
@ -798,11 +798,13 @@ shipped with \LyX !
|
||||
\begin{frame}
|
||||
|
||||
\frametitle<presentation>{References}
|
||||
|
||||
\end{frame}
|
||||
%
|
||||
\begin{thebibliography}{1}
|
||||
\bibitem{beamer-ug}Tantau, Till et al.:\newblock The beamer class.
|
||||
\url{https://ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf}.
|
||||
\end{thebibliography}
|
||||
\end{frame}
|
||||
%
|
||||
|
||||
\end{document}
|
||||
|
@ -30,7 +30,6 @@ my %Tests = (
|
||||
"repeat 150 outline-down",
|
||||
"repeat 150 outline-up",
|
||||
"buffer-export pdflatex",
|
||||
"repeat 150 outline-down",
|
||||
"buffer-reload dump",
|
||||
"lyx-quit"]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user