On Mon, May 12, 2014 at 10:36:32AM +0200, Kornel Benko wrote: > > I run one test. > # ctest -R tex2lyx/cmplyx/box-color-size-space-align.tex > ==> FAILED
I think that the test should not take into account the first two lines of the LyX documents. Indeed, there is no reason for failure in this case. Look: $ ../../../build/src/tex2lyx/tex2lyx box-color-size-space-align.tex box-color-size-space-align.lyx Creating file /usr/local/src/lyx/lyx-devel/src/tex2lyx/test/box-color-size-space-align.lyx $ diff -u -I '^#LyX' -I '^\\lyxformat' box-color-size-space-align.lyx.lyx box-color-size-space-align.lyx <no output> So, the only difference is in the first two lines and the test should succeed. However, I don't know what is the rationale of these tests. -- Enrico