]> git.lyx.org Git - lyx.git/commit
ctests: invert chess lyx2lyx tests
authorScott Kostyshak <skostysh@lyx.org>
Fri, 20 Sep 2024 09:04:16 +0000 (11:04 +0200)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 21 Sep 2024 11:10:20 +0000 (13:10 +0200)
commit6e05409d135581d75ecc5bf15b8336ebdd98d6f2
tree1a01a92783bab7989b2a31276312a3b7a5972a5e
parentf6741c72e1333d717e2e508dcbaf5d4ff4dd8782
ctests: invert chess lyx2lyx tests

In export.cmake, if the detected output format is pdf3, we try to
export to "platex", which usually makes sense, but for this file we
would need to export to "latex". This file is very particular, and
also old, so I do not know if it is worth the time to handle this
case.

This commit inverts the following tests:

  export/examples/Articles/Chess/Game_1_lyx16 (Failed)
  export/examples/Articles/Chess/Game_1_lyx20 (Failed)
  export/examples/Articles/Chess/Game_1_lyx21 (Failed)
  export/examples/Articles/Chess/Game_1_lyx22 (Failed)
  export/examples/Articles/Chess/Game_1_lyx23 (Failed)
development/autotests/export.cmake
development/autotests/invertedTests