]> git.lyx.org Git - features.git/commit
ctests: restore thesis.lyx lyx2lyx tests
authorScott Kostyshak <skostysh@lyx.org>
Wed, 2 Jan 2019 19:04:39 +0000 (14:04 -0500)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:54 +0000 (14:39 +0200)
commit717833f3e8344794d5f4f12ce288b536de648ea2
tree4b74da16924481d45cf69e62ad48e38fd6095449
parent1b80f606013af9f40b9f179f4c792aaf0ef0ecdf
ctests: restore thesis.lyx lyx2lyx tests

These tests failed because of (multiple instances of) the following
warning:

  Warning: a buffer should not have two parents!

This warning is expected, because, for example, chapter-1 includes
Bibliography.lyx and chapter-2 includes Bibliography.lyx. thesis.lyx
includes both chapter-1 and chapter-2, so both are loaded (but
hidden), and Bibliography.lyx is loaded (but hidden), and LyX then
sees that more than one buffer includes Bibliography.lyx

The consequence of ignoring this warning is that we will not catch
any future regression that triggers this warning when it should not.
development/autotests/filterCheckWarnings