Adapt test outline-beamer' to the synchronous batch export

Also add the 'export'- label to this test
This commit is contained in:
Kornel Benko 2018-04-22 11:59:19 +02:00
parent 3457d9d25f
commit 17dc24419a
3 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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}

View File

@ -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"]
},