From: Scott Kostyshak Date: Wed, 2 Jan 2019 19:04:39 +0000 (-0500) Subject: ctests: restore thesis.lyx lyx2lyx tests X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2757 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8c266ee28d035bd49da9a8934e59039aac334757;p=lyx.git 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. --- diff --git a/development/autotests/filterCheckWarnings b/development/autotests/filterCheckWarnings index fc6925d928..af5c078347 100644 --- a/development/autotests/filterCheckWarnings +++ b/development/autotests/filterCheckWarnings @@ -1,3 +1,4 @@ Cannot find translation for language Warning: Lyx2lyx knows nothing about (textclass|module) Warning: sfval: [0-9]+ [0-9]+ +Warning: a buffer should not have two parents!