commit 7f5e7c89b42d6c17d7383520b540ea2fad0c80bb
Author: Scott Kostyshak <[email protected]>
Date: Fri Jan 4 21:48:25 2019 -0500
ctests: do not invert a test for 2.3.x format
The test 'export/lyx2lyx/lyx_2_3_test_lyx' is expected to fail for
formats before 2.3.x, but is expected to pass for 2.3.x.
---
development/autotests/invertedTests | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/autotests/invertedTests
b/development/autotests/invertedTests
index 27bfe25..09148be 100644
--- a/development/autotests/invertedTests
+++ b/development/autotests/invertedTests
@@ -121,7 +121,7 @@ export/templates/kluwer_.*_systemF
# lyx2lyx tests:
# back-conversion fails for rotated float inset in a list
-export/export/lyx2lyx/lyx_2_3_test_lyx.*
+export/export/lyx2lyx/lyx_2_3_test_lyx(16|21|22)
# ================================================
Sublabel: lyxbugs