lyx_mirror/development
Scott Kostyshak 8c266ee28d 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.
2019-01-02 14:12:17 -05:00
..
attic Fix some issues found by the shellcheck script, and move an old 2017-08-21 17:16:30 -04:00
autotests ctests: restore thesis.lyx lyx2lyx tests 2019-01-02 14:12:17 -05:00
batchtests Adapt test 'BATCH_outline-beamer' to reflect lokalization changes 2018-08-05 09:40:13 +02:00
checksigs Keep track of signatures stored on ftp server. 2017-02-16 12:54:43 -08:00
checkurls
CI Set n:o digits in abbrev. hash in script that checks commit log. 2017-08-20 18:34:25 +02:00
cmake Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
coding
cygwin Update the formats of lyxrc.dist.in to 22 2017-08-14 02:02:57 -04:00
HTML
keystest
lyxserver Update the server_monitor example client to Qt5 2018-08-07 17:47:50 +02:00
MacOSX Slightly lighter icons 2018-12-27 17:17:33 +01:00
mathmacros Remove spurious body tags in macro test file. 2016-12-01 10:15:12 +01:00
tools Move all python shebangs from /usr/bin/env to python3. 2018-12-29 19:14:41 +00:00
unix Adapt Format-entry in unix/lyxrc.dist 2018-04-22 12:02:27 +02:00
Win32 Slightly lighter icons 2018-12-27 17:17:33 +01:00
.gitignore
coverity_modeling.cpp Model lyx_exit() to tell coverity what it does 2017-03-31 16:51:02 +02:00
expectedTestFailures
FORMAT Fix parentheses with Hebrew 2018-10-30 12:33:35 +01:00
LyX-Mac-binary-release.sh Less verbose framework relocation support output. 2018-09-21 21:50:21 +02:00
lyx.package.README
lyx.rpm.README
lyx.spec.in
Makefile.am Makefile.am: forgot this in the previous commit 2018-02-18 15:52:30 +01:00
PAINTING_ANALYSIS Remove row crc computation 2017-11-11 13:24:08 +01:00
TestsToDo