]> git.lyx.org Git - lyx.git/commit
ctests: invert a bug from old routine
authorScott Kostyshak <skostysh@lyx.org>
Thu, 5 Jan 2023 17:55:32 +0000 (12:55 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 5 Jan 2023 17:55:54 +0000 (12:55 -0500)
commit83c72a3eceb1ce98242a848579952b7526739d15
tree607cc4e4ff88d1722b86a6e163121f4c2f99696f
parent0f7f61b29ecde672fe0f9957791a7ab1ea17ba6e
ctests: invert a bug from old routine

A test from a recent file, KOMA-Script_Book.lyx, uncovered this
issue. It is an old routine so not critical to fix.

The following is the diff that prevents convergence:

   \begin_inset Newpage cleardoublepage
   \end_inset

   \end_layout

   \begin_layout Standard

If convert_bibtex_clearpage(document) in lyx_2_0.py is commented out, then
the test passes.
development/autotests/invertedTests