[PATCH 2/2] Add an autotest for #7673

2013-01-28 Thread skostysh
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 +

[PATCH 1/2] autotests: clean up .emergency file of input .lyx

2013-01-28 Thread skostysh
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