From: Scott Kostyshak Date: Sat, 31 Oct 2015 06:07:05 +0000 (-0400) Subject: Initial commit of a file for plans of future tests X-Git-Tag: 2.2.0alpha1~111 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=fe3a710bca3ed6d9242be7afc5ead84a0ade50ee;p=features.git Initial commit of a file for plans of future tests The TestsToDo file will contain ideas for tests that we would like to implement in the future. --- diff --git a/development/TestsToDo b/development/TestsToDo new file mode 100644 index 0000000000..684d8d940d --- /dev/null +++ b/development/TestsToDo @@ -0,0 +1,6 @@ +This file describes tests that might be useful to implement. + +- lyx2lyx tests + One way to implemente tests of lyx2lyx is to do a roundtrip lyx2lyx + conversion (e.g. with the previous major release format) and then compare the + exported .tex files before and after. Ideally there should be no change.