From: Scott Kostyshak
This test should fail because #7673 is not yet fixed in trunk.
Note that it is fixed in branch.
This is the first autotest that uses an existing .lyx file,
bug-7673.lyx.
---
development/autotests/bug-7673-in.txt |9 ++
development/autotests/bug-7673.lyx| 157 +
From: Scott Kostyshak
If the test opens an existing .lyx file and crashes, it will leave
around a .emergency file. If a test with that same name is run again,
LyX will try to recover the .emergency file, which could throw
off the test.
This is implemented for both CMake and autotools.
---
devel